Hello All!
I create a new WebSite: File -> New -> WebSite (empty WebSite without helping files and folders).
And I want to create the registration form (I use in Bootstrap and aspx files without code behind of C#).
When I click to the "Register" button I want that my all data what putted in text boxes passed to the C# file or to the SQL Server.How can I do this ?
I'm adding a some script and source file also
I'm very Thank you for help!
<div class="control-group">
<div class="controls">
<input type="text" id="username" name="username" placeholder="Username" class="input-xlarge">
div>
div>
<div class="control-group">
<div class="controls">
<input type="text" id="email" name="email" placeholder="E-mail" class="input-xlarge">
div>
div>
<div class="control-group">
<div class="controls">
<input type="text" id="password" name="password" placeholder="Password" class="input-xlarge">
div>
div>
<div class="control-group">
<div class="controls">
<input type="text" id="password_confirm" name="password_confirm" placeholder="Password (Confirm)" class="input-xlarge">
div>
div>
<div class="control-group">
<div class="controls">
<input type="submit" id="send" class="btn btn-success btn-large btn-block" value="Register">
div>
div>
Riddhi ValechaPosted Nov 4, 2014, 4:02 AM
SaiRojaPosted Nov 4, 2014, 2:21 AM
http://aspdotnet-kishore.blogspot.in/2013/10/mvc4-razorhow-to-retrieve-view-values.html
Morris ElkanaevPosted Oct 12, 2014, 4:04 PM
Hi Vithal and Thank you.
Can you help me with JQuery how can I do this for two following blocks ?
<div class="control-group">
<div class="controls">
<input type="text" id="username" name="username" placeholder="Username" class="input-xlarge">
div>
div>
<div class="control-group">
<div class="controls">
<input type="submit" id="send" class="btn btn-success btn-large btn-block" value="Register">
div>
div>
I very thank to you !!! :)
Vithal WadjePosted Oct 12, 2014, 1:37 PM