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

Recommended Answers

All 3 Replies

>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.

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" [B]runat="server"[/B] style="width: 140px; text-align: center" readonly="readOnly" value="5" />
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.