Navigate through Datagrid
I want that when i navigate from one web form to another ,then
2 variable should be passed.
I've write following code.
<asp:Hyperlink ID="Hyperlink2" NavigateUrl='<%#"Reply.aspx?Topic=" & DataBinder.Eval(Container.DataItem, "Q_ID") &",techname=" & DataBinder.Eval(Container.DataItem, "Tech_Name") %>'
Text='<%#DataBinder.Eval(Container.DataItem, "Q_ID")%>'runat="server">
</asp:Hyperlink>
Now at Reply.aspx ,i collects these variable as
Request("Topic") and Request("Tech_Name")
But its not working,so whats the problem.
abhinavjain
__________________
abhinavjain
|