Problem solved. MANY thanks, mark.
I don't understand why AddHandler doesn't work like other procedures in vb.net (didn't i learn that parantheses are *required* for arguments in vb.net?), but here it:
Code:
AddHandler alb.command, AddressOf btncreateclick
alb is the name of the linkbutton
btncreateclick is the name of the procedure that i am using to handle the event
No worries.
The parantheses thing confuses me as well. If you are not using VS.net, then it does make things more difficult (VS.net corrects or draws your attention to these things as you type and I guess I've become reliant on it). (If you are not using it, then you can get a 60 day trial version, and once you've used it, you won't want to go back to notepad or Web Matrix or whatever)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.