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
Furqan Zafar
NA
11
0
Help in Paging Through paged data source class...
Jul 24 2009 6:45 AM
Hi to all,
i am making a web application in which user logged in,,after log in they can see their personal messages by clicking the inbox hyperlink.. i have a grid in inbox.aspx which shows messages only belong to that specific log in person..at 1st page data shows because i pass his/her username in querystring and then use that username to fetch data from database and bind gridview with it..i m doing paging with it through "Paged Data Source Class."..at first page data shows 10 records, but if record is more than 10 then, when i click the next hyperlink btn i recieve an error that query requiers parameter username which was not supplied..
kindly help me that how can i pass username after each request when next hyperlink btn clicked and fetch data from specific username and bind it with grid,,
Thanks in advance..
Reply
Answers (
1
)
Asp.Net Security Forms Authentication
Check for user.isonline before automatic login?