Regarding Ajax Calendar Control Problem
-
Hi All,,, I am implementing Ajax in my project......I am using Ajax CalendarControl. It is working fine...When I select the date from Ajax Calendar it is displaying in TextBox..But the problem is I am unable to access the TextBox value to the next page when I click the Button. I want to use that TextBox date in next page..... If I use normal asp.net calendar control then I am able to put the textbox value(date) in session and access in next page ..... I tried with sessions, Request.form(crosspage submission)....But no use... Please help me to fix this problem.... Thank you, Mcmilan.
-
Hi All,,, I am implementing Ajax in my project......I am using Ajax CalendarControl. It is working fine...When I select the date from Ajax Calendar it is displaying in TextBox..But the problem is I am unable to access the TextBox value to the next page when I click the Button. I want to use that TextBox date in next page..... If I use normal asp.net calendar control then I am able to put the textbox value(date) in session and access in next page ..... I tried with sessions, Request.form(crosspage submission)....But no use... Please help me to fix this problem.... Thank you, Mcmilan.
mcmilan wrote:
I tried with sessions, Request.form(crosspage submission)....But no use... Please help me to fix this problem....
Post you code
please don't forget to vote on the post that helped you.