G
Guest
Hi
I have 2 calenders on a form and am setting a seperate variable for both calender selections. I need to have the variables have scop
for the entire form, that is what is set in calender1 selection visible in calender 2 selection function. I tried using th
Private test1 as string and private test2 as string
Public Class Vehicle_his
Inherits System.Web.UI.Pag
Private date1 As Strin
Private date2 As Strin
After seting test1 from calender1 selection I put a beakpt in the calender 2 function and test1= nothing when I look at this. Thanks Paul
I have 2 calenders on a form and am setting a seperate variable for both calender selections. I need to have the variables have scop
for the entire form, that is what is set in calender1 selection visible in calender 2 selection function. I tried using th
Private test1 as string and private test2 as string
Public Class Vehicle_his
Inherits System.Web.UI.Pag
Private date1 As Strin
Private date2 As Strin
After seting test1 from calender1 selection I put a beakpt in the calender 2 function and test1= nothing when I look at this. Thanks Paul