Reply
OK this helped, but then why did we make the (!page.ispostback) we are posting back to the server, which means the code in the page_load is done only when the user opens the form, when he changes the drop down list, it won't go inside the IF condition, because it's a post back. right !?
|