Design view in asp.net
-
Hello When i try to run my app, some texboxes or others it'll be more long than i plan to be. Any solution or help will greatly appreciated Thanks in advance
Assaf
did you used width property of style of textBox?
I Wish the Life Had CTRL-Z Wizard's First Rule : People are fool,they believe what they want to believe or what they afraid to believe www.subaitech.blogspot.com
-
Hello When i try to run my app, some texboxes or others it'll be more long than i plan to be. Any solution or help will greatly appreciated Thanks in advance
Assaf
-
did you used width property of style of textBox?
I Wish the Life Had CTRL-Z Wizard's First Rule : People are fool,they believe what they want to believe or what they afraid to believe www.subaitech.blogspot.com
-
Have you got a skin which is set to set a size for all textboxes?
We are not a Code Charity
-
Hello When i try to run my app, some texboxes or others it'll be more long than i plan to be. Any solution or help will greatly appreciated Thanks in advance
Assaf
Follow W3C standards while designing. It can avoid many issues like this.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
Hello When i try to run my app, some texboxes or others it'll be more long than i plan to be. Any solution or help will greatly appreciated Thanks in advance
Assaf
Pplace text boxes in table manner with size settings. I am also suggest w3schools
Balasubramanian K.