Hello All,
I though about posting this in the windows form section but i the question is about webrequest. So, I have a form in which I need to call a web form (aspx). This web form in its page load will reset some fields in a database.
Now I call the webform using WebRequest
Dim hwr as HttpWebRequest = Ctype(WebRequest.Create('the url of the webform'), HttpWebRequest)
Is this enough to trigger the webform and make it execute its code.
If not what should i do ??
Many Thanks in Advance,
I though about posting this in the windows form section but i the question is about webrequest. So, I have a form in which I need to call a web form (aspx). This web form in its page load will reset some fields in a database.
Now I call the webform using WebRequest
Dim hwr as HttpWebRequest = Ctype(WebRequest.Create('the url of the webform'), HttpWebRequest)
Is this enough to trigger the webform and make it execute its code.
If not what should i do ??
Many Thanks in Advance,