----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Grssahana Message 2 in Discussion <form action=http://www.extremeexperts.com/Net/CodeSnippets/AddingDataGridItem.aspx method=post> Hi It was already discussed in BDOTNET.... here is the code Dim dgItem As DataGridItem Dim dgCell As TableCell Dim intColCounter As Int16 dgItem = New DataGridItem(2, 0, ListItemType.Item) For intColCounter = 0 To DataGrid1.Columns.Count - 1 dgCell = New TableCell dgItem.Cells.Add(dgCell) dgcell.Text = "Value for the column" Next DataGrid1.Controls(0).Controls.AddAt(2 + 2, dgItem) </form> Further details check out this link http://www.extremeexperts.com/Net/CodeSnippets/AddingDataGridItem.aspx rgds "ChellaBala" <[EMAIL PROTECTED]> 07/29/2004 11:22 AM Please respond to "BDOTNET" <[EMAIL PROTECTED]> To "BDOTNET" <[EMAIL PROTECTED]> cc Subject Add a new Row in Data Grid Dynamically. New Message on BDOTNET Add a new Row in Data Grid Dynamically. Reply Reply to Sender Recommend Message 1 in Discussion From: ChellaBala How can add a new Row in Data Grid Dynamically with existing rows? View other groups in this category. Also on MSN: Start Chatting | Listen to Music | House & Home | Try Online Dating | Daily Horoscopes To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. Need help? If you've forgotten your password, please go to Passport Member Services. For other questions or feedback, go to our Contact Us page. If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. Remove my e-mail address from BDOTNET. ForwardSourceID:NT0000A2FA ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
