Click here to Skip to main content
16,004,806 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Paging Button in Datagrid Pin
N a v a n e e t h13-Jan-08 21:11
N a v a n e e t h13-Jan-08 21:11 
GeneralRe: Paging Button in Datagrid Pin
danasegaranea13-Jan-08 22:38
danasegaranea13-Jan-08 22:38 
QuestionHow to install two msi files at same time in Vista? [modified] Pin
Sam.M13-Jan-08 18:47
Sam.M13-Jan-08 18:47 
QuestionCreating Installer Packages in Visual Studio Pin
Blumen13-Jan-08 18:42
Blumen13-Jan-08 18:42 
GeneralRe: Creating Installer Packages in Visual Studio Pin
N a v a n e e t h13-Jan-08 19:20
N a v a n e e t h13-Jan-08 19:20 
GeneralRe: Creating Installer Packages in Visual Studio Pin
Blumen13-Jan-08 19:57
Blumen13-Jan-08 19:57 
QuestionDoes MOSS 2007 trial version includes InfoPath Forms Services? Pin
cdotpal13-Jan-08 10:43
cdotpal13-Jan-08 10:43 
GeneralGenerating JPEG images on-the-fly Pin
Mohammad A Gdeisat13-Jan-08 9:19
Mohammad A Gdeisat13-Jan-08 9:19 
Hi all,

I have a database that conatins a list of quotations like this:

ID Quote
1 Hi, how are you?
2 Who is this?
... ...

Let's assume that my site is www.myquotes.com, the site doesn't have any pictures stored on it, only the database and the site code. I want to create a website that works as follows:

When a user requests the address "www.myquotes.com/1.jpg" (1 is the ID of the Quote). I want to my ASP .NET application to do the following sequence of events:

1. Extract Quote #1 from the database.
2. Generate a JPEG image that has the writing "Hi, how are you?" written on it
3. Return this image back to the client, so the client will receive a picture that has a writing on it.

so from the client's point of view, he will just request a JPEG image and receive it.

My Questions:

1. Can this be done in ASP.NET (I suppose yes).
2. Are there any .NET compatible tools that can help in dynamically generating JPEG images that contain text on them.
3. Is the process of JPEG image generation time-consuming for the web-server? In other words, if I start to get hundreds of image requests per second will this bring my web application down?
4. Any other tips for doing this?

Regards,

Mohammad

And ever has it been that love knows not its own depth until the hour of separation

GeneralRe: Generating JPEG images on-the-fly Pin
pmarfleet13-Jan-08 12:08
pmarfleet13-Jan-08 12:08 
GeneralRe: Generating JPEG images on-the-fly Pin
Mohammad A Gdeisat13-Jan-08 12:15
Mohammad A Gdeisat13-Jan-08 12:15 
GeneralRe: Generating JPEG images on-the-fly Pin
N a v a n e e t h13-Jan-08 19:12
N a v a n e e t h13-Jan-08 19:12 
GeneralRe: Generating JPEG images on-the-fly Pin
shipstech14-Jan-08 5:28
shipstech14-Jan-08 5:28 
GeneralRe: Generating JPEG images on-the-fly Pin
pmarfleet14-Jan-08 8:46
pmarfleet14-Jan-08 8:46 
GeneralRe: Generating JPEG images on-the-fly Pin
shipstech14-Jan-08 9:39
shipstech14-Jan-08 9:39 
GeneralEncrypted string in Querystring [SOLVED] Pin
#realJSOP13-Jan-08 9:17
professional#realJSOP13-Jan-08 9:17 
GeneralRe: Encrypted string in Querystring Pin
Guffa13-Jan-08 17:23
Guffa13-Jan-08 17:23 
GeneralRe: Encrypted string in Querystring Pin
#realJSOP13-Jan-08 23:16
professional#realJSOP13-Jan-08 23:16 
Questioncommand line Pin
Mr. Wonderful13-Jan-08 7:22
Mr. Wonderful13-Jan-08 7:22 
GeneralRe: command line Pin
pmarfleet13-Jan-08 11:56
pmarfleet13-Jan-08 11:56 
QuestionRe: command line Pin
Mr. Wonderful13-Jan-08 22:38
Mr. Wonderful13-Jan-08 22:38 
QuestionHow to get page height in C# Pin
MEK313-Jan-08 3:05
MEK313-Jan-08 3:05 
AnswerRe: How to get page height in C# Pin
pmarfleet13-Jan-08 3:52
pmarfleet13-Jan-08 3:52 
GeneralOverriding Hosting Page's RENDER Method from a server control Pin
Nadia Monalisa13-Jan-08 2:14
Nadia Monalisa13-Jan-08 2:14 
Generalcreate pop up Pin
ptvce13-Jan-08 1:44
ptvce13-Jan-08 1:44 
GeneralRe: create pop up Pin
Abhijit Jana13-Jan-08 1:50
professionalAbhijit Jana13-Jan-08 1:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.