In .aspx Page TargetControlID="txtDemo" Enabled="True" EnableCaching="true" MinimumPrefixLength="3" FirstRowSelected="True" ServiceMethod = "GetEmployeeName" ServicePath = "EmployeeName.asmx"> |
In code behind protected void Page_Load(object sender, EventArgs e) { txtDemo_AutoCompleteExtender.DelimiterCharacters = "\r\n"; } |
Loading
Replies
Know the answer? Post it — somebody with the same question will find it here.