Click here to Skip to main content
15,899,313 members

Comments by karthik413 (Top 4 by date)

karthik413 17-Oct-13 2:10am View    
Deleted
Thanks .I download and install.After commenting the <add key="ResourceUri" value="~/crystalreportviewers13"> line . the crystal report working perfectly.
karthik413 16-Oct-13 8:03am View    
Is it works for vs-2010 and cr13 ?
karthik413 16-Oct-13 6:43am View    
'bobj' is undefined
karthik413 4-Oct-13 14:45pm View    
May the problem with select query
use
SqlCommand cmd = new SqlCommand("select Username from tbl_admin where UserName=@UserName", con);

instead of select * from from tbl_admin where UserName=@UserName