Retrieve database id?

C

Cor

Hi Mark,

As far as I know (and I am pretty sure of that) is it impossible to send a
email to a page.

Why? Because a page is just a document on your webserver.

To process an email, you should have to look to your emailsystem and that
can be a hell of a job.

Cor
 
M

Mark Kloch

I must not have been clear enough on my question.
The email is being sent from a web page, that is not the issuse. It
works.
I want to know how to retrive the ID=xxx information from the database
and pull that record that matches the ID number.

Mark
 
C

Cor

Hi Mark,

Have a look at httpRequest.QueryString

But this Get method is the worst you can use it makes all open for the
client and the web,

Why not not using the normal serversidecontrols like the textbox.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top