gridview
-
hii... i have taken buttonfield in one of the columns of a grid view rest of the columns are populated from the database.I want to perform some task on the buttonclick event how can i do this. plz guide me.... thanks...
Use Gridview RowCommand Event and Check the Command name. Below is the Reference link for you. http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.rowcommand.aspx[^]
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
hii... i have taken buttonfield in one of the columns of a grid view rest of the columns are populated from the database.I want to perform some task on the buttonclick event how can i do this. plz guide me.... thanks...
-
use gridview edit and delete event and Google u will find so many example Thanks, Amit Patel
Amit, I guess he is not asking about the GridView Edit Button. ;P
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
hii... i have taken buttonfield in one of the columns of a grid view rest of the columns are populated from the database.I want to perform some task on the buttonclick event how can i do this. plz guide me.... thanks...
The Event U r Searching For is GridView RowCommand event Use The Below Link It Will Give FullOverview Of Grid View Event Trick/Tip: Raise a GridView RowCommand event from a child DropDownList control using a Submit button[^] http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.rowcommand.aspx[^]
If It Helps Click It as Answer
-
The Event U r Searching For is GridView RowCommand event Use The Below Link It Will Give FullOverview Of Grid View Event Trick/Tip: Raise a GridView RowCommand event from a child DropDownList control using a Submit button[^] http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.rowcommand.aspx[^]
If It Helps Click It as Answer
You are 7 min late ;) :-D
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
You are 7 min late ;) :-D
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
:-D
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
:-D
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Use Gridview RowCommand Event and Check the Command name. Below is the Reference link for you. http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.rowcommand.aspx[^]
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
right, I have used this way!
-
right, I have used this way!
That's cool !:thumbsup:
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.