If i have 1000 records in dataset, how to do paging?
Answer Posted / sunil kumar singh
for(int i=0;i<ds.Count;i++)
{
arraylist arr=new arraylist();
string abc;
abc=ds.Tables["tablename"].Rows[0][i].ToString();
arr.Add(abc);
}
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
What is caching in asp.net?
What is web api and why to use it?
How to use multiple scriptmanager controls in a web page?
What is boxing and unboxing in asp.net?
What is server infrastructure?
Explain about Application and Session Events ?
How can we implement a identity (sql server) call in an asp.net page?
What are the different web pages?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?
How do I send an email message from my ASP.NET page?
What threading model used in asp and asp.net?
What is global.asax file used for?
What is the significance of ASP.NET routing?
Define resource files.