when i click on Id it should select that id and pass it to same page for further processing...
below is code at .aspx
and for same pageload event i m fetching that id
int intId = conver.toint32(request.querystring["id"]);
but my question is i m unable to send that id... so how should i write that query string?
Krishna GaradPosted Mar 26, 2011, 12:31 AM
Suthish NairPosted Mar 28, 2011, 7:20 AM
Amruta KirdatPosted Mar 28, 2011, 3:11 AM
Suthish NairPosted Mar 28, 2011, 1:46 AM
Krishna GaradPosted Mar 28, 2011, 1:29 AM
Amruta KirdatPosted Mar 28, 2011, 1:04 AM
@suthis : your tricky ex is giving error: server tag is not well formed
@Krishna: same error is giving to your example if i remove text attribute from hyperlink tag otherwise it shows that text into gridview
i was trying same things before this also but its not working. instead of Eval if i send just any no then it works i dont understand what exactly is wrong plz help me....i have gone through the articles/books also but of no use...
thx
Suthish NairPosted Mar 26, 2011, 3:05 PM
id="hy1" Font-Underline="true" style="cursor:hand;">
Amruta KirdatPosted Mar 25, 2011, 9:47 AM
Raju KatarePosted Mar 25, 2011, 8:08 AM