browser issue

A

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,902
Latest member
Elena68X5

Latest Threads

Top