Controls

Shims

Active member
Joined
Jun 15, 2003
Messages
39
I have a background image in a table and 3 images that can be chosen to be placed inside of the table. Is there anyway to select everything in the table, including the background image, so that it saves as a flattened image? I dont want all the code for it, but maybe a helpful point in a good direction.
 
Most likely not... all the ASP.NET processing (except for Postback
and other VBScript of JavaScript functions) is done server-side.
Since how the table is viewed is determined by the client
application (the web browser visiting the page), theres no way
for the server to know how the table is going to look.

In summary, unless this is possible in JavaScript or VBScript, Id
say theres little chance of it happening.
 
Back
Top