|
-
Dec 10th, 2003, 04:27 AM
#1
Thread Starter
Fanatic Member
Using Javascript in an aspx page
I have a .net text field and a .net button on a form.
When the user leaves the text field server side VB.net code fires to check if anything has been entered and if it has, enables the button.
The problem with this is that it has to do the round trip to the server.
How would I use javascript to do this in a .net page ?
Can I control a .net textbox with javascript ?
TIA
-
Dec 10th, 2003, 06:05 PM
#2
I wonder how many charact
Yes, you can use JS to perform client-side events. .Net server controls come just as html to the browser. Its only when it goes back that the .ASP application builds the page and the controls and compares them.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|