I have created a couple of ASP.NET web applications and always used HTML Table, TR, TD as basic elements of the pages. Although this approach works, it is a very tedious and not very precise method.
Is there a better tool(s) for creating UI for ASP.NET application?
I have created a couple of ASP.NET web applications and always used HTML Table, TR, TD as basic elements of the pages. Although this approach works, it is a very tedious and not very precise method.
Is there a better tool(s) for creating UI for ASP.NET application?
Thank you.
Hi Dimacorp,
Visual Studio allow you to drag-and-drop web control for creating UI.
If you know silverlight, silverlight is good for creating UI.
Thanks,
Amy Peng
Please mark the replies as answers if they help or unmark if not.
Feedback to us
Yes, You can create tables directly by using Visual Studio/Web Developer itself..
Go To Layout in the menu options.. and then insert table.. Select the number of rows and columns to be inserted and the cell properties and u are done in less than 15 seconds..
Layout>Insert Table
Easy..
Alternatively use table controls in the standard toolbar and then set rows and columns according to your requirement..
I have created a couple of ASP.NET web applications and always used HTML Table, TR, TD as basic elements of the pages. Although this approach works, it is a very tedious and not very precise method.
Yes, I agree. Use Divs and spans instead.
Dimacorp
Is there a better tool(s) for creating UI for ASP.NET application?
Visual Studio has it's Design view. Check the below link for more details about Design View and how to use it effectively
Dimacorp
Participant
857 Points
262 Posts
Tools for creating UI for ASP.NET application?
Nov 20, 2012 03:25 PM|LINK
I have created a couple of ASP.NET web applications and always used HTML Table, TR, TD as basic elements of the pages. Although this approach works, it is a very tedious and not very precise method.
Is there a better tool(s) for creating UI for ASP.NET application?
Thank you.
Amy Peng - M...
Star
9968 Points
952 Posts
Microsoft
Re: Tools for creating UI for ASP.NET application?
Nov 23, 2012 04:34 AM|LINK
Hi Dimacorp,
Visual Studio allow you to drag-and-drop web control for creating UI.
If you know silverlight, silverlight is good for creating UI.
Thanks,
Amy Peng
Feedback to us
Develop and promote your apps in Windows Store
geniusvishal
Star
13984 Points
2783 Posts
Re: Tools for creating UI for ASP.NET application?
Nov 23, 2012 05:18 AM|LINK
Yes, You can create tables directly by using Visual Studio/Web Developer itself..
Go To Layout in the menu options.. and then insert table.. Select the number of rows and columns to be inserted and the cell properties and u are done in less than 15 seconds..
Layout>Insert Table
Easy..
Alternatively use table controls in the standard toolbar and then set rows and columns according to your requirement..
My Website
www.dotnetvishal.com
Dimacorp
Participant
857 Points
262 Posts
Re: Tools for creating UI for ASP.NET application?
Nov 23, 2012 11:44 AM|LINK
Thank you, Vishal.
Dimacorp
Participant
857 Points
262 Posts
Re: Tools for creating UI for ASP.NET application?
Nov 23, 2012 11:44 AM|LINK
Thank you, Amy.
Ruchira
All-Star
42876 Points
7015 Posts
MVP
Re: Tools for creating UI for ASP.NET application?
Nov 23, 2012 05:28 PM|LINK
Hello,
Yes, I agree. Use Divs and spans instead.
Visual Studio has it's Design view. Check the below link for more details about Design View and how to use it effectively
http://msdn.microsoft.com/en-us/library/x4c64s41(v=vs.100).aspx
My Tech blog | TwitterPlease 'Mark as Answer' if this post helps you.Dimacorp
Participant
857 Points
262 Posts
Re: Tools for creating UI for ASP.NET application?
Nov 23, 2012 08:37 PM|LINK
Thank you, Ruchira.