Quote:
|
Could you use JQuery to do something like this with a Gridview or a Dataview
|
The question that comes to mind is: why don't you try it out? You seem to have all the code in place to give it a spin....
Quote:
|
Correct me if I am wrong but are Gridviews and Dataviews not displayed as HTML tables to the client when posted back?
|
Absolutely (although a "postback" doesn't have anything to do with this. Controls like GridView render tables on the initial load / GET request as well). In the book I've demonstrated many times how to see what HTML is generated: open the Source of the page in the browser and you'll see the HTML for the control(s).
Quote:
... could you not
Could you theoretically ....
Could you do cool tricks...
|
Yes, but see question 1: just try it out and experiment. This is really the best way to learn. That's not to say you shouldn't be asking questions here but you can learn so much more and so much quicker by experimenting than by waiting for my answers.
Quote:
|
If so could you maybe think about
|
Done that already ;-) See page 535 and further for an explanation of the benefits, as well as an implementation example.
Cheers,
Imar