Study Viral (Java Tutorials For Beginners - Step By Step)
  • Home
  • Java Tutorials
    • Core Java
    • Java Swing
    • MS Access JDBC Java Application
  • Facebook Page
  • Programs
    • C Programs
    • C++ Programs
    • Java Programs
    • Python Programs
  • UGC NET
  • Home
  • Java Tutorials
    • Core Java
    • Java Swing
    • MS Access JDBC Java Application
  • Facebook
  • Programs
    • C Programs
    • C++ Programs
    • Java Programs
    • Python Programs
  • UGC NET

ASP.NET (in Hindi)

Hello Friends, Students, Subscribers, In This Video Tutorial You will Learn How to Create Registration Web From in Asp.Net C# with Sql Server Database Connectivity for Save Data into Database, I Have Used Subtitles for All Users to Understand This Project Easily.

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

Home

Facebook

StudyViral

Labels

Alphabet Pattern Binary Tree BLOB (Binary Large Object) Computer Networks Computer Science And Applications Paper-II Data Structure DBMS Digital Clock Digital Watch Extra Tutorials File Upload Find Age from Date of Birth Graph-Algorithms Java and J2EE web applications JAVA JDK 12 Java Mail API Java MySQL Java Programs Java Programs List Java Servlets Java Swing Java Swing With MySQL Database Java Tutorials JCalender KVS Compuer Science - January 2017 Question Paper MS Access JDBC Java Application Multiuser Login NETBEANS 11 IDE Occurrence of Digits in Number Operation System Pattern Program Reverse of String Sending Email Servlet Servlet Tutorial Software Engineering Star Struts 2 FrameWork Struts 2 Registration Form UGC NET JULY 2018 Windows Commands

Popular Posts

  • Program 01: Write a program to display/print your name.
     Program 01 - Write a program to display/print your name. This is a very basic and introductory program in Java. You might see similar p...
  • Install NetBeans 11 IDE on Windows 10 - Study Viral
    Install NetBeans 11 IDE on Windows 10 - Study Viral How to Install NetBeans 11 IDE on Windows 10. Download Link : https://netbeans...
  • Create CON, AUX, NUL name folder and files in Windows - Study Viral
    Create CON, AUX, NUL name folder and files in Windows - Study Viral Most of you may be aware of many MS-DOS commands but still n...

Categories

  • Alphabet Pattern (13)
  • Binary Tree (2)
  • BLOB (Binary Large Object) (1)
  • Computer Networks (2)
  • Computer Science And Applications Paper-II (40)
  • Data Structure (6)
  • DBMS (1)
  • Digital Clock (1)
  • Digital Watch (1)
  • Extra Tutorials (3)
  • File Upload (1)
  • Find Age from Date of Birth (1)
  • Graph-Algorithms (1)
  • Java and J2EE web applications (3)
  • JAVA JDK 12 (1)
  • Java Mail API (3)
  • Java MySQL (5)
  • Java Programs (44)
  • Java Programs List (3)
  • Java Servlets (3)
  • Java Swing (16)
  • Java Swing With MySQL Database (4)
  • Java Tutorials (37)
  • JCalender (1)
  • KVS Compuer Science - January 2017 Question Paper (6)
  • MS Access JDBC Java Application (6)
  • Multiuser Login (1)
  • NETBEANS 11 IDE (1)
  • Occurrence of Digits in Number (1)
  • Operation System (4)
  • Pattern Program (8)
  • Reverse of String (2)
  • Sending Email (1)
  • Servlet (3)
  • Servlet Tutorial (3)
  • Software Engineering (4)
  • Star (7)
  • Struts 2 FrameWork (2)
  • Struts 2 Registration Form (1)
  • UGC NET JULY 2018 (40)
  • Windows Commands (2)

Pages

  • Java Tutorials
  • ASP.NET (in Hindi)
  • Java Programs List

Blog Archive

  • ▼  2021 (3)
    • ▼  April 2021 (3)
      • Program 03: Write a program to show the use of Dat...
      • Program02: Write a program to Add Two Integers.
      • Program 01: Write a program to display/print your ...
  • ►  2019 (7)
    • ►  June 2019 (1)
    • ►  May 2019 (2)
    • ►  March 2019 (4)
  • ►  2018 (111)
    • ►  November 2018 (7)
    • ►  October 2018 (20)
    • ►  September 2018 (10)
    • ►  August 2018 (3)
    • ►  July 2018 (19)
    • ►  June 2018 (5)
    • ►  May 2018 (2)
    • ►  April 2018 (3)
    • ►  March 2018 (11)
    • ►  February 2018 (18)
    • ►  January 2018 (13)
  • ►  2017 (36)
    • ►  December 2017 (10)
    • ►  November 2017 (9)
    • ►  October 2017 (7)
    • ►  September 2017 (10)

About Me

Rohit Basra
Hello guys my name Rohit Basra. I love to code and teach java language.
View my complete profile

Followers

Copyright © Study Viral (Java Tutorials For Beginners - Step By Step) | Powered by Blogger