hi,
in my web form asp.net when i click on submit button my textbox size shrinks ...can anyone give me a solution so that i can maintain its size...
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit Kumar SinghPosted Feb 19, 2016, 7:06 AM
Monica BundelPosted Feb 19, 2016, 6:44 AM
ali tuncerPosted Feb 17, 2016, 10:05 PM
Use IE Developer Tool (F12) or FireBug to inspect element(textbox), I guess style is overridden by other css class..
Does this happen on every browser?
Monica BundelPosted Feb 17, 2016, 6:43 AM
Michael GriffithsPosted Feb 17, 2016, 6:38 AM
Have you tried setting the height and width in css? Also have youe tried removing the % sign from the width property in your control? as it stands you have:
Amit Kumar SinghPosted Feb 17, 2016, 6:14 AM
Amit Kumar SinghPosted Feb 17, 2016, 5:51 AM
Monica BundelPosted Feb 17, 2016, 5:50 AM
Amit Kumar SinghPosted Feb 17, 2016, 5:47 AM
Amit Kumar SinghPosted Feb 17, 2016, 5:46 AM
Monica BundelPosted Feb 17, 2016, 5:44 AM
imran azamPosted Feb 17, 2016, 5:39 AM