SidTheSquid
Programmer
Hi, i have a question about webforms and frames.
I have a calendar web control on a left frame and stuff in the right frame. Whenever the user clicks a date, i want it to pass the date selected to the right frame and refresh the form so it uses the new date parameter passed. I know that the hyper link must include TARGET="rightFrame" , but on the asp.net, there is no hyperlinks tags. its all asp:mywebcontrol
The big question is how do i refresh a form on a frame from another frame using the calendar control.
Thanks in advance for your help
Sid
Toronto, Canada
I have a calendar web control on a left frame and stuff in the right frame. Whenever the user clicks a date, i want it to pass the date selected to the right frame and refresh the form so it uses the new date parameter passed. I know that the hyper link must include TARGET="rightFrame" , but on the asp.net, there is no hyperlinks tags. its all asp:mywebcontrol
The big question is how do i refresh a form on a frame from another frame using the calendar control.
Thanks in advance for your help
Sid
Toronto, Canada