Click here to Skip to main content
16,004,974 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generalhad a look but didn't undestand much .pls throw some light on this Pin
sishya23-Jun-06 2:47
sishya23-Jun-06 2:47 
GeneralRe: had a look but didn't undestand much .pls throw some light on this Pin
Not Active23-Jun-06 3:01
mentorNot Active23-Jun-06 3:01 
GeneralBut i have to create div tag dynamically above a dropdownlist Pin
sishya23-Jun-06 3:26
sishya23-Jun-06 3:26 
GeneralRe: But i have to create div tag dynamically above a dropdownlist Pin
Not Active23-Jun-06 4:28
mentorNot Active23-Jun-06 4:28 
QuestionHow to access a control created dynamically in a dynamically created table Pin
widget123-Jun-06 1:58
widget123-Jun-06 1:58 
AnswerRe: How to access a control created dynamically in a dynamically created table Pin
Dustin Metzgar23-Jun-06 3:06
Dustin Metzgar23-Jun-06 3:06 
GeneralRe: How to access a control created dynamically in a dynamically created table Pin
widget123-Jun-06 3:15
widget123-Jun-06 3:15 
GeneralRe: How to access a control created dynamically in a dynamically created table Pin
Dustin Metzgar23-Jun-06 3:36
Dustin Metzgar23-Jun-06 3:36 
Well, let's start with how you handle the click event. You've added an event handler to the link button and the source parameter of that handler is the actual LinkButton object that was clicked. How do you locate the cell? If you put a CommandArgument on the cell with a value like "5 3" where 5 is the row number and 3 is the column number, then it's easy to locate the cell in the grid. While still inside of your event handler you can set the fore and back colors of the cell and link button.




Logifusion[^]
GeneralRe: How to access a control created dynamically in a dynamically created table Pin
widget123-Jun-06 4:22
widget123-Jun-06 4:22 
GeneralRe: How to access a control created dynamically in a dynamically created table Pin
Dustin Metzgar23-Jun-06 4:53
Dustin Metzgar23-Jun-06 4:53 
GeneralRe: How to access a control created dynamically in a dynamically created table Pin
widget123-Jun-06 5:06
widget123-Jun-06 5:06 
GeneralRe: How to access a control created dynamically in a dynamically created table Pin
Dustin Metzgar23-Jun-06 5:12
Dustin Metzgar23-Jun-06 5:12 
GeneralRe: How to access a control created dynamically in a dynamically created table Pin
widget123-Jun-06 5:23
widget123-Jun-06 5:23 
GeneralRe: How to access a control created dynamically in a dynamically created table Pin
Dustin Metzgar23-Jun-06 5:31
Dustin Metzgar23-Jun-06 5:31 
GeneralRe: How to access a control created dynamically in a dynamically created table Pin
widget123-Jun-06 5:45
widget123-Jun-06 5:45 
GeneralRe: How to access a control created dynamically in a dynamically created table Pin
Dustin Metzgar23-Jun-06 6:00
Dustin Metzgar23-Jun-06 6:00 
GeneralRe: How to access a control created dynamically in a dynamically created table Pin
widget123-Jun-06 6:07
widget123-Jun-06 6:07 
GeneralRe: How to access a control created dynamically in a dynamically created table Pin
Dustin Metzgar23-Jun-06 6:24
Dustin Metzgar23-Jun-06 6:24 
GeneralRe: How to access a control created dynamically in a dynamically created table Pin
Dustin Metzgar23-Jun-06 5:39
Dustin Metzgar23-Jun-06 5:39 
QuestionNeed your help Pin
Rohit_daga23-Jun-06 1:50
Rohit_daga23-Jun-06 1:50 
AnswerRe: Need your help Pin
varshavmane23-Jun-06 3:19
varshavmane23-Jun-06 3:19 
AnswerRe: Need your help Pin
l0kke23-Jun-06 5:28
l0kke23-Jun-06 5:28 
Questiondeleting data base columns depends on check box value in a datagrid Pin
peter rankel23-Jun-06 1:44
peter rankel23-Jun-06 1:44 
AnswerRe: deleting data base columns depends on check box value in a datagrid [modified] Pin
mehnazash23-Jun-06 2:49
mehnazash23-Jun-06 2:49 
QuestionJavaScript Pin
nevinda23-Jun-06 1:34
nevinda23-Jun-06 1:34 

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.