Connecting Tech Pros Worldwide Forums | Help | Site Map

dotnet controls seen much differently on IE and on netscape.

Mr. x
Guest
 
Posts: n/a
#1: Nov 18 '05
Hello,
The following show in netscape with a line delemiter between each row.

How can I avoid this behaviour in Netscape ?

<asp:Table runat="server" CellPadding="0" GridLines="horizontal"
HorizontalAlign="Center" dir = "rtl" border = "0" width = "558">
<asp:TableRow>
<asp:TableCell>
<asp:RequiredFieldValidator
ControlToValidate="a_name"
Text="*"
runat="server" />
</asp:TableCell>
<asp:TableCell>Text 1:</asp:TableCell>
<asp:TableCell><asp:TextBox id="a_name" runat="server"
/></asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell></asp:TableCell>
<asp:TableCell>Text 2:</asp:TableCell>
<asp:TableCell><asp:TextBox runat="server" /></asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell></asp:TableCell>
<asp:TableCell>Text 3:</asp:TableCell>
<asp:TableCell><asp:TextBox runat="server" /></asp:TableCell>
</asp:TableRow>
</asp:Table>


Thanks :)



Teemu Keiski
Guest
 
Posts: n/a
#2: Nov 18 '05

re: dotnet controls seen much differently on IE and on netscape.


Hi,

perhaps this would help ypu (if you mean Netscape 6 or newer)
http://www.asp.net/Forums/ShowPost.a...1&PostID=89874

--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist

"Mr. x" <a@b.com> wrote in message news:3fca579c@news.012.net.il...[color=blue]
> Hello,
> The following show in netscape with a line delemiter between each row.
>
> How can I avoid this behaviour in Netscape ?
>
> <asp:Table runat="server" CellPadding="0" GridLines="horizontal"
> HorizontalAlign="Center" dir = "rtl" border = "0" width = "558">
> <asp:TableRow>
> <asp:TableCell>
> <asp:RequiredFieldValidator
> ControlToValidate="a_name"
> Text="*"
> runat="server" />
> </asp:TableCell>
> <asp:TableCell>Text 1:</asp:TableCell>
> <asp:TableCell><asp:TextBox id="a_name" runat="server"
> /></asp:TableCell>
> </asp:TableRow>
> <asp:TableRow>
> <asp:TableCell></asp:TableCell>
> <asp:TableCell>Text 2:</asp:TableCell>
> <asp:TableCell><asp:TextBox runat="server" /></asp:TableCell>
> </asp:TableRow>
> <asp:TableRow>
> <asp:TableCell></asp:TableCell>
> <asp:TableCell>Text 3:</asp:TableCell>
> <asp:TableCell><asp:TextBox runat="server" /></asp:TableCell>
> </asp:TableRow>
> </asp:Table>
>
>
> Thanks :)
>
>[/color]


Jagan Mohan
Guest
 
Posts: n/a
#3: Nov 18 '05

re: dotnet controls seen much differently on IE and on netscape.


I beleive by setting the target browser property of the document in VS.NET
2002, this problem can be solved.

Thanks,
Jagan Mohan

"Mr. x" <a@b.com> wrote in message news:3fca579c@news.012.net.il...[color=blue]
> Hello,
> The following show in netscape with a line delemiter between each row.
>
> How can I avoid this behaviour in Netscape ?
>
> <asp:Table runat="server" CellPadding="0" GridLines="horizontal"
> HorizontalAlign="Center" dir = "rtl" border = "0" width = "558">
> <asp:TableRow>
> <asp:TableCell>
> <asp:RequiredFieldValidator
> ControlToValidate="a_name"
> Text="*"
> runat="server" />
> </asp:TableCell>
> <asp:TableCell>Text 1:</asp:TableCell>
> <asp:TableCell><asp:TextBox id="a_name" runat="server"
> /></asp:TableCell>
> </asp:TableRow>
> <asp:TableRow>
> <asp:TableCell></asp:TableCell>
> <asp:TableCell>Text 2:</asp:TableCell>
> <asp:TableCell><asp:TextBox runat="server" /></asp:TableCell>
> </asp:TableRow>
> <asp:TableRow>
> <asp:TableCell></asp:TableCell>
> <asp:TableCell>Text 3:</asp:TableCell>
> <asp:TableCell><asp:TextBox runat="server" /></asp:TableCell>
> </asp:TableRow>
> </asp:Table>
>
>
> Thanks :)
>
>[/color]


Mr. x
Guest
 
Posts: n/a
#4: Nov 18 '05

re: dotnet controls seen much differently on IE and on netscape.


> I beleive by setting the target browser property of the document in VS.NET[color=blue]
> 2002, this problem can be solved.[/color]
How can this be done, please.

Thanks :)


Jagan Mohan
Guest
 
Posts: n/a
#5: Nov 18 '05

re: dotnet controls seen much differently on IE and on netscape.


Hi,

