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

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.

  • Tuesday 18 June 2013

  • Beautiful image slider in asp.net with mouse hover






    Today in designing world many technologies are evolved and many effective and attractive programs,themes,screen saver are developed as well as in current,many websites which related to image binding and image based using this technology.

  • 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 9 June 2013

  • How to create default gridview in php ?

    Hello friends,today we will know about how to create tabular format or we can say grid view format in php like other programming languages.

    As we know,representing data in tabular format is very necessary when each and every column defines different attributes.So,to create gridview in php we must have to type some code based on HTML.

    So,friends lets see how to create default grid view in  php.
  • Friday 7 June 2013

  • How to disable autocomplete in asp.net textbox ?

    Auto complete facility provides good thing which is you not need to remember a complete phrase or keyword,you just need to write one/two character of it,then you can see automatically many options starting with character you have typed.

    For example,you are feeling online form of ticket booking and you are asked to enter your city,so suppose you have write "Ahm" then system will automatically show "Ahmedabad".So,this is how to use auto complete.

    Now,a big question is that what to do where auto complete is not needed?
  • 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.

  • Copyright @ 2013 Programming Languages.