anup.maverick 0 Newbie Poster 15 Years Ago 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 asp.net javascript vb.net 0 0 Share kvprajapati 1,826 Posting Genius Team Colleague 15 Years Ago >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. 0 0 Share Kusno 0 Junior Poster 15 Years Ago 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 Copy to Clipboard<input id="TxtBDReffNo" type="text" [B]runat="server"[/B] style="width: 140px; text-align: center" readonly="readOnly" value="5" /> 0 0 Share iamchamith 0 Junior Poster in Training 15 Years Ago Gohttp://www.devx.com/tips/Tip/42312 chamith 0 0 Share Share Facebook Twitter LinkedIn Reply to this topic 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. Sign Up — It's Free!
kvprajapati 1,826 Posting Genius Team Colleague 15 Years Ago >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. 0 0 Share
Kusno 0 Junior Poster 15 Years Ago 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 Copy to Clipboard<input id="TxtBDReffNo" type="text" [B]runat="server"[/B] style="width: 140px; text-align: center" readonly="readOnly" value="5" /> 0 0 Share
iamchamith 0 Junior Poster in Training 15 Years Ago Gohttp://www.devx.com/tips/Tip/42312 chamith 0 0 Share