Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Cross platform (browser) support

0 views
Skip to first unread message

John Sparrow

unread,
Sep 18, 2002, 3:52:28 PM9/18/02
to
What the best advice for writing asp.net apps that support a wide
range of browsers?

Show I totally avoid DataGrids? WebControls in general? Just stick to
html controls runat=server?

Just tried my app on the latest Netscape and was not impressed. My
multi-line textboxes didn't wrap...

Thanks,

John

Eric Nichols

unread,
Sep 19, 2002, 5:19:32 PM9/19/02
to
I generally stick to HtmlControls, or I write my own contols... but this
isn't so much for cross browswer support as it is because I don't like
the way microsoft chose to implement web controls and datagrids.

On the other hand... if you change the target schema property you might
find that your app works fine in Netscape without further modification.

--Eric

0 new messages