| Author: Jon Holmes 09 Jun 2004 | Member Level: Bronze Points : 0 |
This works well. But to make it clearer for inexperienced .net developers you should include the declarations:
Dim dgi As DataGridItem Dim cb As CheckBox
Apart from that it's great.
|
| Author: Balasubramanian 25 Jun 2004 | Member Level: Bronze Points : 0 |
Hi Rakesh sharma, You code is used get control from server side, my sample used to get server side control from client side.
for(IntCount=0;IntCount{ if(MyForm.elements[IntCount].type=="text") StrObjectValue=MyForm.elements[IntCount].value }
|