TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Pramod Shivhare
NA
7
13.6k
Grid view and data table
Feb 4 2012 2:47 AM
i have following data table queried from database:
id MIN MAX USERID fk_id
-------------------------------------
1 1 21 1 1
2 22 30 1 1
3 31 60 2 1
4 1 90 2 2
I would like the fk_id column to identify the row value, rather than foreign key id,
as well as display this value in a grid view. In addition I would like a column of check boxes and an EDIT link. And finally I would like the min and max values to be displayed in a single column rather than two. For example if MIN is 22 and MAX is 30. it should print in one column in gridview as 22 to 30.
I want to show range(min, max), user name from userid(other table) and those tow above specified column.
Plz help
Reply
Answers (
1
)
how to implement web service in asp.net
Extract text from tif images in which text are in italic font