Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
4.50/5 (2 votes)
See more:
suppose I have two button (Next and prev)
I want to show one of my table field in each view,
so how can I use linq to forward and backward data?

the another problem is one of column is a imageurl
which control do you suggest to show them ?

(I cann't use listView with Datapager because I want my own layout)

please give me an example
Posted

1 solution

I will suggest FormView, because you will get complete control over template. i.e you can decide which all HTML markups should be rendered and it does support paging.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900