HI!
i am using data grid in my webpage and also i implement insert, update,delete. and add new column to the data grid i.e., Email.
my problem is which event is used to execute the email column. i am using ItemCommand it work but delete option is not working.
please help me.
thank u.
Loading
ArshadPosted Feb 8, 2010, 12:24 PM
Please try like this
After that Use the ItemCommad Event, Under that event check if e.CommandName=="Insert or Email" and write your code.
Regards,
Arshad
Kirtan PatelPosted Feb 8, 2010, 7:10 AM
i will resolve your problem ..