Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AJAX or other technology?
Message
From
13/06/2017 15:19:45
 
General information
Forum:
ASP.NET
Category:
Web forms
Miscellaneous
Thread ID:
01651871
Message ID:
01651976
Views:
53
>Hello,
>
>I want to modify one of the pages of my ASP.NET application where a field is being validated against SQL Server database.
>The page has a field Equipment ID. When a user enters an ID the code has to check if such ID exists in the SQL Server equipment table. And the code re-post the page. I would like to eliminate the re-posting of the page so that the user does not see it. But simply display a text "Invalid ID" (if not found in the DB) or nothing if found.
>I think in the past (and maybe still) AJAX was the technology to incorporate in the ASP.NET for this purpose. Should I learn how to use the AJAX for this purpose or there is a new (hopefully easier) technology for this?
>TIA

One option would be jQuery.js. It simplifies AJAX.
Greg Reichert
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform