Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server Side Objects and Events in VS 2005

Status
Not open for further replies.

Charlix

Programmer
Nov 19, 2002
85
US
I am trying to learn to use asp.net Web application template in the Hello World Tutorials for Visual Studio 2005. When I call up the default.aspx file by clicking it in the solution explorer I get the default.aspx file with the "client side objects and events" tab. How do I get the "SERVER OBJECTSand EVENTS" tab to display?

Charlix
 
By default, when you intall VS2005, it will show the HTML(Source) of the page instead of the design. You can click the Design tab on the bottom left of the screen. You can change this default behaviour under the Tools --> Options menu. Click Web Browser under Help in the tree on the left. Under View source in, select Source Editor.

Jim
 
Thank you for the reply to my post. However, my problem is not changing between source view and design view but between {b}client side{/B} view and server side views. For example, when I call up the properties page the Application type and Start up objects fields are greyed out. If I were in the server side they would not be greyed out. When I call up the default.aspx page and click source on the bottom lower left hand tab I get the aspx html page BUT just under the tab it says client object and events. I want to view the server objects and events. How do I get this?

charlix
 
Right-click your page and select View Code or simply go to the relevant .vb file from the solution explorer


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
How do I connect to SQL Server 2005 "connect to Server" dialog box? When I try to follow the directions: click START menu,PROGRAMS, MICROSOFT SQL SERVER 2005 it does not lead me to the "Connect to Server" dialog box. What am I doing wrong?

Charlie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top