Click here to Skip to main content
15,894,646 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Querystring issue Pin
bhavnvyas4-Dec-09 23:59
bhavnvyas4-Dec-09 23:59 
GeneralRe: Querystring issue Pin
sashidhar5-Dec-09 0:04
sashidhar5-Dec-09 0:04 
GeneralRe: Querystring issue Pin
bhavnvyas5-Dec-09 0:11
bhavnvyas5-Dec-09 0:11 
AnswerRe: Querystring issue Pin
Abhishek Sur5-Dec-09 9:43
professionalAbhishek Sur5-Dec-09 9:43 
QuestionImage resize in asp.net Pin
Any_India4-Dec-09 22:34
Any_India4-Dec-09 22:34 
AnswerRe: Image resize in asp.net Pin
keyur satyadev4-Dec-09 22:50
keyur satyadev4-Dec-09 22:50 
GeneralRe: Image resize in asp.net Pin
Any_India4-Dec-09 23:40
Any_India4-Dec-09 23:40 
GeneralRe: Image resize in asp.net Pin
keyur satyadev4-Dec-09 23:56
keyur satyadev4-Dec-09 23:56 
private static ImageCodecInfo GetImageCodec(string Ext)
            {
                  switch (Ext)
                  {
                        case ".jpg":
                              return ImageCodecInfo.GetImageEncoders()[1];
                        case ".gif":
                              return ImageCodecInfo.GetImageEncoders()[2];
                        case ".bmp":
                              return ImageCodecInfo.GetImageEncoders()[0];
                        case ".png":
                              return ImageCodecInfo.GetImageEncoders()[4];
                        case ".jpeg":
                              return ImageCodecInfo.GetImageEncoders()[1];
                        case ".tif":
                              return ImageCodecInfo.GetImageEncoders()[3];
                        case ".jpe":
                              return ImageCodecInfo.GetImageEncoders()[1];
                        case ".jfif":
                              return ImageCodecInfo.GetImageEncoders()[1];
                        case ".tiff":
                              return ImageCodecInfo.GetImageEncoders()[3];
                        default:
                              return ImageCodecInfo.GetImageEncoders()[1];
                  }
            }

Regards
Keyur Satyadev

GeneralRe: Image resize in asp.net Pin
macielaf14-Aug-13 9:56
macielaf14-Aug-13 9:56 
AnswerRe: Image resize in asp.net Pin
sashidhar4-Dec-09 23:50
sashidhar4-Dec-09 23:50 
GeneralRe: Image resize in asp.net Pin
macielaf15-Aug-13 5:32
macielaf15-Aug-13 5:32 
Questionhelp me Pin
vbmadhavi4-Dec-09 21:38
vbmadhavi4-Dec-09 21:38 
AnswerRe: help me Pin
keyur satyadev4-Dec-09 21:48
keyur satyadev4-Dec-09 21:48 
AnswerRe: help me Pin
sashidhar4-Dec-09 22:04
sashidhar4-Dec-09 22:04 
AnswerRe: help me Pin
<<Tash18>>4-Dec-09 22:32
<<Tash18>>4-Dec-09 22:32 
QuestionASP.NET MCV Pin
mpavas4-Dec-09 21:17
mpavas4-Dec-09 21:17 
QuestionAspDotNetStoreFront Skinning Pin
22084-Dec-09 17:10
22084-Dec-09 17:10 
AnswerRe: AspDotNetStoreFront Skinning Pin
Adam Maras4-Dec-09 17:45
Adam Maras4-Dec-09 17:45 
GeneralRe: AspDotNetStoreFront Skinning Pin
22084-Dec-09 20:05
22084-Dec-09 20:05 
QuestionPrevious Page Pin
Munteanu Ciprian4-Dec-09 9:14
Munteanu Ciprian4-Dec-09 9:14 
AnswerRe: Previous Page Pin
Abhishek Sur4-Dec-09 11:55
professionalAbhishek Sur4-Dec-09 11:55 
QuestionAJAX control Toolkit Accordion Control problem Pin
Faisal Khatri4-Dec-09 5:18
Faisal Khatri4-Dec-09 5:18 
AnswerRe: AJAX control Toolkit Accordion Control problem Pin
keyur satyadev4-Dec-09 21:36
keyur satyadev4-Dec-09 21:36 
AnswerRe: AJAX control Toolkit Accordion Control problem Pin
Mark Graham7-Dec-09 0:33
Mark Graham7-Dec-09 0:33 
RantPostBackUrl Pin
Munteanu Ciprian4-Dec-09 3:13
Munteanu Ciprian4-Dec-09 3:13 

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.