Hi friends,
A HTML page with get method is passing 15 values using query strings to a asp.net page. I want to access these values and insert the in a sql table... How to access these values in asp.net page plzz help...
The values are a persons name,address,phone,city,country,state,email etc.
plzz help
thanx
Loading
vijayPosted Jan 25, 2011, 12:20 AM
Krishna GaradPosted Jan 24, 2011, 11:50 PM
string address =Request.QueryString["address"].ToString();
like each and every.