Request.QueryString["parameterName"]
On Mon, Dec 29, 2008 at 12:06 PM, Chuck <[email protected]> wrote: > > Agreed with Cerebrus. No code to look at. Not sure if you're not > passing the variable through URL, if you're actually using code to > retrieve the parameter... > > ... or nothing whatsoever. > > Show more info please as to what you're doing. > > Or trying to do at least. > > On Dec 28, 3:39 pm, "m...@ni" <[email protected]> wrote: >> hi everybody, >> i am having a problem and that is >> " how to get value from QueryString, and use that value, in the >> hyperlink control(which is placed on the html side) to navigate to >> another page" >> i actualy want to display, details of a particular record,on the basis >> of that value(which is coming from QueryString) through >> hyperlink,because i want to open that page in new window(using the >> feature of hyperlink i.e Target="_blank"). >> >> Thanks in advance, i realy apreciate your response.
