TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Nikki
NA
103
3.2k
C# to Vb.Net Code conversion
Aug 30 2018 4:34 AM
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.
Reply
Answers (
3
)
How can i send image to cheakout page from detail page?
Dynamically Creating Data-table and Binding To Grid-view