When the width of DropDownList and TextBox seted to same, The width of the TextBox longer than the DropDownList's.
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
When the width of DropDownList and TextBox seted to same, The width of the TextBox longer than the DropDownList's. Why is this? How do This prolem settled?
-
When the width of DropDownList and TextBox seted to same, The width of the TextBox longer than the DropDownList's. Why is this? How do This prolem settled?
-
I have settled this problem. solution: I removed "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">" in 2nd row of the *.aspx page. thank you very much! :)