Click here to Skip to main content
15,886,049 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Link Button on User Control not firing? Pin
AndyASPVB5-Feb-10 0:53
AndyASPVB5-Feb-10 0:53 
GeneralRe: Link Button on User Control not firing? Pin
AndyASPVB5-Feb-10 0:52
AndyASPVB5-Feb-10 0:52 
GeneralRe: Link Button on User Control not firing? Pin
Ravindra Nidhonkar5-Feb-10 1:04
Ravindra Nidhonkar5-Feb-10 1:04 
GeneralRe: Link Button on User Control not firing? Pin
AndyASPVB5-Feb-10 1:31
AndyASPVB5-Feb-10 1:31 
GeneralRe: Link Button on User Control not firing? Pin
Rhys Jacob5-Feb-10 1:57
Rhys Jacob5-Feb-10 1:57 
GeneralRe: Link Button on User Control not firing? Pin
AndyASPVB5-Feb-10 2:30
AndyASPVB5-Feb-10 2:30 
GeneralRe: Link Button on User Control not firing? Pin
AndyASPVB5-Feb-10 3:33
AndyASPVB5-Feb-10 3:33 
GeneralRe: Link Button on User Control not firing? Pin
Rhys Jacob5-Feb-10 5:47
Rhys Jacob5-Feb-10 5:47 
Have you wired up the button on the front page to hit right method:

protected void Button1_Click(object sender, EventArgs e)        
{            
   CreateLB();        
}


The idea is, you click the button on the form, this dynamically creates the linkbutton, then when you click the linkbutton it stays there and is recreated on postback every time you click it.
GeneralRe: Link Button on User Control not firing? Pin
AndyASPVB5-Feb-10 5:57
AndyASPVB5-Feb-10 5:57 
QuestionOn demand combo in asp.net Pin
Tridip Bhattacharjee4-Feb-10 21:24
professionalTridip Bhattacharjee4-Feb-10 21:24 
AnswerRe: On demand combo in asp.net Pin
sashidhar4-Feb-10 21:58
sashidhar4-Feb-10 21:58 
AnswerRe: On demand combo in asp.net Pin
Anurag Gandhi4-Feb-10 22:05
professionalAnurag Gandhi4-Feb-10 22:05 
QuestionFile download completed in client machine or not detection Pin
Tridip Bhattacharjee4-Feb-10 21:23
professionalTridip Bhattacharjee4-Feb-10 21:23 
Questionscrren shot aspx page ? Pin
Subin Mavunkal4-Feb-10 21:23
Subin Mavunkal4-Feb-10 21:23 
AnswerRe: scrren shot aspx page ? Pin
R. Giskard Reventlov4-Feb-10 21:26
R. Giskard Reventlov4-Feb-10 21:26 
GeneralRe: scrren shot aspx page ? Pin
yrishi4-Feb-10 22:10
yrishi4-Feb-10 22:10 
GeneralRe: scrren shot aspx page ? Pin
R. Giskard Reventlov4-Feb-10 23:18
R. Giskard Reventlov4-Feb-10 23:18 
GeneralRe: scrren shot aspx page ? Pin
yrishi4-Feb-10 23:28
yrishi4-Feb-10 23:28 
GeneralRe: scrren shot aspx page ? Pin
R. Giskard Reventlov4-Feb-10 23:55
R. Giskard Reventlov4-Feb-10 23:55 
GeneralRe: scrren shot aspx page ? Pin
Subin Mavunkal4-Feb-10 23:33
Subin Mavunkal4-Feb-10 23:33 
AnswerRe: scrren shot aspx page ? Pin
nainakarri4-Feb-10 22:10
nainakarri4-Feb-10 22:10 
GeneralRe: scrren shot aspx page ? Pin
Subin Mavunkal4-Feb-10 22:17
Subin Mavunkal4-Feb-10 22:17 
GeneralRe: scrren shot aspx page ? Pin
nainakarri4-Feb-10 22:22
nainakarri4-Feb-10 22:22 
GeneralRe: scrren shot aspx page ? Pin
Anurag Gandhi4-Feb-10 22:47
professionalAnurag Gandhi4-Feb-10 22:47 
GeneralRe: scrren shot aspx page ? Pin
R. Giskard Reventlov4-Feb-10 23:20
R. Giskard Reventlov4-Feb-10 23:20 

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.