zerutal
04-01-04, 10:17 PM
Hi, i am new to .NET and hope someone can help me with this ...
i have a textbox(txtDate) in the page display.aspx that is suppose to take in date values. When i click on the caldendar button, it will open calendar.aspx in a new window. So how do i change txtDate.text in display.aspx when i click on the calendar in calendar.aspx. What am i suppose to write in Calendar1_SelectionChanged in order to change the values in another page.
Thanks in advanced.
i have a textbox(txtDate) in the page display.aspx that is suppose to take in date values. When i click on the caldendar button, it will open calendar.aspx in a new window. So how do i change txtDate.text in display.aspx when i click on the calendar in calendar.aspx. What am i suppose to write in Calendar1_SelectionChanged in order to change the values in another page.
Thanks in advanced.