passing query string as variable from aspx.cs to aspx

V

vivekrobotics

hi all,
this is vivek

/// Write out hyperlinks that show the descriptions and include the
ImageID in a querystring

Response.Write("<a href='Description.aspx?imageid=" + myDR["ImageID"] +
"'>" + myDR["ItemCode"]+ " " + myDR["Description"] + "&br&br&br" +
myDR["Price"] + "</a><br>");

Now I want to use this in datagrid's hyperlink column in navigateurl
property.

I don't know how to pass any variable from aspx.cs page to aspx page.

Plz help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top