Click here to Skip to main content
15,884,298 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionxml appendchilde Pin
Morgs Morgan19-Jan-11 23:07
Morgs Morgan19-Jan-11 23:07 
AnswerRe: xml appendchilde Pin
Manas Bhardwaj21-Jan-11 2:55
professionalManas Bhardwaj21-Jan-11 2:55 
QuestionASP.net and SAP integration Pin
Any_India19-Jan-11 19:03
Any_India19-Jan-11 19:03 
AnswerRe: ASP.net and SAP integration Pin
TweakBird19-Jan-11 19:38
TweakBird19-Jan-11 19:38 
AnswerRe: ASP.net and SAP integration Pin
Kasson20-Jan-11 0:29
Kasson20-Jan-11 0:29 
AnswerRe: ASP.net and SAP integration Pin
RaviRanjanKr20-Jan-11 0:53
professionalRaviRanjanKr20-Jan-11 0:53 
AnswerRe: ASP.net and SAP integration Pin
Tej Aj21-Jan-11 0:13
Tej Aj21-Jan-11 0:13 
Questioni got error on gridview in allowPaging = true - asp.net Pin
Gali197819-Jan-11 7:16
Gali197819-Jan-11 7:16 
hi
i have gridview in my asp.net webform.

i bind my database to gridview like this:

SQL = "SELECT id,Fname,Lname FROM MEN";
dsView = new DataSet();
adp = new SqlDataAdapter(SQL, Conn);
adp.Fill(dsView, "MEN");
adp.Dispose();
GridView1.DataSource = dsView.Tables[0].DefaultView;
GridView1.DataBind();

and this i put in the gridview: `allowPaging = true`

its show the data in the grid, but if i press to page 2..3..

and i got this error:


The GridView 'GridView1' fired event PageIndexChanging which wasn't handled.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: The GridView 'GridView1' fired event PageIndexChanging which wasn't handled.

thanks in advance
AnswerRe: i got error on gridview in allowPaging = true - asp.net Pin
R. Giskard Reventlov19-Jan-11 7:31
R. Giskard Reventlov19-Jan-11 7:31 
AnswerRe: i got error on gridview in allowPaging = true - asp.net Pin
TweakBird19-Jan-11 7:52
TweakBird19-Jan-11 7:52 
GeneralRe: i got error on gridview in allowPaging = true - asp.net Pin
Gali197819-Jan-11 8:07
Gali197819-Jan-11 8:07 
GeneralRe: i got error on gridview in allowPaging = true - asp.net Pin
TweakBird19-Jan-11 8:20
TweakBird19-Jan-11 8:20 
GeneralRe: i got error on gridview in allowPaging = true - asp.net Pin
Dhyanga19-Jan-11 10:03
Dhyanga19-Jan-11 10:03 
GeneralRe: i got error on gridview in allowPaging = true - asp.net Pin
goldsoft19-Jan-11 19:14
goldsoft19-Jan-11 19:14 
GeneralRe: i got error on gridview in allowPaging = true - asp.net Pin
TweakBird19-Jan-11 19:33
TweakBird19-Jan-11 19:33 
QuestionAny ASP.NET MVC open-source role management GUIs? Pin
Dimitri Witkowski18-Jan-11 21:34
Dimitri Witkowski18-Jan-11 21:34 
AnswerRe: Any ASP.NET MVC open-source role management GUIs? Pin
Sandeep Mewara22-Jan-11 8:36
mveSandeep Mewara22-Jan-11 8:36 
GeneralRe: Any ASP.NET MVC open-source role management GUIs? Pin
Dimitri Witkowski22-Jan-11 8:55
Dimitri Witkowski22-Jan-11 8:55 
QuestionJavascript Confirmation box not working from code behing Pin
meeram39518-Jan-11 21:21
meeram39518-Jan-11 21:21 
AnswerRe: Javascript Confirmation box not working from code behing Pin
Ankur\m/19-Jan-11 0:20
professionalAnkur\m/19-Jan-11 0:20 
GeneralRe: Javascript Confirmation box not working from code behing Pin
meeram39519-Jan-11 13:49
meeram39519-Jan-11 13:49 
GeneralRe: Javascript Confirmation box not working from code behing Pin
Ankur\m/19-Jan-11 17:37
professionalAnkur\m/19-Jan-11 17:37 
Questiondr LUPP Pin
swaroops18-Jan-11 21:03
swaroops18-Jan-11 21:03 
AnswerRe: dr LUPP Pin
Manfred Rudolf Bihy19-Jan-11 9:49
professionalManfred Rudolf Bihy19-Jan-11 9:49 
Questioncustom datalist control Pin
Ersan Ercek18-Jan-11 10:01
Ersan Ercek18-Jan-11 10: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.