Finally! My problem with ongoing freezes in HTML source view (not to mention the designer) have been fixed. Rick has written about some of these issues here: http://www.west-wind.com/WebLog/posts/201463.aspx
See http://weblogs.asp.net/scottgu/archive/2008/02/08/vs-2008-web-development-hot-fix-roll-up-available.aspx for the hotfix and download details. Thanks to Scott Guthrie and his team. Bring on the MVC framework & VS2008 SP1!
3 comments:
label control is not able to move freely in Asp.Net 2008 web application form .hw to solve tat issue
label control is not able to move freely in Asp.Net 2008 web application form .hw to solve tat issue
go to script (source) of webpage and set position as absolute in style attribute of label
i.e. tag asp:Label ID="Label1" runat="server" Text="Label"
style="position: absolute; top: 256px; left: 264px;" tag tag/asp:Label tag
Post a Comment