Click here to Skip to main content
15,926,290 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
You can apply ScaleTransform opertaions to your image through the use of the Graphics object (Held within the System.Drawing namespace). The Graphics object is primarliy used for GDI+ drawing operations but also includes a number of transformation methods that should do what you require. You simply need to work out the required scale factor i.e. 480 / img.Height and then apply this using the Graphics object that has been created from your image.

Search for ScaleTransform with GDI+ and you should fined a load of articles on the subject.

Clean code is the key to happiness.

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 
GeneralRe: set dropdownlist default value Pin
Sandeep Akhare28-Jan-08 23:07
Sandeep Akhare28-Jan-08 23:07 
GeneralRe: set dropdownlist default value Pin
bhanu1234528-Jan-08 23:08
bhanu1234528-Jan-08 23:08 

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.