drpcken
Posts: 60
|
| Posted: 08/26/2004, 9:09 AM |
|
I'm writing some custom code in my DataProvider.vb page, only I can't reference my controls the same way as I do in my main vb code page. I've tried <form><control>.value
<form>.<control>.selectedindex
item.<form>.<control>.value
i've tried everything and can't get the value of it when I'm typing custom code in my dataprovider page.
I also need to know how to select a row, (or multiple rows) in a listbox? this custom code is also in my dataprovider page. And I need to know which event to use to fire this change when the index of a dropdownlist changes. I normally use SelectedIndexChange in my normal compiler, but which event would I use in CCS?
Thanks!!!
|
 |
 |
|