how can I send the repeater databiner as parameter from HTML to code
for example;
in the
vb code I did this :
repeater1.datasource = x
and I want to send this source collection (x) as a parameter from HTML to
vb code
like this:
<asp:Label ...... text='get(
[u]????DATASOURCE?????</u>)'>
AGB