954,580 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Help with hyperlinking repeater to datagrid on same page

I have a Repeater control (myrepeater) and a datagrid both bound to the same datasource:

dgMaster.DataSource = GetAuthors()
dgMaster.DataBind()
myRepeater.DataSource = GetAuthors()
myRepeater.DataBind()

Here is how it is setup in the repeater:

<%# Container.DataItem("firstdate") %>
1


I tried to hypelink the Hyperlink1 in Repeater to the datagird:


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


I am totally confused about how to do that. Please help me

sougataroy
Newbie Poster
1 post since Dec 2006
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You