Click here to Skip to main content
16,006,969 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my aspx page I am using dropdown list control and selected index change i am filling grid view. In this case whole page is load when selected index change event is fired. I want load only my inner page without loading whole page when event is fired.
Posted

1 solution

I guess you have written some code on your page load which gets loaded when this event get fired.

Write that under the If block where you will check

C#
IF Not IsPostBack


---Your code goes here

End IF
 
Share this answer
 

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