one more question. WebRequest from asp page

  • Thread starter Thread starter Servé Lau
  • Start date Start date
Servé Lau said:
Is it perfectly all right to use WebRequest from within an asp page?

From within an *ASP.NET* page -- yes. But it is much better to place
such operations in the code behind class or a separate class ;-)

Cheers,
 
Joerg Jooss said:
From within an *ASP.NET* page -- yes. But it is much better to place
such operations in the code behind class or a separate class ;-)

yes, thanks. The codebehind is what I did, I guess I got the terminology
wrong.

Truly powerful this whole asp.net thingy ;-)
 

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