*** Need Urgent Help ***

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am not sure if this is the right group. If not, please point me to one.

I have a need to develop a web page wherein I accept information and
then save it in sql server database. I have designed the form to successfully
accept the input on the web, but I need help in issuing the sql statement like
"update <tablename> set field= value" on click of the button. If possible
can somoeone also help me put a check to ensure that all the required fields
have data in it.

Or if you could point me to a document, it will be a great
help.

Thank you very much in advance,
-Me
 
1. Use the required field validator control to ensure all the data is
present.
2. Will you be checking for an existing name? If so, a data adapter can do
all of what you need.
 
Back
Top