Forum: ASP.NET Mar 14th, 2008 |
| Replies: 9 Views: 3,836 dim ctl as control
for each ctl in controls
if type of ctl is radiobutton then
if ctl.name <>radiobuttonSELECTED.name then
ctl.check=false
endif
endif
next
i think this may solve... |
Forum: ASP.NET Mar 14th, 2008 |
| Replies: 3 Views: 2,661 Most of the asp.net shared web hosting didn't support msdtc ( Microsoft Distributed Transaction Coordinator ) , when using Thebeerhouse starter kit , you would encounter error when click submit now (... |