How to create a registration form using asp.net c# with SQL Database | Part 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

ความคิดเห็น • 86

  • @shreyagupta7028
    @shreyagupta7028 8 หลายเดือนก่อน +1

    After watching so many tutorials this video help me a lot finally created a form and inserted data into sql Thanks a lot

  • @sheThinksLikeThat
    @sheThinksLikeThat 2 ปีที่แล้ว +1

    Thanks alot. Will help me for sure. Please upload video on how to Create a whole website step by step.

    • @TechTipsUnlimited
      @TechTipsUnlimited  2 ปีที่แล้ว

      Already uploaded many projects, take a look in my channel you'll find it.

  • @vishnutejavishnuteja6483
    @vishnutejavishnuteja6483 4 หลายเดือนก่อน

    Sql connection eh evaledhu how data registered successfully was came

  • @andrefouche9682
    @andrefouche9682 2 ปีที่แล้ว

    How do you place the Table in visual studio 2022, there is no such a menu itemm.

    • @TechTipsUnlimited
      @TechTipsUnlimited  2 ปีที่แล้ว

      In VS 2022 you've to install some required components for Webform manually from VS installer. Follow this video for the same: th-cam.com/video/_BcGY_4UOCM/w-d-xo.html

  • @rajatsrivastava188
    @rajatsrivastava188 4 ปีที่แล้ว +1

    Sir i have one. Error login failed for user
    Line 22 con. Open
    On register. axps.cs

    • @TechTipsUnlimited
      @TechTipsUnlimited  4 ปีที่แล้ว

      Your connection string is wrong that's why connection is not going to open.

    • @Allen-rc5mv
      @Allen-rc5mv 3 ปีที่แล้ว

      @@TechTipsUnlimited how to solve the connection string problem?

    • @TechTipsUnlimited
      @TechTipsUnlimited  3 ปีที่แล้ว

      @@Allen-rc5mv Join our Telegram group you'll get to know the same.

    • @trox-c
      @trox-c 3 ปีที่แล้ว

      @@TechTipsUnlimited What's your Telegram group

    • @TechTipsUnlimited
      @TechTipsUnlimited  3 ปีที่แล้ว

      @@trox-c Link is provided in Channel's about section.

  • @LoopSour
    @LoopSour 8 หลายเดือนก่อน

    Can I follow these steps for Visual Studio 2022 ?

    • @shreyagupta7028
      @shreyagupta7028 8 หลายเดือนก่อน +1

      Yes it will work I have done it

  • @edendavebenabaye897
    @edendavebenabaye897 ปีที่แล้ว

    hi can you help me i have some error in con.open(); when i pressing register

  • @AEMCodeBook
    @AEMCodeBook 4 ปีที่แล้ว

    I am not able to successfully register the form there is some error is showing like:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

    • @sinakho_mdakane
      @sinakho_mdakane 4 ปีที่แล้ว

      Do you Sql server and Sql server management studio installed?

    • @usairahfodkar7132
      @usairahfodkar7132 4 ปีที่แล้ว

      Iam getting same error...did u solve ur issue??can u help?

    • @TechTipsUnlimited
      @TechTipsUnlimited  4 ปีที่แล้ว

      It's SQL server connection problem, make sure your connection string is correct.

    • @usairahfodkar7132
      @usairahfodkar7132 4 ปีที่แล้ว

      What should i specify in data source ???i tried several things but it doesn't work..

    • @TechTipsUnlimited
      @TechTipsUnlimited  4 ปีที่แล้ว

      Do you've separate SQL server management studio installed or using visual studio's sql server?

  • @trenchesbaby2199
    @trenchesbaby2199 3 ปีที่แล้ว

    My code for the button is not the same as yours..i think its an issue of using different versions of visual studio.but now when i type sql connection i get an error

    • @TechTipsUnlimited
      @TechTipsUnlimited  3 ปีที่แล้ว

      Maybe you've created vb.net project instead of c#

  • @amitbhatt4504
    @amitbhatt4504 4 ปีที่แล้ว

    Brother when I'm clicking on the register button then CS page not open ....vb page will b open what should I do ?

    • @TechTipsUnlimited
      @TechTipsUnlimited  4 ปีที่แล้ว +1

      While creating project you have selected vb . You have to create a new project with C# language then you will find CS page

  • @tilakamsubramaniam3448
    @tilakamsubramaniam3448 4 ปีที่แล้ว +1

    Hi, im having problem. After registered new user, all the details didn't store in SQL database . My coding is exactly follow yours. I'm stucked

    • @TechTipsUnlimited
      @TechTipsUnlimited  4 ปีที่แล้ว

      Send your source code picture in my Telegram group.

  • @divyagade1699
    @divyagade1699 3 ปีที่แล้ว

    Sir I'm also getting same error that is cmd.ExecuteNonQuery(); it's showing "System.Data.SqlClient.SqlException: ' Incorrect syntax error what can I do sir say please

    • @TechTipsUnlimited
      @TechTipsUnlimited  3 ปีที่แล้ว

      Send your screenshot of your code in my Telegram group.

    • @musarafking5386
      @musarafking5386 3 ปีที่แล้ว

      How to clear this type error....

    • @TechTipsUnlimited
      @TechTipsUnlimited  3 ปีที่แล้ว

      @@musarafking5386 There may be incorrect SQL query that's why getting this type of error.

    • @musarafking5386
      @musarafking5386 3 ปีที่แล้ว

      @@TechTipsUnlimited tnx bro..

    • @TechTipsUnlimited
      @TechTipsUnlimited  3 ปีที่แล้ว

      @@musarafking5386 Your welcome.

  • @akanshajha1439
    @akanshajha1439 4 ปีที่แล้ว

    bro i'm not able to browse register form, and i am using mysql workbench, is it a reason that application is not running.....bro please give solution for these problem....

    • @TechTipsUnlimited
      @TechTipsUnlimited  4 ปีที่แล้ว

      Sry to say but I don't have any idea about it.

  • @udeesh8323
    @udeesh8323 4 ปีที่แล้ว

    Can we use xampp for database connection

    • @TechTipsUnlimited
      @TechTipsUnlimited  4 ปีที่แล้ว

      Yes you can, here is the link how to connect to it. www.codeproject.com/Articles/71346/Connecting-to-MySQL-Database-using-C-and-NET

  • @aarulmozhinandhini1540
    @aarulmozhinandhini1540 4 ปีที่แล้ว +1

    Hii bro...i have typed the same code as yours..but i am having an error on cmd.ExecuteNonQuer();
    Its showing "System.Data.SqlClient.SqlException: 'Incorrect syntax near
    What can i do??

    • @TechTipsUnlimited
      @TechTipsUnlimited  4 ปีที่แล้ว

      Sql query problem please cross verify your query.

  • @p9naresh
    @p9naresh ปีที่แล้ว

    Submit the register button ..
    Error generate in server Error '/' application con.open()
    Please suggestions......

    • @TechTipsUnlimited
      @TechTipsUnlimited  ปีที่แล้ว

      Your Connection String is incorrect, make sure your database name & server name is correct in connection string.

    • @p9naresh
      @p9naresh ปีที่แล้ว

      Sir register but login nai ho Raha he..

    • @TechTipsUnlimited
      @TechTipsUnlimited  ปีที่แล้ว +1

      Make sure you've same connection string for both page.

  • @illegalbilgiler
    @illegalbilgiler ปีที่แล้ว +1

    Thanks

  • @sunilyadav-dc6di
    @sunilyadav-dc6di 3 ปีที่แล้ว

    data not inserted into database and no error show

    • @TechTipsUnlimited
      @TechTipsUnlimited  3 ปีที่แล้ว

      Well you've to debug it & extract insert query from it & run that query in SQL Server Management Studio, you'll know the issue.

  • @callmeahsan4998
    @callmeahsan4998 11 หลายเดือนก่อน

    bro database to connect ni ki mary sb thik h bs registered successfully ye ni ara?

  • @AEMCodeBook
    @AEMCodeBook 4 ปีที่แล้ว

    from where did we find the Microsoft SQL server management studio?

    • @TechTipsUnlimited
      @TechTipsUnlimited  4 ปีที่แล้ว

      You have to install it

    • @AEMCodeBook
      @AEMCodeBook 4 ปีที่แล้ว

      @@TechTipsUnlimitedyeah I have installed it but here SQL server is not appear while connecting to the connection

    • @TechTipsUnlimited
      @TechTipsUnlimited  4 ปีที่แล้ว

      Send me the screenshot

    • @TechTipsUnlimited
      @TechTipsUnlimited  4 ปีที่แล้ว

      Telegram link is provided in About Tab of channel

    • @AEMCodeBook
      @AEMCodeBook 4 ปีที่แล้ว

      @@TechTipsUnlimited from where did i sent to you ?

  • @durgas-j1h
    @durgas-j1h ปีที่แล้ว

    good morning sir did u dont have source code

    • @TechTipsUnlimited
      @TechTipsUnlimited  ปีที่แล้ว

      I've full source code of this project if you want to buy it then you can contact me on Telegram or on WhatsApp.

  • @rupalimore6155
    @rupalimore6155 4 ปีที่แล้ว

    I am getting error in executenonquery

    • @TechTipsUnlimited
      @TechTipsUnlimited  4 ปีที่แล้ว

      What type of error?

    • @rupalimore6155
      @rupalimore6155 4 ปีที่แล้ว

      System.InvalidOperationException:'ExecuteNonQuery:Connection property has not been initialised'.

    • @TechTipsUnlimited
      @TechTipsUnlimited  4 ปีที่แล้ว

      @@rupalimore6155 Cross check your connection string.

  • @edendavebenabaye897
    @edendavebenabaye897 ปีที่แล้ว +1

    An exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll but was not handled in user code
    Additional information: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

    • @akankshapahwa3175
      @akankshapahwa3175 ปีที่แล้ว

      Try removing gender field from the form as well as database table.

  • @pradnyamhatre504
    @pradnyamhatre504 5 ปีที่แล้ว

    after filling form it not disply registration succssfully

  • @utkarshdixit7508
    @utkarshdixit7508 9 หลายเดือนก่อน

    good content par music ke bina video banaya karo please

  • @HanaHana-vk5sb
    @HanaHana-vk5sb 2 หลายเดือนก่อน

    Hello sir iss ka source code mil skta h

    • @TechTipsUnlimited
      @TechTipsUnlimited  2 หลายเดือนก่อน

      This project is modified to this th-cam.com/video/ad39JnSGtA0/w-d-xo.html
      If want to buy it then contact me on Telegram or on WhatsApp.

  • @mohammedyasin4071
    @mohammedyasin4071 4 ปีที่แล้ว +1

    There in an error which says sqlexcpetion was unhandled

    • @TechTipsUnlimited
      @TechTipsUnlimited  4 ปีที่แล้ว

      Send me the screen shot of error

    • @rohandude5470
      @rohandude5470 2 ปีที่แล้ว

      @@TechTipsUnlimited i am getting error on line 46 that in gender format asp.register_aspx does not contain a definition for "Dropdownlist1_selectedindecchanged'... What can i do

    • @TechTipsUnlimited
      @TechTipsUnlimited  2 ปีที่แล้ว

      Remove that event & create it again.

  • @sabahkouser2726
    @sabahkouser2726 2 ปีที่แล้ว

    Can u plz show the source code and C# code for background video

    • @TechTipsUnlimited
      @TechTipsUnlimited  2 ปีที่แล้ว

      What I've done in video is already shown in it.

  • @gyantheessenceoflife5014
    @gyantheessenceoflife5014 2 ปีที่แล้ว

    Bhai at least iska database to share karo

  • @brightelias9762
    @brightelias9762 หลายเดือนก่อน

    please sir what is the name of your telegram chennel