Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

textbox text from dataset

i have dataset with the result and i bind it to datagrid

in datagrid i use to display text for hyperlink

<asp:datagrid

'<%# DataBinder.Eval(Container.DataItem, "ForumName") %>'

</asp:datagrid>

now if i have hyperlink some where on page and i need the text of this hyperlink to show the forumname what user has selected.how to do that.the dataset has the result and i want the ForumName from the dataset to hyperlink which is on the page not in datagrid.
[523 byte] By [syedwna] at [2007-11-11 10:31:23]
# 1 Re: textbox text from dataset
Pls post your proper code so that we can see how you are binding: using item template or hyperlink column? Using item template, it can be done by pasting name value in the middle of anchor tag. column template can just get their data by DataTExtfield
kashif_82 at 2007-11-11 23:11:45 >