how to select event of controls
-
I was a VB.Net guy, and now I became a C# programmer, and I have a little question. In VB.Net there is a possibility to select a control in the drop down list at the top of the screen, and then view all the possible events for this control at the other drop down list (on the other side of the screen). Is it possible in C# as well ? I can't figure out how to do it.
-
I was a VB.Net guy, and now I became a C# programmer, and I have a little question. In VB.Net there is a possibility to select a control in the drop down list at the top of the screen, and then view all the possible events for this control at the other drop down list (on the other side of the screen). Is it possible in C# as well ? I can't figure out how to do it.
-
ya, from thats ok, but how from source like in vb , from vb you can select controls and their related all events from aspx.vb page. So same way, how can we do in c#.net
-
ya, from thats ok, but how from source like in vb , from vb you can select controls and their related all events from aspx.vb page. So same way, how can we do in c#.net
In C# you don't have the option to select the control and than select it's events... from the source file. You have to refer to property page.
-
ya, from thats ok, but how from source like in vb , from vb you can select controls and their related all events from aspx.vb page. So same way, how can we do in c#.net
Look at the code that's generated in the designer file. You can hook up the events as delegates in code, if you like. However, you can't specify that a method handles an event in the place where you define the method, the way VB does it.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )