paas MinimumPrefixLength value of ajax autocompleter from code behind
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
We have used an ajax autoextender inside a user control in a web application. Now we need to make the “MinimumPrefixLength” property of Autoextender configurable from server side. But as we are using an WebApplication(not a website), we are not able to access the Autoextender ID from codebehind. As a result not able to configure the property. We have tried using tag “<%=>” and keeping a property inside this to assign the value. But its giving error. “can not convert to Syestem.Int32” Can Any one please suggest how to make the property configurable.