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
Gaurav Raj
NA
475
88k
return column name through tooltip
May 16 2017 1:27 AM
this is my code but its return only one value of column public string totalcoment(int a) { var q = cs.da.TotalLikeNameProcedure(a); foreach (var item in q) { return item.Name.ToString(); } return ""; }
Reply
Answers (
8
)
MVC how toCreate dynamic Menu bar in Layout page.
How to show current user data after login using asp.net c#