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
Lasantha PW
NA
213
214.6k
Gridview Paging and row count
Jan 24 2011 12:28 AM
hi all,
In page load i bound a gridview from this
private
void
bindTransaction(
string
code)
{
var
transinfo =
from
transaction
in
manager.BenTransactions select transaction
;
transactiongrid.DataSource = transinfo;
transactiongrid.DataBind();
}
then i want to retrive all griddata.i set the pagesize as 10 and allow paging to true.when i try to get all records it give only 10(current page records)
protected
void
generatebtn_Click(
object
sender,
EventArgs
e)
{
generate(transactiongrid);
}
can anyone tell me how solve this issue. i'm using linq.
Reply
Answers (
3
)
Problem to store encrypted data in database using asp.net
about select box