Vote on proposed VS feature.

Vote on proposed VS feature.

am 19.01.2008 00:33:26 von smar

A suggestion that C# ASP .NET projects in Visual Studio should give the
developer the ability to see all the Page object's events in the code editor
(via the drop down lists at the top) and create an appropriate event handler
automatically (like is done in VB .NET) has been submitted to Microsoft.

Please visit the "connect" (https://connect.microsoft.com/default.aspx) site
and vote for this suggestion if you like the idea.

The id of the submission is: 322994

-Scott

RE: Vote on proposed VS feature.

am 19.01.2008 18:58:00 von pbromberg

You could probably write your own "WebFormWithEvents.aspx" page template
which would appear in the Add New Item context menu.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com


"Scott M." wrote:

> A suggestion that C# ASP .NET projects in Visual Studio should give the
> developer the ability to see all the Page object's events in the code editor
> (via the drop down lists at the top) and create an appropriate event handler
> automatically (like is done in VB .NET) has been submitted to Microsoft.
>
> Please visit the "connect" (https://connect.microsoft.com/default.aspx) site
> and vote for this suggestion if you like the idea.
>
> The id of the submission is: 322994
>
> -Scott
>
>
>

Re: Vote on proposed VS feature.

am 20.01.2008 07:57:39 von smar

The whole point is to give VS the ability to provide this information/code
to developers without them having to know what the events are.

In order to make my own, I'd need to go get this information.

"Peter Bromberg [C# MVP]" wrote in message
news:D2095429-61B7-461C-8DE0-F90961D6896D@microsoft.com...
> You could probably write your own "WebFormWithEvents.aspx" page template
> which would appear in the Add New Item context menu.
> -- Peter
> Site: http://www.eggheadcafe.com
> UnBlog: http://petesbloggerama.blogspot.com
> MetaFinder: http://www.blogmetafinder.com
>
>
> "Scott M." wrote:
>
>> A suggestion that C# ASP .NET projects in Visual Studio should give the
>> developer the ability to see all the Page object's events in the code
>> editor
>> (via the drop down lists at the top) and create an appropriate event
>> handler
>> automatically (like is done in VB .NET) has been submitted to Microsoft.
>>
>> Please visit the "connect" (https://connect.microsoft.com/default.aspx)
>> site
>> and vote for this suggestion if you like the idea.
>>
>> The id of the submission is: 322994
>>
>> -Scott
>>
>>
>>

Re: Vote on proposed VS feature.

am 20.01.2008 15:52:02 von pbromberg

Actually, if you just type the "override" keyword and hit the spacebar, you
get to see the Intellisense list. Select an eventname and hit the TAB key,
and Visual Studio fills in the method for you.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com


"Scott M." wrote:

> The whole point is to give VS the ability to provide this information/code
> to developers without them having to know what the events are.
>
> In order to make my own, I'd need to go get this information.
>
> "Peter Bromberg [C# MVP]" wrote in message
> news:D2095429-61B7-461C-8DE0-F90961D6896D@microsoft.com...
> > You could probably write your own "WebFormWithEvents.aspx" page template
> > which would appear in the Add New Item context menu.
> > -- Peter
> > Site: http://www.eggheadcafe.com
> > UnBlog: http://petesbloggerama.blogspot.com
> > MetaFinder: http://www.blogmetafinder.com
> >
> >
> > "Scott M." wrote:
> >
> >> A suggestion that C# ASP .NET projects in Visual Studio should give the
> >> developer the ability to see all the Page object's events in the code
> >> editor
> >> (via the drop down lists at the top) and create an appropriate event
> >> handler
> >> automatically (like is done in VB .NET) has been submitted to Microsoft.
> >>
> >> Please visit the "connect" (https://connect.microsoft.com/default.aspx)
> >> site
> >> and vote for this suggestion if you like the idea.
> >>
> >> The id of the submission is: 322994
> >>
> >> -Scott
> >>
> >>
> >>
>

Re: Vote on proposed VS feature.

am 20.01.2008 21:40:27 von smar

That does help. Thanks!


"Peter Bromberg [C# MVP]" wrote in message
news:EB1385CA-1864-4CCD-83E2-C4FEB06A2954@microsoft.com...
> Actually, if you just type the "override" keyword and hit the spacebar,
> you
> get to see the Intellisense list. Select an eventname and hit the TAB key,
> and Visual Studio fills in the method for you.
> -- Peter
> Site: http://www.eggheadcafe.com
> UnBlog: http://petesbloggerama.blogspot.com
> MetaFinder: http://www.blogmetafinder.com
>
>
> "Scott M." wrote:
>
>> The whole point is to give VS the ability to provide this
>> information/code
>> to developers without them having to know what the events are.
>>
>> In order to make my own, I'd need to go get this information.
>>
>> "Peter Bromberg [C# MVP]" wrote in
>> message
>> news:D2095429-61B7-461C-8DE0-F90961D6896D@microsoft.com...
>> > You could probably write your own "WebFormWithEvents.aspx" page
>> > template
>> > which would appear in the Add New Item context menu.
>> > -- Peter
>> > Site: http://www.eggheadcafe.com
>> > UnBlog: http://petesbloggerama.blogspot.com
>> > MetaFinder: http://www.blogmetafinder.com
>> >
>> >
>> > "Scott M." wrote:
>> >
>> >> A suggestion that C# ASP .NET projects in Visual Studio should give
>> >> the
>> >> developer the ability to see all the Page object's events in the code
>> >> editor
>> >> (via the drop down lists at the top) and create an appropriate event
>> >> handler
>> >> automatically (like is done in VB .NET) has been submitted to
>> >> Microsoft.
>> >>
>> >> Please visit the "connect"
>> >> (https://connect.microsoft.com/default.aspx)
>> >> site
>> >> and vote for this suggestion if you like the idea.
>> >>
>> >> The id of the submission is: 322994
>> >>
>> >> -Scott
>> >>
>> >>
>> >>
>>