----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Wolverine Message 3 in Discussion well an editable datagrid is easy enough set the Edit Template with the required Labels and text boxes. include an Edit button (its avalaible in the Properties bulider) this fires an OnEdit event...u can locate the row being edited the usual way we locate any row in the datagrid (e.ItemIndex etc)... it makes sense to save each row was u modify it...have a save button column which fires a save function for that row,and include it in the Edit template, so tat it shows only during edit. I dont think a mass save is possible, since a datagrid allows only single row edit. hope this helps.. AJ > -----Original Message----- > From: BDOTNET [SMTP:[EMAIL PROTECTED] > Sent: Monday, October 13, 2003 10:00 AM > To: [EMAIL PROTECTED] > Subject: Help needed !!! > > > <http://c.msn.com/c.gif?NC=9523&NA=34131&PS=&PI=26283&DI=416&TP=http://gro > ups.msn.com> > <http://sc.groups.msn.com/themes/R9c/pby/img/mail/mlstar.gif> New > Message on BDOTNET <http://groups.msn.com/bdotnet> > <http://sc.groups.msn.com/img/R9c/c.gif> > > > Help needed !!! > <http://groups.msn.com/bdotnet/_notifications.msnw?type=msg&action=showdis > cussion&parent=1&item=7151> > > > Reply > <mailto:[EMAIL PROTECTED]> > <http://sc.groups.msn.com/img/R9c/c.gif> Recommend > <http://groups.msn.com/bdotnet/_notifications.msnw?type=msg&action=recomme > nd&parent=1&item=7151> Message 1 in Discussion > From: PAshashijk > <http://groups.msn.com/bdotnet/profile?user=PAshashijk%E2%9C%93> > > > I wanted a help on Datagrid in .Net. > > I have created a Editable Datagrid with Databound server controls like > Labels and Textboxes. > > I need to update the database with the changes made in the Datagrid on > click of a button (server control). > > How can I track the rows (multiple) changed and update the database? > > Shashi > > > > View other groups in this category. > <http://groups.msn.com/Browse?CatId=26> > > Click Here! > <http://g.msn.com/0AD00001/503023.1??PID=2001966&UIT=M&TargetID=1014733&AN > =9185&PG=WBCCOM> > > Also on MSN: > Start Chatting <http://g.msn.com/2GRENUS/2_8085_01> | Listen to Music > <http://g.msn.com/2GRENUS/2_8085_02> | House & Home > <http://g.msn.com/2GRENUS/2_8085_03> | Try Online Dating > <http://g.msn.com/2GRENUS/2_8085_04> | Daily Horoscopes > <http://g.msn.com/2GRENUS/2_8085_05> > > <http://sc.groups.msn.com/img/R9c/c.gif> > > > 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 > <http://groups.msn.com/contact> 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. > <mailto:[EMAIL PROTECTED]> > > ____________________________________________ Confidential: This electronic message and all contents contain information from Syntel, Inc. which may be privileged, confidential or otherwise protected from disclosure. The information is intended to be for the addressee only. If you are not the addressee, any disclosure, copy, distribution or use of the contents of this message is prohibited. If you have received this electronic message in error, please notify the sender immediately and destroy the original message and all copies. ----------------------------------------------------------- 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]
