I am looking for an example that populates the tabs with data from a database?
Dave
If you're doing it server-side, you can just put any server control there and then bind it in the codefile like any other database binding.
If you're doing it clientside, you can call a webmethod (web service or pagemethod) and have your 'OnSuccess' function fill it using the html element's innerHTML property.
Both techniques are well documented.
No comments:
Post a Comment