Infolink

 

Search This Blog

Showing posts with label code. Show all posts
Showing posts with label code. Show all posts

Nov 14, 2012

Adding Code to the Event Handler (PART-14)

Adding code to the event handler is, well, exactly as you would expect it to be. Place the cursor in the space between Protected Sub Button1_Click(…) and End Sub and type the appropriate code in. For

now, all the code will do is change the text of the label (Label1) to, you guessed it, "Hello world!". Type in the following code, and pause after you type the period:
Related Posts Plugin for WordPress, Blogger...