vote up 0 vote down star
1

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.

flag

2 Answers

vote up 0 vote down

Maybe this will help:

http://stackoverflow.com/questions/305994/jquery-autocomplete-and-asp-net

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.

link|flag
vote up 0 vote down

You can use with any type of downloadable asp file (aspx, ashx and asmx too) as long as they return data in correct format.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.