Hi, I am a dot net beginner. I have learned programming in c# for website developing. Now I would like to learn vb.net . So I am trying to convert one of my previous work from c# to vb.
But now I am facing a problem while converting to vb.
Please help me.
Error message:
Conversion from string "Product.aspx?pid=" to type 'Double' is not valid.
<asp:LinkButton ID="lkbName" runat="server" PostBackUrl='<%# "Product.aspx?pid="+ Eval("pId") %>' Font-Size="Small"><%# Eval("name") %></asp:LinkButton><br/>
The datatype of pId in database is int.