[Mono-bugs] [Bug 417872] New: gridview selectcommand has error

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Aug 17 16:19:02 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=417872


           Summary: gridview selectcommand has error
           Product: Mono: Class Libraries
           Version: 2.0
          Platform: i686
        OS/Version: Ubuntu
            Status: NEW
          Severity: Blocker
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: miblogic at yahoo.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: DeveloperNet


when i place a LinkButton (originally a Select CommandField, then converted to
FieldTemplate), the error below happens.  

while displaying the grid no error, only when the LinkButton is selected, i
even remove the Command event of the LinkButton, still the error below happens.



-------------------------

System.FormatException: Input string was not in the correct format
  at System.Int32.Parse (System.String s) [0x00000] 
  at System.Web.UI.WebControls.GridView.ProcessEvent (System.String eventName,
System.String param, Boolean causesValidation) [0x00000] 
  at System.Web.UI.WebControls.GridView.OnBubbleEvent (System.Object source,
System.EventArgs e) [0x00000] 
  at System.Web.UI.Control.RaiseBubbleEvent (System.Object source,
System.EventArgs args) [0x00000] 
  at System.Web.UI.WebControls.GridViewRow.OnBubbleEvent (System.Object source,
System.EventArgs e) [0x00000] 
  at System.Web.UI.Control.RaiseBubbleEvent (System.Object source,
System.EventArgs args) [0x00000] 
  at System.Web.UI.WebControls.LinkButton.OnCommand
(System.Web.UI.WebControls.CommandEventArgs e) [0x00000] 
  at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent (System.String
eventArgument) [0x00000] 
  at
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent
(System.String ea) [0x00000] 
  at System.Web.UI.Page.RaisePostBackEvent (IPostBackEventHandler
sourceControl, System.String eventArgument) [0x00000] 
  at System.Web.UI.Page.RaisePostBackEvents () [0x00000] 
  at System.Web.UI.Page.ProcessRaiseEvents () [0x00000] 
  at System.Web.UI.Page.InternalProcessRequest () [0x00000] 
  at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context)
[0x00000]


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list