Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a gridview that is fetching data from database based on a value. There after i have one slider extender that contain a range of values . Now if that slider extender is moving in either direction the gridview automatically fetches data from database simultaneously from database on its movement , which in turn is displayed on gridview simultaneously..
Posted
Comments
ZurdoDev 23-Sep-14 9:13am    
What is your question?
avishek11 23-Sep-14 9:18am    
i want to change gridview data using slider extender and data is coming from database
ZurdoDev 23-Sep-14 9:24am    
Right. So use the change event (or whatever it is called) on the slider and then get the data again.

Where are you stuck?
avishek11 23-Sep-14 9:32am    
i am using update panel and i am not sure about the controlid and eventNAme in trigger.....
avishek11 6-Oct-14 2:58am    
done... thax

1 solution

As above said , we can use the change event of textbox that is linked with the slider.the textbox change event will refresh the gridview content again and again

thax
 
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