Click here to Skip to main content
15,913,154 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: VS2005 Adding an existing web Pin
minhpc_bk17-Aug-06 20:13
minhpc_bk17-Aug-06 20:13 
GeneralRe: VS2005 Adding an existing web Pin
Ed K18-Aug-06 16:42
Ed K18-Aug-06 16:42 
GeneralRe: VS2005 Adding an existing web Pin
minhpc_bk20-Aug-06 20:55
minhpc_bk20-Aug-06 20:55 
QuestionHow to detect design time Pin
matthias s.17-Aug-06 10:16
matthias s.17-Aug-06 10:16 
AnswerRe: How to detect design time Pin
minhpc_bk17-Aug-06 15:25
minhpc_bk17-Aug-06 15:25 
GeneralRe: How to detect design time Pin
matthias s.17-Aug-06 23:18
matthias s.17-Aug-06 23:18 
GeneralRe: How to detect design time Pin
minhpc_bk18-Aug-06 0:22
minhpc_bk18-Aug-06 0:22 
QuestionPageIndex change gives error from 2nd to 1st page Pin
bubberz17-Aug-06 10:10
bubberz17-Aug-06 10:10 
With only one record on my 2nd page in my datagrid, when I go from page 2 to page 1 in my Datagrid (ASP.NET v1.1), I get:

Input string was not in a correct format.

[FormatException: Input string was not in a correct format.]
Microsoft.VisualBasic.CompilerServices.DoubleType.Parse(String Value, NumberFormatInfo NumberFormat) +193
Microsoft.VisualBasic.CompilerServices.IntegerType.FromString(String Value) +92

[InvalidCastException: Cast from string "" to type 'Integer' is not valid.]
Microsoft.VisualBasic.CompilerServices.IntegerType.FromString(String Value) +206
Work_PackageVBConvert_P3E.SARESTableSubform.DataGrid1_DeleteCommand(Object source, DataGridCommandEventArgs e) +185
System.Web.UI.WebControls.DataGrid.OnDeleteCommand(DataGridCommandEventArgs e) +109
System.Web.UI.WebControls.DataGrid.OnBubbleEvent(Object source, EventArgs e) +589
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +26
System.Web.UI.WebControls.DataGridItem.OnBubbleEvent(Object source, EventArgs e) +106
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +26
System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e) +121
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +115
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +138
System.Web.UI.Page.ProcessRequestMain() +1292

****************************************************************

I have no idea what's going on or why this is happening. If I add another record to my datagrid, and now I have two rows on my second page, I can go to the first page successfully.

The PageIndexChanged routine is simply:
DataGrid1.CurrentPageIndex = e.NewPageIndex
Call DG()

Any ideas?

Thanks!
AnswerRe: PageIndex change gives error from 2nd to 1st page Pin
minhpc_bk18-Aug-06 12:09
minhpc_bk18-Aug-06 12:09 
GeneralRe: PageIndex change gives error from 2nd to 1st page Pin
bubberz18-Aug-06 16:32
bubberz18-Aug-06 16:32 
QuestionSecurity using Sessions Pin
Armando_Ramirez17-Aug-06 9:14
Armando_Ramirez17-Aug-06 9:14 
QuestionProblem after upgrading to asp.net 2 Pin
Rookie17-Aug-06 7:51
Rookie17-Aug-06 7:51 
AnswerRe: Problem after upgrading to asp.net 2 Pin
Guffa17-Aug-06 12:02
Guffa17-Aug-06 12:02 
GeneralRe: Problem after upgrading to asp.net 2 Pin
Rookie17-Aug-06 14:19
Rookie17-Aug-06 14:19 
AnswerRe: Problem after upgrading to asp.net 2 Pin
Guffa18-Aug-06 0:28
Guffa18-Aug-06 0:28 
Questioniframe -- URGENT Pin
lehya17-Aug-06 7:26
lehya17-Aug-06 7:26 
AnswerRe: iframe -- URGENT Pin
Grapes-R-Fun17-Aug-06 11:29
Grapes-R-Fun17-Aug-06 11:29 
AnswerRe: iframe -- URGENT Pin
Guffa17-Aug-06 12:26
Guffa17-Aug-06 12:26 
Questionsugest datagrid delete codeing [modified] Pin
omi9817-Aug-06 5:39
omi9817-Aug-06 5:39 
AnswerRe: sugest datagrid delete codeing Pin
minhpc_bk17-Aug-06 20:14
minhpc_bk17-Aug-06 20:14 
GeneralRe: sugest datagrid delete codeing Pin
omi9818-Aug-06 1:47
omi9818-Aug-06 1:47 
GeneralRe: sugest datagrid delete codeing Pin
minhpc_bk18-Aug-06 12:09
minhpc_bk18-Aug-06 12:09 
GeneralRe: sugest datagrid delete codeing Pin
omi9820-Aug-06 7:31
omi9820-Aug-06 7:31 
QuestionDrop Down Lists storage in SQL server [modified] Pin
Dayekh17-Aug-06 5:37
Dayekh17-Aug-06 5:37 
AnswerRe: Drop Down Lists storage in SQL server Pin
Guffa17-Aug-06 6:38
Guffa17-Aug-06 6:38 

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.