Click here to Skip to main content
15,886,110 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to access one Control from master page using Javascript Pin
ToddHileHoffer30-Oct-07 3:37
ToddHileHoffer30-Oct-07 3:37 
QuestionDocumnetation generator Pin
samerh30-Oct-07 3:07
samerh30-Oct-07 3:07 
AnswerRe: Documnetation generator Pin
Abhijit Jana30-Oct-07 3:14
professionalAbhijit Jana30-Oct-07 3:14 
GeneralRe: Documnetation generator Pin
samerh30-Oct-07 3:30
samerh30-Oct-07 3:30 
GeneralRe: Documnetation generator Pin
Abhijit Jana30-Oct-07 3:47
professionalAbhijit Jana30-Oct-07 3:47 
Questiondatagrid paging Pin
jai 12330-Oct-07 3:05
jai 12330-Oct-07 3:05 
AnswerRe: datagrid paging Pin
Abhijit Jana30-Oct-07 3:10
professionalAbhijit Jana30-Oct-07 3:10 
GeneralRe: datagrid paging Pin
jai 12330-Oct-07 3:17
jai 12330-Oct-07 3:17 
hi,
for paging in asp 1.1 we will give like this

<asp:gridview id="datagrid" runat="server" pagesize="3" allowpaging="true" onpageindexchanged="page" autogeneratecolumns="false" width="177px">

public void mouseclick(object sender, DataGridPageChangedEventArgs e)
{
datagrid.CurrentPageIndex = e.NewPageIndex;
datagrid.DataBind();
}

in asp2.0, dont want to give like this

jai

GeneralRe: datagrid paging Pin
MoustafaS30-Oct-07 14:49
MoustafaS30-Oct-07 14:49 
QuestionRead XmlNode value Pin
Imran Khan Pathan30-Oct-07 3:00
Imran Khan Pathan30-Oct-07 3:00 
AnswerRe: Read XmlNode value Pin
pmarfleet30-Oct-07 3:05
pmarfleet30-Oct-07 3:05 
Questionwhy dropdownlist box inside gridview dont work Pin
jefferyg2930-Oct-07 2:43
jefferyg2930-Oct-07 2:43 
AnswerRe: why dropdownlist box inside gridview dont work Pin
pmarfleet30-Oct-07 3:04
pmarfleet30-Oct-07 3:04 
GeneralFrequently Asked Questions - ASP.NET FAQs Pin
ganesh197530-Oct-07 2:35
ganesh197530-Oct-07 2:35 
GeneralRe: Frequently Asked Questions - ASP.NET FAQs Pin
Abhijit Jana30-Oct-07 2:46
professionalAbhijit Jana30-Oct-07 2:46 
JokeRe: Frequently Asked Questions - ASP.NET FAQs Pin
Braulio Dez30-Oct-07 2:55
Braulio Dez30-Oct-07 2:55 
GeneralRe: Frequently Asked Questions - ASP.NET FAQs Pin
Vasudevan Deepak Kumar30-Oct-07 5:41
Vasudevan Deepak Kumar30-Oct-07 5:41 
JokeRe: Frequently Asked Questions - ASP.NET FAQs Pin
Guffa30-Oct-07 11:21
Guffa30-Oct-07 11:21 
Questionmonth Format Pin
Jintal Patel30-Oct-07 2:18
Jintal Patel30-Oct-07 2:18 
AnswerRe: month Format Pin
r a j u u30-Oct-07 2:30
r a j u u30-Oct-07 2:30 
AnswerRe: month Format Pin
soni uma30-Oct-07 2:48
soni uma30-Oct-07 2:48 
AnswerRe: month Format Pin
John-ph30-Oct-07 2:54
John-ph30-Oct-07 2:54 
AnswerRe: month Format Pin
Phil Osborne30-Oct-07 2:56
Phil Osborne30-Oct-07 2:56 
GeneralRe: month Format Pin
Pete O'Hanlon30-Oct-07 3:04
mvePete O'Hanlon30-Oct-07 3:04 
GeneralRe: month Format Pin
Jintal Patel30-Oct-07 3:11
Jintal Patel30-Oct-07 3:11 

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.