Hello Experts,
We construct url and supply to web browser throuch C# application. We
need to capture the return value sent by web-site for validation purpose.
For example, we have constructed the url as
"http://www.example.com/services/register.aspx?U sername=Admin&p assword=p
wd" and pass it to web browser. Browser will display some value after
sending this. How do we get the value in the C# WinForm Application
Thans in advance
Manoharan
We construct url and supply to web browser throuch C# application. We
need to capture the return value sent by web-site for validation purpose.
For example, we have constructed the url as
"http://www.example.com/services/register.aspx?U sername=Admin&p assword=p
wd" and pass it to web browser. Browser will display some value after
sending this. How do we get the value in the C# WinForm Application
Thans in advance
Manoharan