B
Bernie V
Hi group,
For the first time I have to use SQL with ASP.NET.
I have the following:
a db in SQL called newsletter where I have:
name
surname
emailadress (= the key)
On an aspx form I have 3 fiels on it (name, surname and email)
I want to check if the emailadress on the form is in the db.
Has someboday a clue how to do this ?
grz
Bernie V
For the first time I have to use SQL with ASP.NET.
I have the following:
a db in SQL called newsletter where I have:
name
surname
emailadress (= the key)
On an aspx form I have 3 fiels on it (name, surname and email)
I want to check if the emailadress on the form is in the db.
Has someboday a clue how to do this ?
grz
Bernie V