hi all..
i really need your help to solve my problem..
this is the scenario :
first, user choose link "detail" at document table.in that detail,i have a hyperlink "comment".
in aspx i wrote this code :

<a href="ShowComment.aspx?id_document=<%#Eval("id_document") %> ">Comment</a>

id_document is value of query string from webform document. i want this query string value is equal with the iddocument that I choose before. but, cause the Id_document value was not read. If I click hyperlink "comment",in the address bar just show :
"http://localhost:1142/DMS.Web/Staf/ShowComment.aspx?id_document="


how to make this value <%#Eval("id_document") %> have the equal value with query string value (document) that choosen. whereas that link comment where not in grid view ..

write server side code
create a hyperlink and append it in the document

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.