Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
i have a master page on that a master page i have one calender control
on selecting that date on calender1_SelectionChanged , and calender1_VisibleMonthChanged are getting fired and session["date"] is getting filled and again i am calling the parentpage.aspx
so that session can be retrieved and according to that grid view get binds again
the gridview refreshes and shows all the data this is working fine on development server

but when on running IIS 7.5
on changing the dates of the calender which is present on the master page
its working fine but
the gridview is not binding even the label is not getting refresh
it should show the date which is present in session
Posted
Comments
Rai Pawan 13-Dec-12 4:35am    
Are you using ajax features i.e., ajax toolkit?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900