Dear Friends,
I was trying to pass the value in the variable "yn". I am using following command.This link i need in a column of the current table . There is no error i getting ,but value passed through the 'yn' is blank.
Can you help me in this issue ,in which way i shold pass the 'yn'. When i am using the code <%=yn%>, then it gives some error.
Following is the code,
Response.Write "<td>"& countdt &"<br><a href=""view_prgdtl.asp?yr=""&yn"">" & nm1 & "</a> <br> "& nm2 &"</td>"
Thank you
Graceson