473,387 Members | 1,592 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

More problems with IDE and documentation

I have been adding client code manually but upon reading some of the docs I
notice that I should be able to create the stub for events in client script
using the IDE menus.

Now this would save time (something an IDE is supposed to do), but like way
too many things in the VS 2003 IDE it will not work. I followed the
instructions
(ms-help://MS.VSCC.2003/MS.MSDNQTR.2004JAN.1033/vsintro7/html/csconCreatingS
criptsInHTMLEditor.htm)
but the menu item "View Client Script" is disabled. Well on to the next
paragraph.

It states that the code for a newly added button looks like (see above).
Well the code is different and any attempt to follow the instructions is met
with defeat. PLEASE MS, fix the IDE. The constant barrage of wait until
the next release is getting stale.

I have the page using JScript as client but those instructions still do not
work.

Lloyd Sheen
Nov 18 '05 #1
5 1088
The item you are interested in seems to be in the Visual Studio 6
documentation, not VS.NET.

http://msdn.microsoft.com/library/de...htmleditor.asp

Are you sure the feature is supported in .NET's editor? It doesn't seem like
it.


"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote in message
news:ap*********************@news01.bloor.is.net.c able.rogers.com...
I have been adding client code manually but upon reading some of the docs I
notice that I should be able to create the stub for events in client
script
using the IDE menus.

Now this would save time (something an IDE is supposed to do), but like
way
too many things in the VS 2003 IDE it will not work. I followed the
instructions
(ms-help://MS.VSCC.2003/MS.MSDNQTR.2004JAN.1033/vsintro7/html/csconCreatingS
criptsInHTMLEditor.htm)
but the menu item "View Client Script" is disabled. Well on to the next
paragraph.

It states that the code for a newly added button looks like (see above).
Well the code is different and any attempt to follow the instructions is
met
with defeat. PLEASE MS, fix the IDE. The constant barrage of wait until
the next release is getting stale.

I have the page using JScript as client but those instructions still do
not
work.

Lloyd Sheen


Nov 18 '05 #2
"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote
in
news:ap*********************@news01.bloor.is.net.c able.rogers.com:
I have been adding client code manually but upon reading some of
the docs I notice that I should be able to create the stub for
events in client script using the IDE menus.

Now this would save time (something an IDE is supposed to do),
but like way too many things in the VS 2003 IDE it will not
work. I followed the instructions
(ms-help://MS.VSCC.2003/MS.MSDNQTR.2004JAN.1033/vsintro7/html/csc
onCreatingS criptsInHTMLEditor.htm)
but the menu item "View Client Script" is disabled.


Lloyd,

Are you editing an .aspx page, or an .html page? Note that VS.NET
uses a different designer for each type of page. The "Web Forms
Designer" is for .aspx pages, and the "HTML Editor" is for .htm and
..html pages. The "View Client Script" option is only available when
editing pages that end in .htm or .html.

Chris.
-------------
C.R. Timmons Consulting, Inc.
http://www.crtimmonsinc.com/
Nov 18 '05 #3
Thanks that is the problem. I cannot believe the differences though. What
is an ASPX page but HTML with embedded ASP tags. The ability to do (or
rather the inability) seems like there is no code reuse at MS. Oh well
maybe in VS 2010.

Lloyd

"Chris R. Timmons" <crtimmons@X_NOSPAM_Xcrtimmonsinc.com> wrote in message
news:Xn*********************************@207.46.24 8.16...
"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote
in
news:ap*********************@news01.bloor.is.net.c able.rogers.com:
I have been adding client code manually but upon reading some of
the docs I notice that I should be able to create the stub for
events in client script using the IDE menus.

Now this would save time (something an IDE is supposed to do),
but like way too many things in the VS 2003 IDE it will not
work. I followed the instructions
(ms-help://MS.VSCC.2003/MS.MSDNQTR.2004JAN.1033/vsintro7/html/csc
onCreatingS criptsInHTMLEditor.htm)
but the menu item "View Client Script" is disabled.


Lloyd,

Are you editing an .aspx page, or an .html page? Note that VS.NET
uses a different designer for each type of page. The "Web Forms
Designer" is for .aspx pages, and the "HTML Editor" is for .htm and
.html pages. The "View Client Script" option is only available when
editing pages that end in .htm or .html.

Chris.
-------------
C.R. Timmons Consulting, Inc.
http://www.crtimmonsinc.com/

Nov 18 '05 #4
Cannot be since there is no notion of HTML in VS6. And I had filtered to
only use VS 2003.
See other response, it seems that VS2003 does not understand that ASP pages
can have client code.

