Click here to Skip to main content
15,902,198 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Button to submit values in the textbox and selected items in the database Pin
Member 38798818-Mar-07 22:26
Member 38798818-Mar-07 22:26 
AnswerRe: Button to submit values in the textbox and selected items in the database Pin
Imran Khan Pathan8-Mar-07 22:37
Imran Khan Pathan8-Mar-07 22:37 
QuestionMail Problem Pin
Jijo BP8-Mar-07 21:46
Jijo BP8-Mar-07 21:46 
Questionadd attribute for a control in datagrid Pin
yesu prakash8-Mar-07 21:42
yesu prakash8-Mar-07 21:42 
AnswerRe: add attribute for a control in datagrid Pin
Spunky Coder8-Mar-07 22:12
Spunky Coder8-Mar-07 22:12 
GeneralRe: add attribute for a control in datagrid Pin
yesu prakash8-Mar-07 22:25
yesu prakash8-Mar-07 22:25 
GeneralRe: add attribute for a control in datagrid Pin
N a v a n e e t h8-Mar-07 22:29
N a v a n e e t h8-Mar-07 22:29 
AnswerRe: add attribute for a control in datagrid Pin
N a v a n e e t h8-Mar-07 22:27
N a v a n e e t h8-Mar-07 22:27 
Hi
When grid is binded, it will raise ItemDataBound Event. You will get the current row in parameter e. Use that parameter and find the control. After that add attribute. It could be something like

HyperLink hyp = (HyperLink) e.Item.Cells[YourCellIndex].FindControl("HyperLink1");



Cheers
Navaneeth!!

www.w3hearts.com

GeneralRe: add attribute for a control in datagrid Pin
yesu prakash8-Mar-07 22:41
yesu prakash8-Mar-07 22:41 
AnswerRe: add attribute for a control in datagrid Pin
Imran Khan Pathan8-Mar-07 23:04
Imran Khan Pathan8-Mar-07 23:04 
QuestionImages in datagrid! Pin
nclauder8-Mar-07 21:36
nclauder8-Mar-07 21:36 
AnswerRe: Images in datagrid! Pin
N a v a n e e t h8-Mar-07 22:23
N a v a n e e t h8-Mar-07 22:23 
GeneralRe: Images in datagrid! [modified] Pin
nclauder8-Mar-07 22:53
nclauder8-Mar-07 22:53 
GeneralRe: Images in datagrid! Pin
nclauder9-Mar-07 0:54
nclauder9-Mar-07 0:54 
QuestionRegarding Web.Config Pin
Sandeep Akhare8-Mar-07 21:31
Sandeep Akhare8-Mar-07 21:31 
AnswerRe: Regarding Web.Config Pin
N a v a n e e t h8-Mar-07 21:38
N a v a n e e t h8-Mar-07 21:38 
GeneralRe: Regarding Web.Config Pin
Sandeep Akhare8-Mar-07 22:05
Sandeep Akhare8-Mar-07 22:05 
GeneralRe: Regarding Web.Config Pin
N a v a n e e t h8-Mar-07 22:13
N a v a n e e t h8-Mar-07 22:13 
GeneralRe: Regarding Web.Config Pin
Sandeep Akhare8-Mar-07 22:19
Sandeep Akhare8-Mar-07 22:19 
GeneralRe: Regarding Web.Config Pin
Member 38798818-Mar-07 22:33
Member 38798818-Mar-07 22:33 
GeneralRe: Regarding Web.Config Pin
Sandeep Akhare8-Mar-07 22:40
Sandeep Akhare8-Mar-07 22:40 
QuestionPassword Encryption Pin
samsonx8-Mar-07 21:20
samsonx8-Mar-07 21:20 
AnswerRe: Password Encryption Pin
N a v a n e e t h8-Mar-07 21:33
N a v a n e e t h8-Mar-07 21:33 
Questionhow to attach master page onto existing solution or proj. Pin
Eyungwah8-Mar-07 21:03
Eyungwah8-Mar-07 21:03 
AnswerRe: how to attach master page onto existing solution or proj. Pin
mareers8-Mar-07 21:10
mareers8-Mar-07 21:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.