How to get control id which is in edititemtemplate
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, For JS i need the image button id which is in EditItemTemplate.I got the id which is in FooterTemplate by using gvDataBase.FooterRow.FindControl("ibtnSave").UniqueID Pls anyone tell how to get that id..........
-
Hi, For JS i need the image button id which is in EditItemTemplate.I got the id which is in FooterTemplate by using gvDataBase.FooterRow.FindControl("ibtnSave").UniqueID Pls anyone tell how to get that id..........
(ImageButton) imgBtn = (ImageButton)e.Row.FindControl("YourImageButtonID"); EditItemTemplate is in your GridViewRow object!
In Word you can only store 2 bytes. That is why I use Writer.
modified on Tuesday, April 28, 2009 9:35 AM