Hello,
I have been trying to call a vb.net function in aspx page how can i do that?. I have done it in C# by
<td><#%GetItemIndex(Container.ItemIndex)%></td> its working fine in C# but in vb.net it says GetItemIndex not declared.
and trying to convert (rptpages is a repeater)
rptpages.Itemcommand
+= New RepeaterCommandEventHandler(
rptpages_ItemCommand1) from C# to VB.net but i dont see itemcommand property in VB.net for the repeater.
Please help me.
Thanks
...
Go to the complete details ...