quote=shanwaj;239327]Hi there,
what you were getting by sending this url.Are you getting any error.Please do the small modification in above code as "Dim message as String=readHtmlPage(
http://localhost:3523/ATM-REPORTING/...?ENTRY_ID=11).[/quote]
Hi shanwaj,
Thanks for your reply.
There is no error when i hard code the entry (ie
ENTRY_ID=11) but what i want to do is to
send the
ENTRY_ID from the previous page.
when i pass the string as follows
Dim message AsString = readHtmlPage("http://localhost:3523/ATM-REPORTING/Sups_comp_1nd.aspx?ENTRY_ID=" & ENTRY_ID())
I get the error
Error 2 Argument not specified for parameter 'index' of 'Public ReadOnly Default Property Chars(index As Integer) As Char'
how did you pass the cpn() and vid() in your example?? did you use a page load event to
get the values of your variable??
Dim message As String = readHtmlPage("http://www.sixthcense.com/repQuotation.aspx?cp=" & cpn() & "&Id=" & vid())