Re: DropDownList Problem
From: Greg Burns (greg_burns_at_DONT_SPAM_ME_hotmail.com)
Date: 09/06/04
- Next message: Mariame: "Re: Justify Label Content"
- Previous message: Rich: "Possible to run code AFTER render?"
- In reply to: Roshawn: "Re: DropDownList Problem"
- Next in thread: Roshawn: "Re: DropDownList Problem"
- Reply: Roshawn: "Re: DropDownList Problem"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 6 Sep 2004 09:46:01 -0400
Mine also has "netscape" in the __doPostBack function.
This is completely normally. It is just ASPNET adjusting itself for the
iconsistentsies in the different browser types. Although, I don't know why
you are seeing sites that have "microsoft" listed here. I just checked out
some popular sites using ASPNET, and they all have the word netscape. Maybe
those pages you looked at are doing something different and need to check
something else.
Can you post your .aspx page for me to look at?
Greg
"Roshawn" <udrago@bellsouth.net> wrote in message
news:%23Plk6V$kEHA.2848@TK2MSFTNGP15.phx.gbl...
> Hi Greg,
>
> Thanks for your response. Unfortunately, the problem remains. But
> something else could be hindering my success, namely the script that is
> generated by the control. Whenever I run the app and select View Source
> to
> view the HTML thats rendered, I notice something in the script. Here's
> the
> code in the script that appears to be the problem:
>
> if (window.navigator.appName.toLowerCase().indexOf("netscape") > -1) {
>
> If I select View Source on other ASP.NET sites and peek at the
> _dopostback()
> function, it always contains the name "microsoft" instead of "netscape".
> Could this be the culprit? And if so, how do I change it in the .NET IDE
> (if possible)?
>
> Thanks,
> Roshawn
>
>
- Next message: Mariame: "Re: Justify Label Content"
- Previous message: Rich: "Possible to run code AFTER render?"
- In reply to: Roshawn: "Re: DropDownList Problem"
- Next in thread: Roshawn: "Re: DropDownList Problem"
- Reply: Roshawn: "Re: DropDownList Problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|