摘要:
为 ajaxToolkit:AutoCompleteExtender 传递3个参数: string prefixText, int count, string contextKey 。IntroductionThis article explains the concept of the Ajax AutoComplete Textbox to fetch data from the database with additional parameter.A Textbox can be integrated with the Ajax AutoComplete Extender to perf 阅读全文
摘要:
Change the back color of the expanded row and the collapsed rows. protected void RadGrid1_ItemCommand(object source, Telerik.Web.UI.GridCommandEventArgs e) { &... 阅读全文
摘要:
What I wanted to do is using the autocomplete, search a receiver table, once a user selected a particular item in the autocomplete, the ReceiverID of the particular item is then somehow passed through to the code behind, and this ReceiverID is then used to display the receiver details in a panel bel 阅读全文