UI Deploy

Curated, Short, Web UI Dev we Love.

How to pass contextKey value dynamically for AutoCompleteExtender in ASP.Net

Generally we use AJAX AutoCompleteExtender for a TextBox to show data from database through Webservice. Here I faced a problem that to set contextKey  value dyanamically from '.CS' file without fix it in AutoCompleteExtender's  property  that is  ContextKey="value" in design view.

view source

Advertisement