954,560 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Javascript value in vb.net code

Hi,

In an Javascript code, I am taking a value from User and this value I want in my server side code , vb.net,

What is the code for this.???


Thanx & Regards
Anup

anup.maverick
Newbie Poster
16 posts since Oct 2009
Reputation Points: 10
Solved Threads: 0
 

>Javascript value in vb.net code

You can put on aspx page HiddenField and pass value to it , and after get it from c#/vb or use Asp.net Ajax or web service.

__avd
Posting Genius (adatapost)
Moderator
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
 

Hi,

In an Javascript code, I am taking a value from User and this value I want in my server side code , vb.net,

What is the code for this.???

Thanx & Regards Anup

<input id="TxtBDReffNo" type="text" <strong>runat="server"</strong> style="width: 140px; text-align: center" readonly="readOnly" value="5" />
Kusno
Junior Poster
191 posts since Aug 2007
Reputation Points: 11
Solved Threads: 17
 
iamchamith
Junior Poster in Training
66 posts since Dec 2009
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: