473,507 Members | 2,389 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can't login to my Web application using IE!

Hello!

I was recently worked on building quite complicated web app. Everything was
ok, it was quite good tested using most popular browsers (IE6.0,
Firefox/Mozilla, Opera). I have problem with client-side validation, it is
working only in IE, i know now why....forget about it now.

Few days ago i sended my app do another person, who will use it in future.
After a while i get a phone call, that person can't log into it, because
"Login" button does not work at all!!!

I tried to check everything, some facts, conclusions:
- login form uses client side validation (aspx one, this with
"validators"...)
- this validation generally works (when you do not fill login field, it
screams: Fill the login field!!!)
- when you submit correctly filled form, nothing happens (page does not
reload!)
- this is NOT the problem with POST missing parameters and https
- this problem was with IE6.0, W2k proffesional, all fresh updates
- problem doesn't appear using IE6.0, w2k serwer (fresh updates); IE6.0 with
XP, or with 98....

Thanks for help in advance,

regards,
Pawel Janik
Nov 19 '05 #1
4 1616
Pawel,
My best guess based on your description is that you have a validation
control set to enabled=true, but visible=false, your control has no
text associated with it, or it's on a section of your page that is
hidden or obscured. Try checking your validation controls again, and
perhaps add a validation summary control to see if that helps find the
issue. Also, since this appears to be on one PC and not on others,
consider checking to see if that PC's IE is installed and fucntioning
properly.
Jason

Nov 19 '05 #2
There is a bug in ASP.NET 1.1 SP 1. Please see this thread for directions:
http://www.asp.net/Forums/ShowPost.a...&PostID=739537

