Simple

  • Thread starter Thread starter André Almeida Maldonado
  • Start date Start date
A

André Almeida Maldonado

Hy Guys... How can I take the values of the fields before the post of the
form???

In ASP 3.0: request(field)

In ASP.net: ??????


Thank's
 
request[field] ;

will do the same job, but not before the post.....the post must occur first,
just like it does with ASP....
 

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

Back
Top