473,804 Members | 2,959 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Question About Visual Web Dev. 2005 Express

Hello,

I was just playing around with Visual Web Developer 2005 Express (still
using Web Matrix) and I added a few controls but I can't seem to code the
controls when I double click on one (I.E. the subroutine for a button). Is
that gone from ASP 2.0 or do I need to adjust the settings?

Thanks,
Brian
Nov 19 '05 #1
5 1046
It's still here, as far as I can tell.
Are you in design mode ?

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"Brian" <br**********@g mail.com> wrote in message
news:ev******** ******@TK2MSFTN GP09.phx.gbl...
Hello,

I was just playing around with Visual Web Developer 2005 Express (still using Web
Matrix) and I added a few controls but I can't seem to code the controls when I double
click on one (I.E. the subroutine for a button). Is that gone from ASP 2.0 or do I need
to adjust the settings?

Thanks,
Brian

Nov 19 '05 #2
Yes...but when I double click, I it takes me to HTML and not the CODE
screen.

Suggestions?

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:u%******** ********@TK2MSF TNGP15.phx.gbl. ..
It's still here, as far as I can tell.
Are you in design mode ?

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"Brian" <br**********@g mail.com> wrote in message
news:ev******** ******@TK2MSFTN GP09.phx.gbl...
Hello,

I was just playing around with Visual Web Developer 2005 Express (still
using Web Matrix) and I added a few controls but I can't seem to code the
controls when I double click on one (I.E. the subroutine for a button).
Is that gone from ASP 2.0 or do I need to adjust the settings?

Thanks,
Brian


Nov 19 '05 #3
Weird.

If there's a code-behind class for the page, it takes me to the code screen

Partial Class _Default
Inherits System.Web.UI.P age

Protected Sub Button1_Click(B yVal sender As Object, ByVal e As System.EventArg s) Handles
Button1.Click
' here
End Sub
End Class

It takes me directly to the "Button" dropdown,
and I can choose an event to write code for.

If there isn't a code-behind class, it takes me to the
<script language="XX" runat ="server %>
<script> section of the HTML.

If I double-click a button and there isn't a code-behind class, it takes me :
<script runat="server">
Protected Sub Button1_Click(B yVal sender As Object, ByVal e As System.EventArg s)
' here
End Sub
</script>

By clicking on the "Server Objects and Events" dropdown,
I can choose an event to write code for.

There's no "code screen" for inline aspx pages.


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"Brian" <br**********@g mail.com> wrote in message
news:O%******** *******@TK2MSFT NGP10.phx.gbl.. .
Yes...but when I double click, I it takes me to HTML and not the CODE screen.

Suggestions?

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:u%******** ********@TK2MSF TNGP15.phx.gbl. ..
It's still here, as far as I can tell.
Are you in design mode ?

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"Brian" <br**********@g mail.com> wrote in message
news:ev******** ******@TK2MSFTN GP09.phx.gbl...
Hello,

I was just playing around with Visual Web Developer 2005 Express (still using Web
Matrix) and I added a few controls but I can't seem to code the controls when I double
click on one (I.E. the subroutine for a button). Is that gone from ASP 2.0 or do I
need to adjust the settings?

Thanks,
Brian



Nov 19 '05 #4
Maybe I am opening the wrong type of file because it takes me to HTML...

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:uK******** ******@TK2MSFTN GP09.phx.gbl...
Weird.

If there's a code-behind class for the page, it takes me to the code
screen

Partial Class _Default
Inherits System.Web.UI.P age

Protected Sub Button1_Click(B yVal sender As Object, ByVal e As
System.EventArg s) Handles Button1.Click
' here
End Sub
End Class

It takes me directly to the "Button" dropdown,
and I can choose an event to write code for.

If there isn't a code-behind class, it takes me to the
<script language="XX" runat ="server %>
<script> section of the HTML.

If I double-click a button and there isn't a code-behind class, it takes
me :
<script runat="server">
Protected Sub Button1_Click(B yVal sender As Object, ByVal e As
System.EventArg s)
' here
End Sub
</script>

By clicking on the "Server Objects and Events" dropdown,
I can choose an event to write code for.

There's no "code screen" for inline aspx pages.


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"Brian" <br**********@g mail.com> wrote in message
news:O%******** *******@TK2MSFT NGP10.phx.gbl.. .
Yes...but when I double click, I it takes me to HTML and not the CODE
screen.

Suggestions?

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:u%******** ********@TK2MSF TNGP15.phx.gbl. ..
It's still here, as far as I can tell.
Are you in design mode ?

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"Brian" <br**********@g mail.com> wrote in message
news:ev******** ******@TK2MSFTN GP09.phx.gbl...
Hello,

I was just playing around with Visual Web Developer 2005 Express (still
using Web Matrix) and I added a few controls but I can't seem to code
the controls when I double click on one (I.E. the subroutine for a
button). Is that gone from ASP 2.0 or do I need to adjust the settings?

