There are lots of helpful information available on internet, so just share some notes I found useful during application development, to contribute back to the community. Jonathan in Toronto
Monday, December 6, 2010
Use Html table instead of ASP table in content page
When using Visual Studio 2010 to create master and content page for ASP.Net application, within content page, the layout should be managed with html table instead of asp:table. Otherwise, the controls inside the table cell can not be selected in Design viewer, and you will not be able to access the rich properties provided for the ASP.Net server control from the control's property page.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment