|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
browser comapt issue-netscapeHi,
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 |
|||||||||||||||||||||||