
October 2nd, 2003, 11:01 AM
|
|
Junior Member
|
|
Join Date: Sep 2003
Location: SC
Posts: 26
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
I think I can help you out.....
The best way to figure this out (so you learn something  is to create a button in a ASP.NET webform. Then double click on it and look at the CODEBEHIND.
If you look at the code closely, you will notice two things... one is it gets registered at the top of the page either in the DECs or in the AUTOCREATED CRAP up top. This is important because when you look at the ONCLICK method, at the very end you will see a HANDLES attribute. This is where you tie the ONCLICK method to an item.
Try following this syntax and make it work for your array and see if that works out for you!
Good Luck!
|