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

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

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, 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?
  • Monday, 8 April 2013

  • User Registration Table in HTML/ASP.NET


    User Registration Table in HTML/ASP.NET


    <!-- colspan combines the column as per given value -->
    <html>
    <head>
    </head>
    <body>

    <table border="1" align="center" >

    <tr>
    <td colspan=2 align="Center">
    <h1>User Registration</h1>
    </td>
    </tr>
  • Copyright @ 2013 Programming Languages.