New to asp.net

asp.net Kuwait
  • 13 years ago

    Hi

    I am new to as.net and. I am working on asp.net 2.0 vs2005

    I have to make a data entry form.I workd on the web form but i have seen i cannot align the text box and i can not put the button where i want, So i want is to make my own web form with my design.

    I need the coding how to connect to the database and

    and how to connect the text box with the database so it show the data in the text box, i need buttons coding like

    "Add / Cancel"

    "Update/ Cancel"

    "Delete/ Cancel"

    i have connnected the database with access

    but dont knw how will the form take effect

    Can any one provide me with the coding or send me a link

    Thanks

     

     

  • 13 years ago

    hi

    this is the code to connect to databse

    sqlconnection con = new sqlconnection("server(ur server ur server name);

    uid=usr_is;pwd=password;database="database_name"));

    and i recommen u to go through this web site

    http://quickstarts.asp.net/QuickStartv20/aspnet/

  • 13 years ago

    Hi

    i went on this site but i could not find the coding for the button i need a complete source code form Sad [:(]

  • 13 years ago

    then download some free books from this site according to ur programming language.

    from this link

    http://www.esnips.com/ViewTagsAction.ns- search for asp.net in this url..

    u can get lots of books.

     

  • 13 years ago

    Hi,

    Try the following tutorials: http://www.asp.net/learn/dataaccess/default.aspx?tabid=63. For basic user input take a look at the Form View tutorials, they'll provide you with built-in methods to add update/ delete , etc.

    Hope this helps

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Java is to JavaScript what Car is to Carpet.” - Chris Heilmann