Click here to Skip to main content
15,895,011 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: stuck in loop by seting focus using javascript Pin
DineshSharmain22-Jun-07 0:00
DineshSharmain22-Jun-07 0:00 
GeneralRe: stuck in loop by seting focus using javascript Pin
Sandeep Akhare22-Jun-07 0:28
Sandeep Akhare22-Jun-07 0:28 
GeneralRe: stuck in loop by seting focus using javascript Pin
DineshSharmain22-Jun-07 2:19
DineshSharmain22-Jun-07 2:19 
GeneralRe: stuck in loop by seting focus using javascript Pin
Sandeep Akhare22-Jun-07 2:42
Sandeep Akhare22-Jun-07 2:42 
GeneralRe: stuck in loop by seting focus using javascript Pin
Cfer8329-Jun-07 10:56
Cfer8329-Jun-07 10:56 
QuestionGrid view template control Pin
sidbaruah21-Jun-07 22:48
sidbaruah21-Jun-07 22:48 
AnswerRe: Grid view template control Pin
kubben22-Jun-07 1:47
kubben22-Jun-07 1:47 
AnswerRe: Grid view template control Pin
Chetan Ranpariya22-Jun-07 2:14
Chetan Ranpariya22-Jun-07 2:14 
Hi,

Instead of finding control in the cell you can find the conrol in the row of the grid.
You can do like following.

Label lbl = (Label)gv.Rows[0].FindControl("lableid");


I hope this will help you.


Thanks and Regards,
Chetan Ranpariya

GeneralRe: Grid view template control Pin
sidbaruah23-Jun-07 20:22
sidbaruah23-Jun-07 20:22 
QuestionData grid control Pin
aasstt21-Jun-07 22:35
aasstt21-Jun-07 22:35 
AnswerRe: Data grid control Pin
badgrs21-Jun-07 22:57
badgrs21-Jun-07 22:57 
QuestionHow do I span the header text in a GridView (c#) Pin
But_Im_a_Lady21-Jun-07 22:34
But_Im_a_Lady21-Jun-07 22:34 
AnswerRe: How do I span the header text in a GridView (c#) Pin
badgrs21-Jun-07 22:55
badgrs21-Jun-07 22:55 
GeneralRe: How do I span the header text in a GridView (c#) Pin
But_Im_a_Lady21-Jun-07 23:00
But_Im_a_Lady21-Jun-07 23:00 
GeneralRe: How do I span the header text in a GridView (c#) Pin
Chetan Ranpariya22-Jun-07 2:49
Chetan Ranpariya22-Jun-07 2:49 
GeneralRe: How do I span the header text in a GridView (c#) Pin
But_Im_a_Lady22-Jun-07 3:51
But_Im_a_Lady22-Jun-07 3:51 
QuestionFeaching Image From DataBase Pin
Ajeet mittal21-Jun-07 22:03
Ajeet mittal21-Jun-07 22:03 
QuestionRe: Feaching Image From DataBase Pin
Sylvester george21-Jun-07 22:30
Sylvester george21-Jun-07 22:30 
AnswerRe: Feaching Image From DataBase Pin
Sandeep Akhare21-Jun-07 23:46
Sandeep Akhare21-Jun-07 23:46 
QuestionHi please help me regarding upload file coding idea...... Pin
Rajeshcode21-Jun-07 21:24
Rajeshcode21-Jun-07 21:24 
AnswerRe: Hi please help me regarding upload file coding idea...... Pin
PrakashBhaskar21-Jun-07 22:28
PrakashBhaskar21-Jun-07 22:28 
GeneralRe: Hi please help me regarding upload file coding idea...... Pin
Rajeshcode21-Jun-07 22:42
Rajeshcode21-Jun-07 22:42 
QuestionLogin session in ASP.NET(using VB) Pin
Prodigy20121-Jun-07 21:23
Prodigy20121-Jun-07 21:23 
AnswerRe: Login session in ASP.NET(using VB) Pin
PrakashBhaskar21-Jun-07 22:30
PrakashBhaskar21-Jun-07 22:30 
AnswerRe: Login session in ASP.NET(using VB) Pin
Sandeep Akhare21-Jun-07 23:02
Sandeep Akhare21-Jun-07 23:02 

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.