|
-
Jan 1st, 2012, 01:06 PM
#1
Thread Starter
PowerPoster
Declaring a code-behind variable for Javascript?
What I am trying to do, is perform some edit checks on required fields in my page. When the "Submit" button is clicked, I wish to check execute a javascript function that does these checks.
The way I'm envisioning it is to declare a server-side variable in my VB.Net code-behind, set this value in the javascript CheckEdits() function and then back in the code-behind in the btnSubmit_Click() Event, check this variable.
Problem is...I'm not sure how to declare a code-behind boolean variable that can be checked in a javascript function. Any ideas?
Thanks,
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
|