Results 1 to 2 of 2

Thread: using webforms and SQL Server

  1. #1

    Thread Starter
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    using webforms and SQL Server

    ok i just want to simply have a web form, and when i click submit, i want to save the data to a database.

    All the examples I find seem to do all the code in the aspx page, where as I am using VS.NET and I'm trying to put the code in the aspx.vb page in the buttons click event....

    any advice? or an example on how to do this?

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    It should be pretty much the same. Put the code in the button's click event to save the data.

    If you are having problems, post your code and I can see what it is that is tripping you up.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width