Try this latest technique: How to Create a User Registration Form in ASP.NET using SQL Server, Visual Studio 2022 & Bootstrap? th-cam.com/video/Flu2MZzHn7g/w-d-xo.html
Sir aapko Dil se Thank you so much ❣️🙏 Aapki iss video se mujhe vo mil gya jisko me search kr rha tha Thank you Thank you Thank you Thank you so much Sir 🌱❣️
System.Data.SqlClient.SqlException: 'Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.'..how to resolve this error?
i love this video so much ... especially since we need to do this for a project for my university (which we were taught nothing about)....also how will we link the user name and password to a login page
@cricketclip312 How to Create a Responsive User Registration Page in ASP.NET using Bootstrap and SQL Server Database th-cam.com/video/FntuxafGX7M/w-d-xo.html
I am getting stuck at database connection ..Can anybody help how to connect database with .Net..Seen this video and prepared same form..But getting stuck while connecting database
Try this latest technique:
How to Create a User Registration Form in ASP.NET using SQL Server, Visual Studio 2022 & Bootstrap?
th-cam.com/video/Flu2MZzHn7g/w-d-xo.html
Thinking difficult but you just made it so easy. Thank you for giving such nice video with detailed description.,,🙏🙏😊😊
Hi sir I like your teaching method it's very nice explained in line by line student has learn for veary easy
Seen many videos but none helped.this video is very clear.thank u so much
Sir aapko Dil se Thank you so much ❣️🙏
Aapki iss video se mujhe vo mil gya jisko me search kr rha tha
Thank you Thank you Thank you Thank you so much Sir 🌱❣️
System.Data.SqlClient.SqlException: 'Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.'..how to resolve this error?
Its simplest way 💖 thanks brother
Alhamdulillah!!! It worked. Thanks a lot
do you like our work?
does this tutorial help you?
if so, you can support us at www.patreon.com/RunCodes
Thanks for the tutorial its very helpful.
Sir i create form. But i couldn't connect to form. In sql server
Hello sir i need your help. One company given me task for tha interview time so mujhe apki help chahiye task complete krne me
Sir apne MVC use kiya hai jquery. Idont know what is jQuery aand.mvc
Where to install this solution so that given web address can access from client browser ?
Server, web hosting!
Could you please show us steps to install this solution on IIS web server ?
How to host website on iis 7.0 , windows 7, visual studio ultimate 10
Sir watch the video if you have doubts contact us on facebook!
thank you so much, it helps alot😊
How to access this from client browser?
Watch the video sir
sir agr empty project na lain or web form phr kasy add krain gay visual studio ma
i love this video so much ... especially since we need to do this for a project for my university (which we were taught nothing about)....also how will we link the user name and password to a login page
Here you go th-cam.com/video/-HHxnInfjUw/w-d-xo.html
Can u send web.config file for the same code?
@cricketclip312 How to Create a Responsive User Registration Page in ASP.NET using Bootstrap and SQL Server Database
th-cam.com/video/FntuxafGX7M/w-d-xo.html
Unrecognized escape error are shown?
Thank you Sir Thank you so much
Ramro 🥰
Hi sir ..is it possible to display saving data in the datagridview..please guide
ASP.NET and SQL Server- How to Display Data on or Bind/Populate GridView?
th-cam.com/video/FaNlS1Y6pG4/w-d-xo.html here you go!
Superb....sir...👌👌👌
Error showing in open. Con()
I am getting stuck at database connection ..Can anybody help how to connect database with .Net..Seen this video and prepared same form..But getting stuck while connecting database
What’s the problem? We showed how to connect database also.
@@RunCodes post adding connection, IN server explorer under Data connection the USERREGISTRAION.DBO IS NOT showing..Due to which not able to connect
You have to add your server first, watch video without skipping we showed everything!
Using validation in form the button is no need to validate it should do only delete the content. Why property should be able to it
Super sir clear explanation tqq
Thank you bhai ❤️❤️
Sir how to show that table dada to particular page
You have to use state management in asp!
Gender male jawa brather.
{"An explicit value for the identity column in table 'UserTable' can only be specified when a column list is used and IDENTITY_INSERT is ON."}
protected void RadioButton2_CheckedChanged(object sender, EventArgs e)
{
gender = "female";
}
protected void RadioButton3_CheckedChanged(object sender, EventArgs e)
{
gender = "other";
}
protected void btnRegister_Click(object sender, EventArgs e)
{
string cs = ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString;
SqlConnection con = new SqlConnection(cs);
string query = "insert into UserTable values('" + txtName.Text + "','" + txtAddress.Text + "','" + gender + "','" + txtPhone.Text + "', '"+txtEmail.Text+"' , '" +txtUserid.Text + "','" + txtPassword.Text + "')";
SqlCommand cmd = new SqlCommand(query, con);
con.Open();
int Result = cmd.ExecuteNonQuery();
con.Close();
if (Result >= 1)
{
Response.Write("User Registered");
}
else
{
Response.Write("User Not Registered");
}
}
Contact us on facebook!
How to connect login and registration tables with each other?
Create same database and watch this video th-cam.com/video/-HHxnInfjUw/w-d-xo.html
Can u share the cod on comment
Goto our website
I have messege to your Facebook page thank you
Email us! We don’t currently use facebook!
@@RunCodes where is your email? Thank you
Tqq sir
Awesome