Lloyd

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
The item you are interested in seems to be in the Visual Studio 6
documentation, not VS.NET.

http://msdn.microsoft.com/library/de...htmleditor.asp
Are you sure the feature is supported in .NET's editor? It doesn't seem like it.


"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote in message news:ap*********************@news01.bloor.is.net.c able.rogers.com...
I have been adding client code manually but upon reading some of the docs I notice that I should be able to create the stub for events in client
script
using the IDE menus.

Now this would save time (something an IDE is supposed to do), but like
way
too many things in the VS 2003 IDE it will not work. I followed the
instructions
(ms-help://MS.VSCC.2003/MS.MSDNQTR.2004JAN.1033/vsintro7/html/csconCreatingS criptsInHTMLEditor.htm)
but the menu item "View Client Script" is disabled. Well on to the next
paragraph.

It states that the code for a newly added button looks like (see above).
Well the code is different and any attempt to follow the instructions is
met
with defeat. PLEASE MS, fix the IDE. The constant barrage of wait until the next release is getting stale.

I have the page using JScript as client but those instructions still do
not
work.

Lloyd Sheen

Nov 18 '05 #5
Not really. See Visual InterDev.

"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote in message
news:8F********************@news01.bloor.is.net.ca ble.rogers.com...
Cannot be since there is no notion of HTML in VS6. And I had filtered to
only use VS 2003.
See other response, it seems that VS2003 does not understand that ASP
pages
can have client code.

Lloyd

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
The item you are interested in seems to be in the Visual Studio 6
documentation, not VS.NET.

http://msdn.microsoft.com/library/de...htmleditor.asp

Are you sure the feature is supported in .NET's editor? It doesn't seem

like
it.


"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote in

message
news:ap*********************@news01.bloor.is.net.c able.rogers.com...
>I have been adding client code manually but upon reading some of the
>docs I > notice that I should be able to create the stub for events in client
> script
> using the IDE menus.
>
> Now this would save time (something an IDE is supposed to do), but like
> way
> too many things in the VS 2003 IDE it will not work. I followed the
> instructions
> (ms-help://MS.VSCC.2003/MS.MSDNQTR.2004JAN.1033/vsintro7/html/csconCreatingS > criptsInHTMLEditor.htm)
> but the menu item "View Client Script" is disabled. Well on to the
> next
> paragraph.
>
> It states that the code for a newly added button looks like (see
> above).
> Well the code is different and any attempt to follow the instructions
> is
> met
> with defeat. PLEASE MS, fix the IDE. The constant barrage of wait until > the next release is getting stale.
>
> I have the page using JScript as client but those instructions still do
> not
> work.
>
> Lloyd Sheen
>
>



Nov 18 '05 #6

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

Similar topics

22
by: bearophile | last post by:
Ville Vainio: >It's highly typical for the newbies to suggest improvements to the >language. They will usually learn that they are wrong, but the >discussion that ensues can be fruitfull anyway...
2
by: William F. O'Neill | last post by:
Have just upgraded my home installation of Oracle 10g. Was using 9i. The installation seemed to go fine, but with all the documentation, I'm having a hard time getting the Enterprise Manager to...
11
by: Bob Karaban | last post by:
We ran into a problem using VirtualAllocEx and were wondering if anybody has a way around this. We have an executable that stores a hash table in a remote process. The VirtualAllocEx function...
39
by: Antoon Pardon | last post by:
I was wondering how people would feel if the cmp function and the __cmp__ method would be a bit more generalised. The problem now is that the cmp protocol has no way to indicate two objects are...
14
by: multiformity | last post by:
So I have been working on an opensource project for a while, and decided to really try to make it look better after focusing on the functionality most of this time. Up to now, I have simply used a...
3
by: Dave | last post by:
Hello everyone, its me again. I have been stuck on this problem forever, and cannot find any documentation or any help to solve it. From what I have seen online, what I need to do should be...
3
by: Scott Marlowe | last post by:
I'm wondering if there's some basic failing in how we're presenting backing up the database on a regular basis. Maybe even our reputation for reliability hurts a bit here. I'm sure if...
3
by: islay | last post by:
Hello, I'm trying to print more than one page using the PrintDocument object. I set "e.HasMorePages = True" after completeing the first page in the "PrintDocument1_PrintPage" subroutine, and...
4
by: Michael | last post by:
Hi! (OK, slightly silly subject line :) I'm extremely pleased to say - Kamaelia 0.4.0 has been released! What's New & Changed? =====================
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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,...
0
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...

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.