Search results for query: *

  1. S

    Range Validator MinValue and MaxValue date

    Hello guys, i need some help for range validator. i have textbox with value like 23 / Jul / 2012 and i want to validate if the value is value can't be outside the range day +1 and day -1, so if we entry 25 / Jul / 2012 or 21 / Jul / 2012 it's will be said invalid date selection. here's my code...
  2. S

    How to pass value from one form to another?

    hello guys.... i'm ricky and i'm newbie in vb .net... i want ask how to pass value from one form into another form...??? for example if i have 1 mdiform and 2 form (form1, and form2) for load form1 i'm using system.reflection.assembly here is the code for load form1 : Imports...
Back
Top