I know how to do this with classic asp.
How do I do it with ASP.net?
Can I just make a code page like verifyLogin.cs
And call that page from Jquery?
Or would I have to make a page like verifyLogin.aspx with a code behind page?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are lots of different ways to do it, depending on your requirements. Here’s a very simple way to start though. Create a page called “AjaxData.aspx” with no code-behind:
Then use your AJAX call as normal: