I have code following :
string strSQL = "select top 10 * FROM tbNews order by newsid desc";
DataTable dt = new DataTable();
dt = objDataAccess.GetDataTable(strSQL);
gvUploadFiles.DataSource = dt;
gvUploadFiles.DataBind();
i need this code in vb.net. Kindly provide me solution.

Code AlonePosted Aug 30, 2018, 5:52 AM
http://converter.telerik.com/
Sanwar RanwaPosted Aug 30, 2018, 5:48 AM
Kaushik DhameliyaPosted Aug 30, 2018, 5:22 AM