aspx_mobile thread: How to convert this coding into VB.Please take a look.
Can somebody tell me how to convert this sentence into VB because i have
been referencing a C# book and are doing a editing in the Mobile Object
list.
<mobile:TextBox id="textbox2" runat="server" text='<%#
Objectlist1.selection["watever"]%>'/>
The above coding is in C#,THE "text='<%# Objectlist1.selection["watever"]%
>'/>" is the part i don understand and don kno how to convert into VB i
think it is not supported in VB(i think so)
Please teach me how to convert.Thanks!