Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
Binding multiple select rows in aspgrid by jquery
Rp Singh
7y
381
1
Reply
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,
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
The name 'ViewBag' does not exist in the current context
Hide Saturday and Sunday in a AJAx caledar