FYI: You can replace your validators with "Professional Validation And More"
(http://www.peterblum.com/vam/home.aspx) to get client-side support of
Mozilla, Netscape 7, FireFox, Opera 7, and Safari. It includes a conversion
utility to make it easy. (It also includes 22 validators and numerous
enhancements to validation.)

--- Peter Blum
www.PeterBlum.com
Email: PL****@PeterBlum.com
Creator of "Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx

"Pawel Janik" <ja*****@poczta.onet.pl> wrote in message
news:cr**********@nemesis.news.tpi.pl...
Hello!

I was recently worked on building quite complicated web app. Everything
was ok, it was quite good tested using most popular browsers (IE6.0,
Firefox/Mozilla, Opera). I have problem with client-side validation, it is
working only in IE, i know now why....forget about it now.

Few days ago i sended my app do another person, who will use it in future.
After a while i get a phone call, that person can't log into it, because
"Login" button does not work at all!!!

I tried to check everything, some facts, conclusions:
- login form uses client side validation (aspx one, this with
"validators"...)
- this validation generally works (when you do not fill login field, it
screams: Fill the login field!!!)
- when you submit correctly filled form, nothing happens (page does not
reload!)
- this is NOT the problem with POST missing parameters and https
- this problem was with IE6.0, W2k proffesional, all fresh updates
- problem doesn't appear using IE6.0, w2k serwer (fresh updates); IE6.0
with XP, or with 98....

Thanks for help in advance,

regards,
Pawel Janik

Nov 19 '05 #3
Hello!

Big thanks, that was this!.

About using your validators: now it is a little to late for me in this
project...but for a next..why not!

Pawel Janik

Użytkownik "Peter Blum" <PL****@Blum.info> napisał w wiadomo¶ci
news:el**************@tk2msftngp13.phx.gbl...
There is a bug in ASP.NET 1.1 SP 1. Please see this thread for directions:
http://www.asp.net/Forums/ShowPost.a...&PostID=739537

FYI: You can replace your validators with "Professional Validation And
More" (http://www.peterblum.com/vam/home.aspx) to get client-side support
of Mozilla, Netscape 7, FireFox, Opera 7, and Safari. It includes a
conversion utility to make it easy. (It also includes 22 validators and
numerous enhancements to validation.)

--- Peter Blum
www.PeterBlum.com
Email: PL****@PeterBlum.com
Creator of "Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx

"Pawel Janik" <ja*****@poczta.onet.pl> wrote in message
news:cr**********@nemesis.news.tpi.pl...
Hello!

I was recently worked on building quite complicated web app. Everything
was ok, it was quite good tested using most popular browsers (IE6.0,
Firefox/Mozilla, Opera). I have problem with client-side validation, it
is working only in IE, i know now why....forget about it now.

Few days ago i sended my app do another person, who will use it in
future. After a while i get a phone call, that person can't log into it,
because "Login" button does not work at all!!!

I tried to check everything, some facts, conclusions:
- login form uses client side validation (aspx one, this with
"validators"...)
- this validation generally works (when you do not fill login field, it
screams: Fill the login field!!!)
- when you submit correctly filled form, nothing happens (page does not
reload!)
- this is NOT the problem with POST missing parameters and https
- this problem was with IE6.0, W2k proffesional, all fresh updates
- problem doesn't appear using IE6.0, w2k serwer (fresh updates); IE6.0
with XP, or with 98....

Thanks for help in advance,

regards,
Pawel Janik


Nov 19 '05 #4
Hi Pawel,

Professional Validation And More includes a Conversion wizard that quickly
changes existing pages to use the new validators.

--- Peter Blum
www.PeterBlum.com
Email: PL****@PeterBlum.com
Creator of "Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx

"Pawel Janik" <ja*****@poczta.onet.pl> wrote in message
news:cr**********@nemesis.news.tpi.pl...
Hello!

Big thanks, that was this!.

About using your validators: now it is a little to late for me in this
project...but for a next..why not!

Pawel Janik

Użytkownik "Peter Blum" <PL****@Blum.info> napisał w wiadomo¶ci
news:el**************@tk2msftngp13.phx.gbl...
There is a bug in ASP.NET 1.1 SP 1. Please see this thread for
directions:
http://www.asp.net/Forums/ShowPost.a...&PostID=739537

FYI: You can replace your validators with "Professional Validation And
More" (http://www.peterblum.com/vam/home.aspx) to get client-side support
of Mozilla, Netscape 7, FireFox, Opera 7, and Safari. It includes a
conversion utility to make it easy. (It also includes 22 validators and
numerous enhancements to validation.)

--- Peter Blum
www.PeterBlum.com
Email: PL****@PeterBlum.com
Creator of "Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx

"Pawel Janik" <ja*****@poczta.onet.pl> wrote in message
news:cr**********@nemesis.news.tpi.pl...
Hello!

I was recently worked on building quite complicated web app. Everything
was ok, it was quite good tested using most popular browsers (IE6.0,
Firefox/Mozilla, Opera). I have problem with client-side validation, it
is working only in IE, i know now why....forget about it now.

Few days ago i sended my app do another person, who will use it in
future. After a while i get a phone call, that person can't log into it,
because "Login" button does not work at all!!!

I tried to check everything, some facts, conclusions:
- login form uses client side validation (aspx one, this with
"validators"...)
- this validation generally works (when you do not fill login field, it
screams: Fill the login field!!!)
- when you submit correctly filled form, nothing happens (page does not
reload!)
- this is NOT the problem with POST missing parameters and https
- this problem was with IE6.0, W2k proffesional, all fresh updates
- problem doesn't appear using IE6.0, w2k serwer (fresh updates); IE6.0
with XP, or with 98....

Thanks for help in advance,

regards,
Pawel Janik



Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2371
by: Steve | last post by:
I am new to .Net and Visual Studio, I have a login form and my main application form. When I login I want to call the application form, and dispose of the login. I have tried doing something...
2
2765
by: Beginner | last post by:
I know this is an old question, but searching all over the internet plus several MS security conferences, still haven't got a straight anwser. Basically, the login.aspx is on one dedicated server...
1
2428
by: MichaelR | last post by:
I have an asp.net application using forms authentication. 1. It has a simple login page (login.aspx) that uses FormsAuthentication.RedirectFromLoginPage(. . . ). 2. My application has a logout...
3
2113
by: Bruce | last post by:
I just started the design of an ASP.NET application which accesses one of our custom web services to provide user authentication, among other purposes. I created a log-in page (code below),...
2
2448
by: Sasquatch | last post by:
I'm still having trouble creating a simple login page using the asp:login control. I followed some instructions in a WROX book, "Beginning ASP.NET 2.0," and the instructions are very straight...
0
12750
by: barrybevel | last post by:
Hi, I'm trying to login to the www.vodafone.ie website using HttpWebRequest. It works fine with IE/Firefox and the .NET Web Control too, just not with my code. I think it's a redirect 302...
3
2006
by: cucubird | last post by:
Hi, I have develop a web application using java and jsp. In my web application, there are links to several other web applications. I aim to achieve the "backend login" of the applications that are...
4
2463
by: Joseph Geretz | last post by:
We use a Soap Header to pass a token class (m_Token) back and forth with authenticated session information. Given the following implementation for our Logout method, I vastly prefer to simply code...
10
22305
by: =?Utf-8?B?UmljaGFyZCBCeXNvdXRo?= | last post by:
Hi In my app I have a SplashScreen, a login form and a main form. On launching the app, I'd like to show the SplashScreen while reading config files and attempting a database connection. I show...
6
1696
by: =?Utf-8?B?UGFycm90?= | last post by:
I cannot access my SQL database in a browser control created in my C# Windows application program I can, however, access the database from an IE browser. I get the ubiquitous "Login failed for NT...
0
7223
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7114
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7321
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7488
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5045
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4702
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3179
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
762
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
412
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.