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
80
Datagrid inside webexplorerbar lose data on postback
posted

I am having datagrid inside webexplorerbar. And .net button outside the explorerbar. I am binding data grid in page_load event with page is not postback condition.

On button click event I am getting grid object with items.count=0. I dont want to rebind data on every postback. 

With above reference I want to use editable grid and want to save user inputs on button click so I cannot rebind grid on every postback.