i am converting a vb 3.5 .net website to a
C# .net 4 and having trouble with this binding.
<asp:LinkButton ID="LbtnItem2" runat="server" PostBackUrl='<%# "ANewStart.aspx?typeid=" & Eval("TypeID") & "&newsid=" & Eval("NID")%>' >
Go to the complete details ...