In VS.NET open the aspx page in design mode. Right click the document and
Properies.
There is an option called TARGET SCHEMA.Against it there will be a dropdown
with values like Internet Explorer 5.0, Netscape Navigator.
Choose your desired schema.

Else add this tag in the <head> tag
<meta name=vs_targetSchema
content="http://schemas.microsoft.com/intellisense/ie3-2nav3-0">

Thanks,
Jagan Mohan


"Mr. x" <a@b.com> wrote in message
news:eaPLBZPuDHA.2304@tk2msftngp13.phx.gbl...[color=blue][color=green]
> > I beleive by setting the target browser property of the document in[/color][/color]
VS.NET[color=blue][color=green]
> > 2002, this problem can be solved.[/color]
> How can this be done, please.
>
> Thanks :)
>
>[/color]


Mr. x
Guest
 
Posts: n/a
#6: Nov 18 '05

re: dotnet controls seen much differently on IE and on netscape.


Hello,

You mean of VS.NET - Visual Studio .NET ?
If so, I don't have one,
but I would like to hear what can I do in VS.NET more then usual site
written in notepad, or simmiliar ?

Does VS.NET has good debugger ? Is VS.NET's debugger is a relaiable one ?
How much VS.NET costs, and does it have any trial demo for windows-xp ?

Thanks :)

"Jagan Mohan" <jagan.mohan@scapevelocity.com> wrote in message
news:%23SA$1CWuDHA.1224@TK2MSFTNGP09.phx.gbl...[color=blue]
> Hi,
>
> In VS.NET open the aspx page in design mode. Right click the document and
> Properies.
> There is an option called TARGET SCHEMA.Against it there will be a[/color]
dropdown[color=blue]
> with values like Internet Explorer 5.0, Netscape Navigator.
> Choose your desired schema.
>
> Else add this tag in the <head> tag
> <meta name=vs_targetSchema
> content="http://schemas.microsoft.com/intellisense/ie3-2nav3-0">
>
> Thanks,
> Jagan Mohan
>
>
> "Mr. x" <a@b.com> wrote in message
> news:eaPLBZPuDHA.2304@tk2msftngp13.phx.gbl...[color=green][color=darkred]
> > > I beleive by setting the target browser property of the document in[/color][/color]
> VS.NET[color=green][color=darkred]
> > > 2002, this problem can be solved.[/color]
> > How can this be done, please.
> >
> > Thanks :)
> >
> >[/color]
>
>[/color]


Mr. x
Guest
 
Posts: n/a
#7: Nov 18 '05

re: dotnet controls seen much differently on IE and on netscape.


Try at : www.moca.co.il/test/main.html

I have copied the netscape section
( in the example of the link :
case match="^Mozilla/5\.0 \([^)]*\) (Gecko/[-\d]+ )?Netscape[6|7] ...
....
)

, but I got no new behaviour in Netscape (the same problem ...)

The site is in Hebrew,
but if you click on the left button, you'll see what I ment.

Thanks :)

"Teemu Keiski" <joteke@aspalliance.com> wrote in message
news:ezGsPWAuDHA.1788@tk2msftngp13.phx.gbl...[color=blue]
> Hi,
>
> perhaps this would help ypu (if you mean Netscape 6 or newer)
> http://www.asp.net/Forums/ShowPost.a...1&PostID=89874
>
> --
> Teemu Keiski
> MCP, Microsoft MVP (ASP.NET), AspInsiders member
> ASP.NET Forum Moderator, AspAlliance Columnist
>
> "Mr. x" <a@b.com> wrote in message news:3fca579c@news.012.net.il...[color=green]
> > Hello,
> > The following show in netscape with a line delemiter between each row.
> >
> > How can I avoid this behaviour in Netscape ?
> >
> > <asp:Table runat="server" CellPadding="0" GridLines="horizontal"
> > HorizontalAlign="Center" dir = "rtl" border = "0" width = "558">
> > <asp:TableRow>
> > <asp:TableCell>
> > <asp:RequiredFieldValidator
> > ControlToValidate="a_name"
> > Text="*"
> > runat="server" />
> > </asp:TableCell>
> > <asp:TableCell>Text 1:</asp:TableCell>
> > <asp:TableCell><asp:TextBox id="a_name" runat="server"
> > /></asp:TableCell>
> > </asp:TableRow>
> > <asp:TableRow>
> > <asp:TableCell></asp:TableCell>
> > <asp:TableCell>Text 2:</asp:TableCell>
> > <asp:TableCell><asp:TextBox runat="server" /></asp:TableCell>
> > </asp:TableRow>
> > <asp:TableRow>
> > <asp:TableCell></asp:TableCell>
> > <asp:TableCell>Text 3:</asp:TableCell>
> > <asp:TableCell><asp:TextBox runat="server" /></asp:TableCell>
> > </asp:TableRow>
> > </asp:Table>
> >
> >
> > Thanks :)
> >
> >[/color]
>
>[/color]


Closed Thread