954,577 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

C#

hi all...
Am a beginner in c#.
wen i place a control in a webpage and double click it i'm getting it's default event. how can i view its other events and how to include in my coding.
Thanks in advance.

sonakrish
Light Poster
34 posts since Dec 2008
Reputation Points: 10
Solved Threads: 1
 

Select the control in design view and from the right click menu select Properties. Now on the properties window click on the events icon on its the top. All valid event will be listed there. Double Click on the desired event to add it to in your code

Aneesh_Argent
Junior Poster
104 posts since Dec 2008
Reputation Points: 16
Solved Threads: 18
 
hi all... Am a beginner in c#. wen i place a control in a webpage and double click it i'm getting it's default event. how can i view its other events and how to include in my coding. Thanks in advance.


Simply select the control and open the properties from right or reight click the control and go into its properties. Then in properties tab you will see 5 image buttons at top select 4th from left to right.
GuD LuK

softsolutionz
Newbie Poster
1 post since Jan 2009
Reputation Points: 10
Solved Threads: 1
 

Hi... Aneesh Thanks for ur guidence...
It really helped me..
Happy day

sonakrish
Light Poster
34 posts since Dec 2008
Reputation Points: 10
Solved Threads: 1
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You