We Help You To Polish Your Knowledge In Programming and Provide Quality Posts To Solve Your Queries.

Showing posts with label asp.net(code). Show all posts
Showing posts with label asp.net(code). Show all posts

Monday, 24 June 2013

  • How to increment textbox value comes from database in asp.net ?

    Hello everyone,here i am going to publish very interesting topic which used by each and every website almost.I have already published code about how to search data from database ? Now,the problem is about how to deal with database values fetched in text box ?

    Sometimes,we want to do some user friendly actions in our website and text box value increment is also like that.We have seen many times in websites which provide registration page and ask to enter information,when we submit that form we get one user id and it's unique for everyone so unique id should be increment by itself.
  • Friday, 21 June 2013

  • How to insert data in database using 3-tier and stored procedure in asp.net?


    Friends,in earlier article i have given code for simple insertion procedure in database using asp.net c#.How to insert data into database using asp.net c#.Now,i am going to post how to store data using stored procedure as well as 3-tier architecture.

    The purpose of 3-tier architecture coding is to provide higher security of code, reusability and structural programming.

    So,first of all i am going to create designing form for insertion.

  • Friday, 14 June 2013

  • How classes can help in C#.Net ?

    C#.Net is a programming language which is extension of C language concepts.So it contains class programming obviously.Now,what is the class in C#.Net and how to use it ?

    First of all Class is a group of variables and functions as we know,but in web technology we can not elaborate class as like this,we have to explain actual usage of particular class.
  • Sunday, 26 May 2013

  • search data from database using asp.net C#


    Search/Fetch data:-Asp.Net fetching data

    Here we will create simple employee information form in the Default.aspx form.

    Note:-Dont Copy the Red Coloured Text,its only for better explanation of code.

  • insert data into database using asp.net C#


    How to store data in ASP.NET ?

    Note:-Don't copy red coloured text,its only for better explanation of code.


    1) Go to file and select New Website.

    2) In the Solution Explorer right click on the project an select Add New Item and select Web Form and give file name as you want for example (Default.aspx).

    3) In the Default.aspx page we can design layout/form which is displayed in front of the user where they can insert data.

    See below to write code to create layout/form.Here we design simple login form.
  • Copyright @ 2013 Programming Languages.