Click here to Skip to main content
15,918,471 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to browse and save directory Pin
sdsdsds@hotmail.com20-Jan-07 21:32
sdsdsds@hotmail.com20-Jan-07 21:32 
AnswerRe: How to browse and save directory Pin
Christian Graus21-Jan-07 11:08
protectorChristian Graus21-Jan-07 11:08 
GeneralRe: How to browse and save directory Pin
sdsdsds@hotmail.com21-Jan-07 21:03
sdsdsds@hotmail.com21-Jan-07 21:03 
Questionask for a sample projects helper Pin
Mohammad Daba'an20-Jan-07 20:18
Mohammad Daba'an20-Jan-07 20:18 
AnswerRe: ask for a sample projects helper Pin
Christian Graus21-Jan-07 11:12
protectorChristian Graus21-Jan-07 11:12 
GeneralRe: ask for a sample projects helper Pin
Mohammad Daba'an21-Jan-07 19:55
Mohammad Daba'an21-Jan-07 19:55 
GeneralRe: ask for a sample projects helper Pin
Christian Graus21-Jan-07 21:30
protectorChristian Graus21-Jan-07 21:30 
QuestionMasterpage won't postback in firefox Pin
daniel__c20-Jan-07 19:22
daniel__c20-Jan-07 19:22 
Hey All,

Have had a search around for others having this problem and haven't been able to find a fix or workaround.

I have a site using masterpages - and i am putting a link to logout in the master page, using a handler in the code behind.

So in the masterpage would be:

<form runat="server">
<!-- html stuff -->
<asp:LinkButton runat="server" Text="Logout" OnClick="Logout_Click"/>
<!-- other html stuff -->
</form>

then code behind:

protected void Logout_Click(object sender, EventArgs e){
DoSomething();
}

(I have also tested using an ID for Logout link button and attaching to the click event OnInit but that doesn't seem to make much difference either)

So i would expect this to work as usual, which it does in IE - but firefox doesn't like it and won't postback when the button is clicked. And of course it has to be firefox compatible.

I have also tried moving the link into a seperate control so that the handler is not in the masterpage code behind and loading just the control into the masterpage and this doesn't work either.

It seems like buttons won't fire events unless they are in the content place holders - not directly in the masterpage.

Has anyone seen this problem - and is there a workaround to get the postback to fire in firefox?

Thanks in advance for any help.

AnswerRe: Masterpage won't postback in firefox Pin
daniel__c20-Jan-07 21:09
daniel__c20-Jan-07 21:09 
QuestionUploading file Pin
BINOVAR20-Jan-07 15:16
BINOVAR20-Jan-07 15:16 
AnswerRe: Uploading file Pin
Vasudevan Deepak Kumar20-Jan-07 15:29
Vasudevan Deepak Kumar20-Jan-07 15:29 
GeneralRe: Uploading file Pin
BINOVAR20-Jan-07 20:24
BINOVAR20-Jan-07 20:24 
GeneralRe: Uploading file Pin
Haissam21-Jan-07 11:58
Haissam21-Jan-07 11:58 
GeneralRe: Uploading file-Thank u Pin
BINOVAR21-Jan-07 19:49
BINOVAR21-Jan-07 19:49 
Question?vs 2003 web application after installing .Net 2.0 Pin
mhp13020-Jan-07 12:51
mhp13020-Jan-07 12:51 
AnswerRe: ?vs 2003 web application after installing .Net 2.0 Pin
Guffa20-Jan-07 13:20
Guffa20-Jan-07 13:20 
GeneralRe: ?vs 2003 web application after installing .Net 2.0 Pin
mhp13020-Jan-07 13:37
mhp13020-Jan-07 13:37 
AnswerRe: ?vs 2003 web application after installing .Net 2.0 Pin
Guffa20-Jan-07 14:08
Guffa20-Jan-07 14:08 
GeneralRe: ?vs 2003 web application after installing .Net 2.0 Pin
mhp13020-Jan-07 16:30
mhp13020-Jan-07 16:30 
AnswerRe: ?vs 2003 web application after installing .Net 2.0 Pin
Guffa20-Jan-07 23:31
Guffa20-Jan-07 23:31 
QuestionNewbie Trying to create a Dialog Box Pin
Skater Dude20-Jan-07 12:42
Skater Dude20-Jan-07 12:42 
AnswerRe: Newbie Trying to create a Dialog Box Pin
Guffa20-Jan-07 13:22
Guffa20-Jan-07 13:22 
GeneralRe: Newbie Trying to create a Dialog Box Pin
Skater Dude20-Jan-07 16:14
Skater Dude20-Jan-07 16:14 
AnswerRe: Newbie Trying to create a Dialog Box Pin
Guffa20-Jan-07 23:25
Guffa20-Jan-07 23:25 
GeneralRe: Newbie Trying to create a Dialog Box Pin
Skater Dude21-Jan-07 2:25
Skater Dude21-Jan-07 2:25 

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.