ASP.Net execute server side code without full postback

Posted by fpz on Stack Overflow See other posts from Stack Overflow or by fpz
Published on 2010-06-08T21:03:21Z Indexed on 2010/06/08 21:12 UTC
Read the original article Hit count: 142

Filed under:
|
|
|
|

When a user clicks a button I need to create a .bmp file on the server. After the .bmp file is created I will load it into the html page. Would Ajax be the best way to accomplish this?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET