I am creating a custom control in asp.net . In the control itself i have to call the url for getting results for autocomplete. But both .aspx, .ashx file format are not supported by class library. Is there any other format for substituite of the above to redirect inside the class library.
|
|
Maybe this will help:
And the jQuery autocomplete works with an ashx (I use it). Maybe it would be usefull if you post some code to see what's wrong. |
||
|
|
|
|
You can use with any type of downloadable asp file (aspx, ashx and asmx too) as long as they return data in correct format. |
||
|
|
