dynamic-data

how to change the data in HTML table dynamically

i hav a html tags stored in string and i want to load the table with the attributes which i given dynamically through program... how to search the particular tags of the row and column of html and add the data to the attributes... any help appreciated... Thanks in advance...... ...

How to efficiently cache dynamic content in asp.net mvc ?

This blog post describes how to properly handle dynamic content caching when using python with GAE. It covers DownStream caching, conditional GETs, 404 responses, Etags... I haven't found anything as comprehensive related to a targeted asp.net mvc implementation. What would be the most elegant/readable/maintainable way to implement this...

DynamicControl can't find certain associations after converting to .NET 4.0

Just converted a website using Dynamic Data to .NET 4.0. The basic scenario is that LinqDataSource is querying a Ticket, which has several associations (i.e. 'Contact') to other tables in the database. Now when the page loads and the DynamicField tries to bind to some of those associations I get the following error: The table 'Tick...

Invalid cell coordinate phpExcel

Ok I'm dynamically generating the cell coordinates but I get this error, why? Error: Exception: Invalid cell coordinate. in /var/www/test/excel/pe/Classes/PHPExcel/Cell.php on line 490 Call Stack: 0.0003 81132 1. {main}() /var/www/test/excel/createExcelReport.php:0 0.0225 2691000 2. PHPExcel_Worksheet->setCellValue...