Tagged Questions
The textboxextender tag has no wiki summary.
1
vote
2answers
279 views
How can i filter out a comma in a TextBoxExtender in ASP.NET AJAX Toolkit?
I want my TextBoxExtender to NOT allow a comma and a slash. How do I set it ? Using an escape sequence ?
Thanks.
-4
votes
1answer
2k views
AutoCompleteExtender works sometimes
[System.Web.Services.WebMethod]
[System.Web.Script.Services.ScriptMethod]
public string[] GetRowsByFilter(string prefixText, int count)
//public static List<string> ...