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
40
WebDropDown and WebDataGrid
posted

Hi, I have a WebDropDown and WebDataGrid on the page. when selection is changed in WebDropDown I need to repopulate Grid - and do this without full postback I don’t’ want to reload all page,

I only want to refresh grid control.

Please suggest me what is the best way to implement it? Where can I find any code samples? (C# preferred)