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

ASP.NET

 
AnswerRe: Sql error in ASP Page Pin
goyal manish3-May-06 21:46
goyal manish3-May-06 21:46 
AnswerRe: Sql error in ASP Page Pin
Dipan Patel From Gandhinagar6-May-06 3:11
Dipan Patel From Gandhinagar6-May-06 3:11 
GeneralRe: Sql error in ASP Page Pin
TheJudeDude6-May-06 5:39
TheJudeDude6-May-06 5:39 
QuestionMy.Computer.Network.UploadFile Pin
dptalt3-May-06 10:06
dptalt3-May-06 10:06 
AnswerRe: My.Computer.Network.UploadFile Pin
Colin Angus Mackay3-May-06 10:31
Colin Angus Mackay3-May-06 10:31 
GeneralRe: My.Computer.Network.UploadFile Pin
dptalt4-May-06 2:48
dptalt4-May-06 2:48 
QuestionProblem with links?? Pin
papa19803-May-06 6:04
papa19803-May-06 6:04 
QuestionImageButton Server-side OnClick handler doesn't always get called Pin
Mark Otway3-May-06 5:49
Mark Otway3-May-06 5:49 
I have a server-side ImageButton:

<asp:ImageButton id="btnDoSomething" runat="server" StartContainer="maindirection" 0nClick="StartProcessButtonClick" AlternateText="Start process" ImageUrl="/public/buttonImage.jpg" />

(note I've changed the O in OnClick to a zero so this post displays correctly).
The button has the appropriate code-behind:

protected void StartProcessButtonClick(object sender, ImageClickEventArgs e)<br />
{<br />
	if(sender is ImageButton)<br />
	{<br />
		// blah<br />
	}<br />
}<br />

This button works for 95% of the visitors to the site, but for a select few, it the server-side handler doesn't get called. It's absolutely consistent - it either works on a PC, or doesn't, but there's no logical pattern as to why it doesn't work.

Any ideas at all why the handler would get called for one client (running IE6 SP2) but not for another (same browser)??!!?!? D'Oh! | :doh:

________________________
http://www.webreaper.net


-- modified at 12:04 Wednesday 3rd May, 2006
AnswerRe: ImageButton Server-side OnClick handler doesn't always get called Pin
J4amieC3-May-06 5:59
J4amieC3-May-06 5:59 
GeneralRe: ImageButton Server-side OnClick handler doesn't always get called Pin
Mark Otway3-May-06 6:04
Mark Otway3-May-06 6:04 
AnswerRe: ImageButton Server-side OnClick handler doesn't always get called Pin
lijukv3-May-06 22:18
lijukv3-May-06 22:18 
GeneralRe: ImageButton Server-side OnClick handler doesn't always get called Pin
Mark Otway4-May-06 0:03
Mark Otway4-May-06 0:03 
GeneralRe: ImageButton Server-side OnClick handler doesn't always get called Pin
Mark Otway4-May-06 0:57
Mark Otway4-May-06 0:57 
QuestionCompiling date and time Pin
Albert Pascual3-May-06 5:01
sitebuilderAlbert Pascual3-May-06 5:01 
AnswerRe: Compiling date and time Pin
CWIZO3-May-06 7:30
CWIZO3-May-06 7:30 
GeneralRe: Compiling date and time Pin
Albert Pascual3-May-06 7:32
sitebuilderAlbert Pascual3-May-06 7:32 
QuestionFiles to Run Crystal Report in server Pin
sarayumadhavan3-May-06 4:36
sarayumadhavan3-May-06 4:36 
Questionasp.net 2.0 LoginView Pin
fmardani3-May-06 4:33
fmardani3-May-06 4:33 
Questionasp.net 2.0-security Pin
fmardani3-May-06 3:13
fmardani3-May-06 3:13 
Questionregarding calender control Pin
MissionSuccess3-May-06 2:14
MissionSuccess3-May-06 2:14 
Questiondigital signature public and private keys? Pin
haneen19843-May-06 2:11
haneen19843-May-06 2:11 
AnswerRe: digital signature public and private keys? Pin
Paddy Boyd3-May-06 3:27
Paddy Boyd3-May-06 3:27 
Questionweb.config error Pin
Robert19743-May-06 1:28
Robert19743-May-06 1:28 
AnswerRe: web.config error Pin
Paddy Boyd3-May-06 3:29
Paddy Boyd3-May-06 3:29 
QuestionTo Change an Image into different formats? Pin
MudkiSekhon3-May-06 1:15
MudkiSekhon3-May-06 1:15 

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.