Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I designed a ASP.net form with some controls. While I designed, the controls are looked in well format. But in running mode the controls are jumped and disordered form. I want to lock the control in design mode. Is there any possible?
Posted
Comments
[no name] 4-May-15 6:33am    
Lock mean,do u want to disable the control?
Black_Rose 4-May-15 7:02am    
Try to put them inside a HTML table and check.

1 solution

It sounds like you are moving from Windows Forms to Web Forms. They are not alike at all. I suggest googling for css examples or how to use tables in html. Learning to do web layout is very different than Windows Forms. Whitespace will not stick in web forms so it will not look the way you lay it out in Visual Studio necessarily.

Either use divs with css or tables.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900