Click here to Skip to main content
15,914,481 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCan ASP.NET script and HTML server controls be placed in an XSL file? Pin
Red_Wizard_Shot_The_Food15-Aug-06 23:44
Red_Wizard_Shot_The_Food15-Aug-06 23:44 
QuestionMaster Page Pin
Kamal.Afridi15-Aug-06 23:43
Kamal.Afridi15-Aug-06 23:43 
AnswerRe: Master Page Pin
Guffa16-Aug-06 1:40
Guffa16-Aug-06 1:40 
QuestionIFRAME Pin
-Yoyosh-15-Aug-06 22:49
-Yoyosh-15-Aug-06 22:49 
AnswerRe: IFRAME Pin
_AK_15-Aug-06 23:10
_AK_15-Aug-06 23:10 
AnswerRe: IFRAME Pin
-Yoyosh-15-Aug-06 23:46
-Yoyosh-15-Aug-06 23:46 
GeneralRe: IFRAME Pin
_AK_16-Aug-06 0:01
_AK_16-Aug-06 0:01 
QuestionPaging in Pin
Prabs frm PGP15-Aug-06 22:47
Prabs frm PGP15-Aug-06 22:47 
Hi!

I have to do paging in thr datagrid., for that I wrote the code :


private void DataGrid1_PageIndexChanged(object source, System.Web.UI.WebControls.DataGridPageChangedEventArgs e)
{
DataGrid1.CurrentPageIndex=e.NewPageIndex;
models();
}

In models() Func... I retrieve the value from the DB.

It shows the value and that the Page no also: 1,2,3.... Bur if i clicks the 2nd page..

It goes to next form.. it doesn't show the values...

How can we solve this one..?


How can we do the paging in the DataList..?

T.Prabu
Questionpaging in DataGrid: Pin
Prabs frm PGP15-Aug-06 22:45
Prabs frm PGP15-Aug-06 22:45 
AnswerRe: paging in DataGrid: Pin
postmaster@programmingknowledge.com16-Aug-06 1:20
postmaster@programmingknowledge.com16-Aug-06 1:20 
AnswerRe: paging in DataGrid: Pin
Sathesh Sakthivel16-Aug-06 1:47
Sathesh Sakthivel16-Aug-06 1:47 
GeneralRe: paging in DataGrid: Pin
Prabs frm PGP16-Aug-06 2:09
Prabs frm PGP16-Aug-06 2:09 
GeneralRe: paging in DataGrid: Pin
Sathesh Sakthivel16-Aug-06 2:47
Sathesh Sakthivel16-Aug-06 2:47 
GeneralRe: paging in DataGrid: Pin
Prabs frm PGP16-Aug-06 3:01
Prabs frm PGP16-Aug-06 3:01 
QuestionSorting for dynamically created column in a datagrid using C# Pin
sudheerkonda15-Aug-06 22:32
sudheerkonda15-Aug-06 22:32 
AnswerRe: Sorting for dynamically created column in a datagrid using C# Pin
blurMember16-Aug-06 16:00
blurMember16-Aug-06 16:00 
GeneralRe: Sorting for dynamically created column in a datagrid using C# Pin
sudheerkonda17-Aug-06 2:12
sudheerkonda17-Aug-06 2:12 
QuestionSQL DataAdapter in ASP.NET Pin
raviroyx15-Aug-06 22:08
raviroyx15-Aug-06 22:08 
AnswerRe: SQL DataAdapter in ASP.NET Pin
Colin Angus Mackay15-Aug-06 23:24
Colin Angus Mackay15-Aug-06 23:24 
GeneralRe: SQL DataAdapter in ASP.NET Pin
raviroyx16-Aug-06 0:06
raviroyx16-Aug-06 0:06 
GeneralRe: SQL DataAdapter in ASP.NET Pin
Colin Angus Mackay16-Aug-06 5:20
Colin Angus Mackay16-Aug-06 5:20 
AnswerRe: SQL DataAdapter in ASP.NET Pin
StonePit17-Aug-06 0:38
StonePit17-Aug-06 0:38 
QuestionHow can I create or/and navigate to an event handler for a server control in vs2005? Pin
Carolina15-Aug-06 21:53
Carolina15-Aug-06 21:53 
AnswerRe: How can I create or/and navigate to an event handler for a server control in vs2005? Pin
minhpc_bk15-Aug-06 22:17
minhpc_bk15-Aug-06 22:17 
GeneralRe: How can I create or/and navigate to an event handler for a server control in vs2005? Pin
Carolina15-Aug-06 22:31
Carolina15-Aug-06 22:31 

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.