Click here to Skip to main content
16,010,022 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Excel in an HTML page...possible? Pin
Rickard Andersson2011-Oct-02 2:09
Rickard Andersson2011-Oct-02 2:09 
GeneralRe: Excel in an HTML page...possible? Pin
code dope11-Oct-02 3:12
code dope11-Oct-02 3:12 
GeneralRe: Excel in an HTML page...possible? Pin
Rickard Andersson2011-Oct-02 3:34
Rickard Andersson2011-Oct-02 3:34 
GeneralRe: Excel in an HTML page...possible? Pin
Nick Parker11-Oct-02 3:31
protectorNick Parker11-Oct-02 3:31 
GeneralASP.NET Button Not Working Pin
Pradhip10-Oct-02 12:17
Pradhip10-Oct-02 12:17 
GeneralRe: ASP.NET Button Not Working Pin
Paul Riley10-Oct-02 12:29
Paul Riley10-Oct-02 12:29 
GeneralRe: ASP.NET Button Not Working Pin
Pradhip10-Oct-02 12:47
Pradhip10-Oct-02 12:47 
GeneralRe: ASP.NET Button Not Working Pin
Paul Riley10-Oct-02 12:49
Paul Riley10-Oct-02 12:49 
Sorry, are you using VB.NET? I'm thinking in C# terms because I've been using it for weeks.

In VB.NET you need to check the "Handles" clause on the method declaration:
eg
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If it doesn't handle the correct event for the correct control name then that's your problem.

You can tell if it's posting back by putting a breakpoint into Page_Load, if it's posting back then it will run this, if it's not then you won't break.

If it's not posting back, you need to check the AutoPostBack property of the button. If it's false then that's your problem.

Paul
Life is just a sexually transmitted desease - Matthew Wright (ex-journalist, TV presenter) 10-Oct-02
I finally have a sig! - Paul Riley (part-time deity) 10-Oct-02

GeneralRe: ASP.NET Button Not Working Pin
Paul Riley10-Oct-02 12:53
Paul Riley10-Oct-02 12:53 
GeneralRe: ASP.NET Button Not Working Pin
Paul Riley10-Oct-02 13:09
Paul Riley10-Oct-02 13:09 
GeneralRe: ASP.NET Button Not Working Pin
Pradhip10-Oct-02 13:01
Pradhip10-Oct-02 13:01 
GeneralRe: ASP.NET Button Not Working Pin
Paul Riley10-Oct-02 13:03
Paul Riley10-Oct-02 13:03 
GeneralRe: ASP.NET Button Not Working Pin
Pradhip10-Oct-02 13:15
Pradhip10-Oct-02 13:15 
GeneralRe: ASP.NET Button Not Working Pin
Paul Riley10-Oct-02 13:33
Paul Riley10-Oct-02 13:33 
GeneralRe: ASP.NET Button Not Working Pin
taks10-Oct-02 16:34
taks10-Oct-02 16:34 
GeneralHow did u get it right then. Pin
Pradhip10-Oct-02 17:14
Pradhip10-Oct-02 17:14 
GeneralRe: How did u get it right then. Pin
Paul Riley11-Oct-02 0:12
Paul Riley11-Oct-02 0:12 
GeneralRe: How did u get it right then. Pin
taks11-Oct-02 5:16
taks11-Oct-02 5:16 
GeneralRe: How did u get it right then. Pin
Pradhip11-Oct-02 7:46
Pradhip11-Oct-02 7:46 
GeneralRe: How did u get it right then. Pin
Pradhip11-Oct-02 9:52
Pradhip11-Oct-02 9:52 
GeneralRe: How did u get it right then. Pin
Paul Riley11-Oct-02 10:08
Paul Riley11-Oct-02 10:08 
GeneralRe: How did u get it right then. Pin
Pradhip11-Oct-02 10:17
Pradhip11-Oct-02 10:17 
GeneralRe: How did u get it right then. Pin
Paul Riley11-Oct-02 10:36
Paul Riley11-Oct-02 10:36 
GeneralRe: How did u get it right then. Pin
Pradhip11-Oct-02 10:54
Pradhip11-Oct-02 10:54 
GeneralRe: How did u get it right then. Pin
Paul Riley11-Oct-02 11:19
Paul Riley11-Oct-02 11:19 

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.