Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1370
WebDropDown - how to use it ?
posted

Hi, 

i'm trying WebDropdown. My wanted test : WebDropDown with DataTable binding on serverside + Paging + Filtering (contains).

WebDropDown has

EnableViewState set to True
Autopostback set to true
Event SelectionChanged set to a function 

DataSource is bound in Page_load when IsPostback=false

So here my states  :

- WebDropDown is well filled but paging stay on first page whatever #page I choose
-  Selection is working
- Filtering does'nt work @ all

 

if I bind   Datasource whatever PostBack is set, so :

- Paging is working but it selects the first item and fires event  (Why ? oO)
- Selection is working but WebDropDown is reset (logical because DataSource is rebound)
- if I type a text to filter , WebDropDown is reset because an event is fired but I don't know what event.

How to use WebDropDown like I want ?

 

Thanks

Parents Reply Children
No Data