Wrox Programmer Forums
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 13th, 2005, 01:40 AM
Authorized User
 
Join Date: May 2005
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
Default different items in asp.net???

Dear All,
i would like to know the difference between diff. items in ASP.Net.
For example, i create a new project with a windows form in it.
now when i add another item,lets say a Class or a Code FOrm, or a Console Application, and run my project, how will it run???

and what excatky is the differnece between these items??

Can anyone help.

Thanks & Regards,
Muskaan.

 
Old July 15th, 2005, 02:40 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

ASP.NET applications are web application, they deliver HTML thru HTTP from IIS. It runs as a program called by IIS when a web request is received for it. You call the application thru a web browser.

A WinForms application is a windows desktop application that has a windows UI. It runs locally. You call it from the windows desktop.

A Console application doesn't have a UI per se, it runs in a command prompt window.

A class project (or class assembly) doesn't run anywhere. You have to write another application (WebForms/WinForms/console) that consume the classes that live in the class assembly.


Does this answer your question?

-Peter
 
Old July 21st, 2005, 05:12 AM
Authorized User
 
Join Date: May 2005
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Peter,
cud you pls how do i create a menu in C#.Net (as we do it thru Menu Editor in VB) ????

Regards,
Muskaan


 
Old July 21st, 2005, 07:16 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

This is a pretty big request. Building menus in HTML is a whole different task then building them in a desktop application. And it's not really a .NET related task. You need to learn how to construct what you need in HTML first, then wrap up that HTML into .NET controls. I'd suggest starting with some search on (D)HTML menus.

Depending on your target audience, take a look at here:

http://www.stedy.com

They have some nice looking and behaving "windows style" controls that work in IE. Admittedly they are a little difficult to set up and aren't really .NET friendly. You have to do a lot in the HTML manually but you could easily wrap the parts into user controls for repeat use that's a bit more .NET like.

-Peter
 
Old July 21st, 2005, 07:39 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

You can also take a look here:

http://www.skmmenu.com/menu/

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old July 21st, 2005, 07:53 AM
Authorized User
 
Join Date: May 2005
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks a lot.
i would try that.

regards,
muskaan.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Turning a regular ASP.NET App into an AJAX ASP.Net donrafeal7 Ajax 2 August 31st, 2007 12:33 AM
selected items in asp:ListBox jtyson Classic ASP Basics 2 July 2nd, 2004 12:01 AM
displaying 6 items only having 20 items Lakshmi KS VB Components 1 February 17th, 2004 10:34 AM
clear items in asp.datalist jtyson Classic ASP Basics 0 July 10th, 2003 12:19 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.