Guest User

Untitled

a guest
Aug 14th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. How to access items of a .net collection using jquery in webforms
  2. content (items are key value pair)
  3. ID, 001
  4. Title , My Book
  5. DateCreated , 10/10/2011
  6. Author, JSmith
  7.  
  8. <div class="resultcontainer">
  9. <span class="labeltitle-small">Book Title</span><br />
  10. <%= BookResults[0].Title %>
  11. </div>
Add Comment
Please, Sign In to add comment