Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No roundtrip to the server...
Message
General information
Forum:
ASP.NET
Category:
WebForms
Miscellaneous
Thread ID:
00632413
Message ID:
00632935
Views:
11
So you want to validate an entry into a textbox against data on the server because its a large amount of data and you don't want to download it all to the client?

Just create a method on your web service that will accept the textbox entry and validate it there. Then return true or false to your client to indicate sucess or failure.

Hope this helps,
Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform