http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ will answer faster. Over 1400 ASP.net programmers there. Mostly classic types here.
Raj and the other Data Grid whizzes there will save you probably. The code at: http://www.learnasp.com/freebook/learn/datagridedit.aspx may help. http://www.DataWebControls.com is an excellent reference too if you have not bookmarked it for DataGrids. At 02:32 PM 11/30/2004, you wrote: >I am creating a datagrid that is editable w/ a button on the lower >right side of page... I setup the click event, but am now getting an >error... > >ERROR : >System.argumentoutofrangeexception. Specified argument was out of >the range of valid values... parameter name: index > >My index field is an integer, and here is the code behind the asp >page > >VB > >Dim lblIndex as label > >lblIndex = Ctype(dgi.Cells(0).Controls(1), label) > >My question is: do I need to convert this and how... should it be >Cint instead of Ctype or should I put the dim as an integer? -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.289 / Virus Database: 265.4.3 - Release Date: 11/26/2004 ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