Thanks,
Brian



Nov 19 '05 #5
Well, maybe someone can answer this for me.

In Web Matrix, you open a single ASPX file and you double click on a control
and you are shown the subroutine code. At the bottom, you can switch between
that, Design and HTML or all.

In Visual Web Developer 2005 Express, if you are in a single ASPX file (not
a web site) it wont do that. It takes you to HTML. Why did this change?

I am a little new to this, so please forgive the ignorance.

Thanks,
B

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:u%******** ********@TK2MSF TNGP15.phx.gbl. ..
It's still here, as far as I can tell.
Are you in design mode ?

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"Brian" <br**********@g mail.com> wrote in message
news:ev******** ******@TK2MSFTN GP09.phx.gbl...
Hello,

I was just playing around with Visual Web Developer 2005 Express (still
using Web Matrix) and I added a few controls but I can't seem to code the
controls when I double click on one (I.E. the subroutine for a button).
Is that gone from ASP 2.0 or do I need to adjust the settings?

Thanks,
Brian


Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
387
by: Bootstrap Bill | last post by:
A new Google group has been formed for the purpose of discussing the new Visual Studio Express products. http://groups-beta.google.com/group/Visual-Studio-Express The products are currently in beta testing and include Visual Basic 2005 Express, Visual C# 2005 Express, Visual C++ 2005 Express, Visual C++ 2005 Express, Visual J# 2005 Express, Visual Web Dev 2005 Express and SQL Server 2005 Express.
6
2560
by: Brian Henry | last post by:
Visual Basic 2005 Express: http://download.microsoft.com/download/f/c/7/fc7debaf-4513-4300-9e6a-8fe27be88cd1/vbsetup.exe Visual C# 2005 Express: http://download.microsoft.com/download/2/d/2/2d221839-eaf9-4d91-899e-95a9af12202e/vcssetup.exe Visual C++ 2005 Express: http://download.microsoft.com/download/3/f/3/3f3e65c3-9f57-40ee-a95b-57d49e560883/vcsetup.exe Visual J# 2005 Express:
4
2540
by: Andrew Robinson | last post by:
My main dev machine has WinXp and VS2005 (pro). 1. I need to install VWD Express Edition so that I can do some instruction on this. Any issues with both on the same machine. Installation order? 2. Does VWD Express Edition support the idea of Solutions? I coun't figure out how to create a blank solution which I usually do with VS2005 (and then add my web site to the solution.)
6
1346
by: Mark A. Sam | last post by:
Hello, I am strictly an Access Developer with limited exposure to ASP. My client wants to put his database online through a brower, which would mean using Thin Client Web ( I think that is the correct term) or something like Visual Studio and creating web pages for accessing the database remotely. He wants the same functionality as the Access DB. Many of the forms and reports are extremely complex with 3-4 layers of subforms and...
2
3452
by: Progman | last post by:
I have Visual Studio 2005 Standard edition. Is ti the same thing as the Express edition or Standard is more?
3
1393
by: barry | last post by:
I had Visual Web Developer Express 2005 and Visual Studio 2005 installed on my computer. Realizing that I did not need Visual Web Developer Express 2005 since I had VS 2005 I removed it. My question could this be a possible reason that the ASP.NET configuration tool is not working in VS 2005 when I am doing web development? What happens is upon execution it just brings me back into the same VS design page from where I executed.
8
1476
by: JJ | last post by:
My potential shared hosting platform uses SQL server 2005. I am developing on the Express version. In order to make sure I am not going to cause myself any problems when I move my ASP .net 2.0 sites (developed in Vis Studio 2005) to the host, should I be using my developers version of SQL 2005? If so, can I install it and keep my current instance of the SQL Server Express edition? Or will installing the dev version upgrade that...
6
1521
by: barry | last post by:
I have VSTO 2005 and am not able to get ASP.NET Configuration under the Website menu to work. It just shows a not found page and comes back to where I executed it from. My question is can I download the Visual Web Developer Express 2005 at the same time the VSTO 2005 version is loaded to see if ASP.NET Configuration would work in the Visual Web Developer Express 2005. I realize this is not a solution but am curious to see if I can get...
2
2240
by: cpchan | last post by:
Hello, Can I create a Web-based application (not a Web site) with Visual C# 2005 Express ? Or I have to use Visual Web Developer 2005 Express Edition, choose ASP.NET and then choose C# ? Are there any web-sites give me step-by-step Visual C# 2005 Express Web-based application development ?
1
2508
by: Dr T | last post by:
Hi! I downloaded MS Visual Web Developer 2005 Express Edition, MS .NET Framework SDK v2.0, and MS SQL Server 2005. Subsequently, I bought MS Visual Studio 2005 Professional Edition. 1) Are both the MS Visual Web Developer 2005 Express Edition and the MS Visual Studio 2005 Professional Edition used to develop .ASP applications?
0
9571
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10561
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10318
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10069
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9132
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7608
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6845
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5505
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5639
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.