Click here to Skip to main content
15,890,282 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: restrict text box to take only numbers Pin
Pete O'Hanlon11-Sep-08 5:13
mvePete O'Hanlon11-Sep-08 5:13 
GeneralRe: restrict text box to take only numbers Pin
dhumplopoka12-Sep-08 3:20
dhumplopoka12-Sep-08 3:20 
Questionhow to find reference count for an object in unmanaged code ? Pin
ademsandeepreddy11-Sep-08 1:09
ademsandeepreddy11-Sep-08 1:09 
QuestionSocket Programming Pin
ramesh148211-Sep-08 0:56
ramesh148211-Sep-08 0:56 
AnswerRe: Socket Programming Pin
Manas Bhardwaj11-Sep-08 3:45
professionalManas Bhardwaj11-Sep-08 3:45 
QuestionSize restriction on file upload Pin
seee sharp11-Sep-08 0:52
seee sharp11-Sep-08 0:52 
AnswerRe: Size restriction on file upload Pin
NanaAM11-Sep-08 1:37
NanaAM11-Sep-08 1:37 
QuestionGet the set of records from the data Table in asp.net Pin
Rajeshwary11-Sep-08 0:36
Rajeshwary11-Sep-08 0:36 
Hi Reader,

In below the Method(CreateGrid) i am passing the data table(newDT1) which has 50 rows.

protected void lnkMore_Click(object sender, EventArgs e)
{

CreateGrid(newDT1);
}

protected void CreateGrid(DataTable dt)
{
--
---
---
--
gridview.datasource=dt;

}

Here i want to pass the first 10 rows only when i click the link button.Then next 10 rows should be passed and on the 2nd click.so i want to pass the 10 rows upto 5 times when i click the link.
I am not expert in asp.net. so please advice me.
AnswerRe: Get the set of records from the data Table in asp.net Pin
The Web Developer11-Sep-08 0:57
The Web Developer11-Sep-08 0:57 
GeneralRe: Get the set of records from the data Table in asp.net Pin
Rajeshwary11-Sep-08 1:05
Rajeshwary11-Sep-08 1:05 
GeneralRe: Get the set of records from the data Table in asp.net Pin
The Web Developer11-Sep-08 1:28
The Web Developer11-Sep-08 1:28 
AnswerRe: Get the set of records from the data Table in asp.net Pin
Paddy Boyd11-Sep-08 2:58
Paddy Boyd11-Sep-08 2:58 
QuestionLoading records as they come from dataset Pin
needhi_p10-Sep-08 23:56
needhi_p10-Sep-08 23:56 
QuestionSubmit and close page Pin
omlac10-Sep-08 23:39
omlac10-Sep-08 23:39 
AnswerRe: Submit and close page Pin
Dhana Lakshmi Prasad11-Sep-08 1:07
Dhana Lakshmi Prasad11-Sep-08 1:07 
GeneralRe: Submit and close page Pin
omlac11-Sep-08 3:28
omlac11-Sep-08 3:28 
QuestionForce Post back Pin
omlac10-Sep-08 21:48
omlac10-Sep-08 21:48 
AnswerRe: Force Post back Pin
Abhishek Sur10-Sep-08 22:42
professionalAbhishek Sur10-Sep-08 22:42 
AnswerRe: Force Post back Pin
omlac10-Sep-08 23:19
omlac10-Sep-08 23:19 
Questionweb site size. Pin
y_mmohd10-Sep-08 21:46
y_mmohd10-Sep-08 21:46 
AnswerRe: web site size. Pin
Shaik Haneef10-Sep-08 22:43
Shaik Haneef10-Sep-08 22:43 
GeneralRe: web site size. Pin
y_mmohd11-Sep-08 22:25
y_mmohd11-Sep-08 22:25 
Answerweb site size. Pin
y_mmohd10-Sep-08 23:10
y_mmohd10-Sep-08 23:10 
Questioncan i customize login page url? Pin
srinivassam10-Sep-08 21:07
srinivassam10-Sep-08 21:07 
QuestionDropDownlist auto increament in values problem Pin
Rameez Raja10-Sep-08 21:01
Rameez Raja10-Sep-08 21:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.