i have a login control ,it works perfectly,,and i put login status, i get a specific problem when i specify the login image URL for my login status ,,the login control can't redirect me to the default page even when iam the right person ,it even does not enter the logging event in this case ,,when i remove the image URL every thing is okay, i wanna to use image url to clarify the status..

i note some thing:

when i enter the user name and password and click enter through keyboard i logout and the focus is on the login status control ,, when i click on the button every think is okay ,, what is the problem????

link|improve this question

1  
Can you show us some code? Also: what is the URL of your image? – Matt Ellen Nov 4 '10 at 8:23
it is just an image in a folder in my solution. – just_name Nov 4 '10 at 8:25
the problem appears when i set the login image url property for the login status control. – just_name Nov 4 '10 at 8:26
1  
Can you install HttpWatch or something like this and see what'a going on? This will show you the status of each request and might shed some light on the problem.. – Shadow Wizard Nov 7 '10 at 12:01
1  
Please elaborate on "some thing goes wrong", we can't help unless we know at least full details of the problem. Did you try HttpWatch? – Shadow Wizard Nov 8 '10 at 10:09
show 3 more comments
feedback

2 Answers

up vote 1 down vote accepted

You can use the method described here: http://forums.asp.net/t/896760.aspx

Hopefully after you define the DefaultButton to the correct Login control submit button, the ENTER key will work as expected.

link|improve this answer
thank u so much ,, this fixes my problem... – just_name Nov 8 '10 at 12:36
1  
Cheers, though it's weird why it happens in the first place, glad there is such a workaround. :) – Shadow Wizard Nov 8 '10 at 12:59
feedback

You need to put the image in a folder/location that does not require authentication/authorization.

link|improve this answer
please ,, can u explain more what do u means?? – just_name Nov 4 '10 at 8:50
1  
Try open that image from your browser. You will see it redirects to login page. This must not happen. – leppie Nov 4 '10 at 8:59
no this not happens with me it is just a PNG image ,,what i want is when the user login the login status image turn to be for example 1.PNG and when logout turns to be 2.PNG for example,,no problem at all with the logout image URL ,, the problem only appears with the login image url ,,it doesn't allow the user to login at all – just_name Nov 4 '10 at 9:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.