E
ebiweb
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?Use rname=Admin&password=pwd" and pass it to
web browser. Browser will display some value after sending this. How
do we get the value in the C# Application .i use C# 2005.
Thans in advance
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?Use rname=Admin&password=pwd" and pass it to
web browser. Browser will display some value after sending this. How
do we get the value in the C# Application .i use C# 2005.
Thans in advance