Click here to Skip to main content
15,867,835 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: URL Rewriting Pin
MaheshPandian24-Jan-13 2:28
MaheshPandian24-Jan-13 2:28 
QuestionHow to create loocal SMTP server in windows Pin
sani_alam23-Jan-13 23:59
sani_alam23-Jan-13 23:59 
AnswerRe: How to create loocal SMTP server in windows Pin
Richard MacCutchan24-Jan-13 1:54
mveRichard MacCutchan24-Jan-13 1:54 
QuestionHow to extract data of a table. Pin
anubhaw.gupta23-Jan-13 20:06
anubhaw.gupta23-Jan-13 20:06 
Questionhow to use ckeditor in asp.net? Pin
Daxiii23-Jan-13 0:09
Daxiii23-Jan-13 0:09 
AnswerRe: how to use ckeditor in asp.net? Pin
R. Giskard Reventlov23-Jan-13 5:31
R. Giskard Reventlov23-Jan-13 5:31 
AnswerRe: how to use ckeditor in asp.net? Pin
Sandeep Mewara23-Jan-13 8:20
mveSandeep Mewara23-Jan-13 8:20 
Questionhow resize this image before uploading Pin
Jassim Rahma22-Jan-13 8:44
Jassim Rahma22-Jan-13 8:44 
Hi,

I am using this code to upload using Ajaxuploader:

C#
using (Stream stream = item.OpenStream())
{
    using (System.Drawing.Image img = System.Drawing.Image.FromStream(stream))
    {
        img.Save(Server.MapPath(String.Format("{0}/{1}/posts/{2}/{3}.png", Application["MemberMediaDirectory"], Session["volow_member_guid"], RouteData.Values["GUID"], image_guid)), ImageFormat.Png);
    }
}

I want to know how can I resize the image before uploading to 906width X 360height?


Technology News @ www.JassimRahma.com

AnswerRe: how resize this image before uploading Pin
jkirkerx22-Jan-13 12:25
professionaljkirkerx22-Jan-13 12:25 
AnswerRe: how resize this image before uploading Pin
Richard Deeming23-Jan-13 1:53
mveRichard Deeming23-Jan-13 1:53 
QuestionIssue in web farm scenario deployment ASP.NET Pin
mukeshgaharwar21-Jan-13 19:20
mukeshgaharwar21-Jan-13 19:20 
AnswerRe: Issue in web farm scenario deployment ASP.NET Pin
Sandeep Mewara22-Jan-13 2:41
mveSandeep Mewara22-Jan-13 2:41 
QuestionWebResponse Pin
pit's_world21-Jan-13 1:50
pit's_world21-Jan-13 1:50 
AnswerRe: WebResponse Pin
Ali Al Omairi(Abu AlHassan)21-Jan-13 4:05
professionalAli Al Omairi(Abu AlHassan)21-Jan-13 4:05 
Questioncolumn 'member_channel_name' does not belong to table Pin
Jassim Rahma20-Jan-13 9:57
Jassim Rahma20-Jan-13 9:57 
AnswerRe: column 'member_channel_name' does not belong to table Pin
Brij20-Jan-13 21:52
mentorBrij20-Jan-13 21:52 
JokeRe: column 'member_channel_name' does not belong to table Pin
jkirkerx22-Jan-13 12:32
professionaljkirkerx22-Jan-13 12:32 
QuestionPost and Get process ASP.NET MVC Pin
PatrikSkywalker20-Jan-13 5:10
PatrikSkywalker20-Jan-13 5:10 
AnswerRe: Post and Get process ASP.NET MVC Pin
Deflinek21-Jan-13 3:23
Deflinek21-Jan-13 3:23 
QuestionResource files show empty content Pin
Ali Al Omairi(Abu AlHassan)19-Jan-13 23:19
professionalAli Al Omairi(Abu AlHassan)19-Jan-13 23:19 
AnswerRe: Resource files show empty content Pin
Sandeep Mewara20-Jan-13 1:18
mveSandeep Mewara20-Jan-13 1:18 
GeneralRe: Resource files show empty content Pin
Ali Al Omairi(Abu AlHassan)20-Jan-13 1:51
professionalAli Al Omairi(Abu AlHassan)20-Jan-13 1:51 
GeneralRe: Resource files show empty content Pin
Sandeep Mewara20-Jan-13 3:01
mveSandeep Mewara20-Jan-13 3:01 
QuestionViewState not working in UserControl Pin
Jassim Rahma19-Jan-13 5:29
Jassim Rahma19-Jan-13 5:29 
AnswerRe: ViewState not working in UserControl Pin
jkirkerx19-Jan-13 18:35
professionaljkirkerx19-Jan-13 18: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.