Top 10 Best Books For Learn Asp.Net Programming : Buy and Learn
------------------------------------------------------------------------------------
1. Asp.Net Black Book - Check it Now http://amzn.to/2vC2KfA
2. The Complete Reference Asp.Net - Check and Buy Now http://amzn.to/2x1H7FO
3. Beginning ASP.NET 4.5 in C# and VB - Check and Buy Now http://amzn.to/2ezyWsT
4. Microsoft Asp.Net 3.5: Step by Step - Check and Buy Now http://amzn.to/2vCoLuT
5. Beginning ASP.NET for Visual Studio 2015 - Check and Buy Now http://amzn.to/2ezaTKL
6. Professional ASP.NET 4.5 in C# and VB - Check and Buy Now http://amzn.to/2vVuwiI
7. Murachs ASP.NET 4.6 Web Programming with C# - Check and Buy Now http://amzn.to/2vVvFa1
8. Sams Teach Yourself ASP. NET In 21 Days - Check and Buy Now http://amzn.to/2ezlAN8
9. ASP.NET 4.5 in Simple Steps - Check and Buy Now http://amzn.to/2ev2JiK
10. Beginning ASP.NET 4.5 in C# (APRESS) - Check and Buy Now http://amzn.to/2eyZ2fG
------------------------------------------------------------------------------------
Important Coding
====
using System.Data;
using System.Data.SqlClient; String query = "insert into newregister(uName,gender,contact,email,city) values('" + TextBox1.Text + "','" + DropDownList1.Text + "','" + TextBox2.Text + "','" + TextBox3.Text + "','" + TextBox4.Text + "')"; String mycon = "Data Source=VIKAS-PC\\SQLEXPRESS; Initial Catalog=RegistrationFormData; Integrated Security=true"; SqlConnection con = new SqlConnection(mycon); con.Open(); SqlCommand cmd = new SqlCommand(); cmd.CommandText = query; cmd.Connection = con; cmd.ExecuteNonQuery(); Label3.Text = "New Registration Successfully Saved"; TextBox1.Text = ""; TextBox2.Text = ""; TextBox3.Text = ""; TextBox4.Text = "";
==========
--------------
Subscribe Our YouTube Channel - Like, Comment & Share Our Videos
https://www.youtube.com/haritistudyhu...
--------------
Like & Share Our Facebook Page
http://www.facebook.com/HaritiStudyHub
--------------
if You Have Any Problem and Doubt in Programming Language
Feel Free to Email Us
BestStudyGuru @ Gmail.Com
0 comments:
Post a Comment