Re: wondering what the difference is
- From: "Eliyahu Goldin" <removemeegoldin@xxxxxxxxxxxxxx>
- Date: Sun, 21 Aug 2005 11:33:09 +0200
There is a famous problem with VS. Sometimes it erases the events set in the
Design mode. Defining events in .aspx file saves you from this. Also you can
trace changes with version control easier.
Eliyahu
"rodchar" <rodchar@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:8C30609B-A3A8-4D48-A656-972D7B684770@xxxxxxxxxxxxxxxx
> hey all,
>
> i saw the following in an article:
>
> <asp:DataGrid id="grdOrder" Runat="server"
>
> OnPageIndexChanged="grdOrder_OnPageIndexChanged"
> OnItemCommand="grdOrder_OnItemCommand"
> OnEditCommand="grdOrder_OnEditCommand"
> OnUpdateCommand="grdOrder_OnUpdateCommand"
> OnCancelCommand="grdOrder_OnCancelCommand"
> >
>
> What I want to know is, normally what i'm accustomed to is in the
> code-behind you can select the datagrid from the left-drop down list and
then
> in the right drop-down list you can select the event and it will
> automatically stub the event procedure for you.
>
> It seems to me there are two different ways to do it. Is there a
difference
> in doing it one way or another. Can someone please enlighten me on this.
>
> thanks,
> rodchar
.
- References:
- wondering what the difference is
- From: rodchar
- wondering what the difference is
- Prev by Date: FAQ
- Next by Date: Re: Combo box displays as text
- Previous by thread: Re: wondering what the difference is
- Next by thread: Invalid argument in aspnet_state service
- Index(es):
Relevant Pages
|