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

ASP.NET

 
QuestionHow can I execute query...? Pin
Vanamaindia29-Jan-08 2:47
Vanamaindia29-Jan-08 2:47 
AnswerRe: How can I execute query...? Pin
Vasudevan Deepak Kumar29-Jan-08 4:17
Vasudevan Deepak Kumar29-Jan-08 4:17 
QuestionHow to Bind or Set Pin
Bhaskar14198529-Jan-08 2:33
Bhaskar14198529-Jan-08 2:33 
QuestionNeed help with Panels in ASP.NET Pin
Jats_4ru29-Jan-08 1:29
Jats_4ru29-Jan-08 1:29 
GeneralRe: Need help with Panels in ASP.NET Pin
bhanu1234529-Jan-08 2:13
bhanu1234529-Jan-08 2:13 
Questionasp.net Pin
pboraste29-Jan-08 0:30
pboraste29-Jan-08 0:30 
GeneralRe: asp.net Pin
Vasudevan Deepak Kumar29-Jan-08 1:11
Vasudevan Deepak Kumar29-Jan-08 1:11 
Questionsave image with specific dimension urgent ?? Pin
Tridip Bhattacharjee29-Jan-08 0:13
professionalTridip Bhattacharjee29-Jan-08 0:13 
here i am giving my code which basically save image to gif file.

System.IO.MemoryStream ms = new System.IO.MemoryStream(imageBytes);
System.Drawing.Image img = System.Drawing.Image.FromStream(ms);
img.RotateFlip(System.Drawing.RotateFlipType.Rotate270FlipXY);
img.Save(fileName);
ms.Close();

here imageBytes hold byte of data and this code save whole data to a .gif file.
but i want know how can i save image with above code specifying dimension as a example 640*480.

so plzz manipulate my code in such a way as a result image can be saved with size called 640*480.
plzz give me a sample code or manipulate my code. plzz help urgent.

tbhattacharjee

AnswerRe: save image with specific dimension urgent ?? Pin
Venkatesh Mookkan29-Jan-08 0:47
Venkatesh Mookkan29-Jan-08 0:47 
AnswerRe: save image with specific dimension urgent ?? Pin
newc129-Jan-08 1:00
newc129-Jan-08 1:00 
AnswerRe: save image with specific dimension urgent ?? Pin
Vasudevan Deepak Kumar29-Jan-08 1:14
Vasudevan Deepak Kumar29-Jan-08 1:14 
Generalidentity impersonate="true" error [modified] Pin
Boshkash28-Jan-08 22:38
Boshkash28-Jan-08 22:38 
GeneralRe: identity impersonate="true" error Pin
Bassam Saoud28-Jan-08 22:49
Bassam Saoud28-Jan-08 22:49 
GeneralPerformance Benchmarking Pin
Bassam Saoud28-Jan-08 22:33
Bassam Saoud28-Jan-08 22:33 
GeneralRe: Performance Benchmarking Pin
Sandeep Akhare28-Jan-08 22:54
Sandeep Akhare28-Jan-08 22:54 
GeneralRe: Performance Benchmarking Pin
Bassam Saoud28-Jan-08 23:05
Bassam Saoud28-Jan-08 23:05 
GeneralRe: Performance Benchmarking Pin
Mark Churchill28-Jan-08 23:48
Mark Churchill28-Jan-08 23:48 
GeneralRe: Performance Benchmarking Pin
Bassam Saoud29-Jan-08 1:18
Bassam Saoud29-Jan-08 1:18 
GeneralRe: Performance Benchmarking Pin
Mark Churchill29-Jan-08 2:06
Mark Churchill29-Jan-08 2:06 
QuestionHow to create a .dll of a VS-2005 New --> Website Pin
Bikash Patra28-Jan-08 22:21
Bikash Patra28-Jan-08 22:21 
GeneralRe: How to create a .dll of a VS-2005 New --> Website Pin
Bassam Saoud28-Jan-08 22:39
Bassam Saoud28-Jan-08 22:39 
GeneralRe: How to create a .dll of a VS-2005 New --> Website Pin
RajeevKumarSharma29-Jan-08 0:33
RajeevKumarSharma29-Jan-08 0:33 
Generalset dropdownlist default value Pin
eyeseetee28-Jan-08 22:20
eyeseetee28-Jan-08 22:20 
GeneralRe: set dropdownlist default value Pin
bhanu1234528-Jan-08 22:24
bhanu1234528-Jan-08 22:24 
GeneralRe: set dropdownlist default value Pin
eyeseetee28-Jan-08 22:35
eyeseetee28-Jan-08 22:35 

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.