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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to