Congratulations - C# Corner Q4, 2022 MVPs Announced
Why Join
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Ms_ Dev
1.9k
236
78.2k
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