Quantcast
Channel: Windows Forms Data Controls and Databinding forum
Viewing all articles
Browse latest Browse all 2535

Displaying data from database using Repeater

$
0
0

Hi,

I have created a database with 3 column in a table.Where column 1 is username and column 2 is Report name.

Column 1 has 2 user :-

user1-----> ABC

user2-----> PQR. So if i select ABC i am getting 2 records from Report based on ABC and if i select PQR i get 1 record from Report based on PQR.Till here i have done

Now I am using repeater control and binding the data from the database.but the problem is I want hyperlink on the data which is populating.Since i am using repeater,i am able to fetch 2 records for Report.I want hyperlink on it so i am using anchor tag with href,Now both the records are redirecting to the same page.I want each record should redirect to different page.Please help me if any one know about these.

Thansk Regards,

Simanchal


Viewing all articles
Browse latest Browse all 2535

Trending Articles