Home All Groups Group Topic Archive Search About

browser comapt issue-netscape

Author
10 Feb 2006 10:40 AM
AVL
Hi,
I've a issue in browsing web pages in netscape.
I've a multiline text box on my web page. the word wrap for the multiline
text box is not working in netscape...it's extending towwards the right
infinitely....

I've used the below code, but it din't help

if(Regex.IsMatch(Request.UserAgent,"Netscape*",RegexOptions.IgnoreCase))
            {
                Response.Write("browser isNetscape");
                this.TextBox1.Attributes.Add("Wrap","physical") ;
            }


Can anyone help out

AddThis Social Bookmark Button