Click here to Skip to main content
15,905,614 members

Comments by vikashbk (Top 7 by date)

vikashbk 6-Feb-13 22:01pm View    
i even checked it by attaching debugger.
Yes the screen splashes that shows postback,and i am using this in visual studio,
i have used updatepanel and even tried by specifying trigger for the button both async and postback,But still the problem persists.
vikashbk 6-Feb-13 12:54pm View    
@irbaz: Yes i have made button visible=true in the code side and even tried by removing usesubmitbehaviour property
vikashbk 6-Feb-13 12:52pm View    
@ankur: i did use the above code, even it gets post back,but my button click event doesnt gets fired
vikashbk 6-Feb-13 12:50pm View    
Deleted
@irbaz: Yes i have made button visible=true in the code side
vikashbk 6-Feb-13 10:54am View    
Hi Ankur,
It didnt worked, still server side event doesnt gets filred.