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
Ms_ Dev
NA
236
92k
Binding multiple select rows in aspgrid by jquery
Apr 13 2017 11:44 PM
Hi,
I have a asp grid, i am filling the data in the aspgrid by usr of handler. I want to fill/append the data in the form of html.
My handler code is something like -
//Append Html
StringBuilder htmlToReturn =
new
StringBuilder();
if
(Details.Count > 0)
{
htmlToReturn.AppendLine();
}
else
{
}
foreach
(var Dtls
in
Details.Values)
{
//htmlappend to gridview
}
Thanks,
Reply
Answers (
1
)
The name 'ViewBag' does not exist in the current context
Hide Saturday and Sunday in a AJAx caledar