Click here to Skip to main content
15,888,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Assembly Erro Pin
SeMartens7-Dec-09 20:39
SeMartens7-Dec-09 20:39 
AnswerRe: Assembly Erro Pin
saini arun7-Dec-09 20:41
saini arun7-Dec-09 20:41 
AnswerRe: Assembly Erro Pin
Vimalsoft(Pty) Ltd7-Dec-09 21:28
professionalVimalsoft(Pty) Ltd7-Dec-09 21:28 
QuestionModelpopup extender problem Pin
Jagz W7-Dec-09 19:05
professionalJagz W7-Dec-09 19:05 
QuestionMaster Page Pin
Munteanu Ciprian7-Dec-09 18:51
Munteanu Ciprian7-Dec-09 18:51 
AnswerRe: Master Page Pin
lalit147-Dec-09 19:29
lalit147-Dec-09 19:29 
AnswerRe: Master Page Pin
Dinesh Mani7-Dec-09 20:43
Dinesh Mani7-Dec-09 20:43 
QuestionTo get width and height of a image from server Pin
garga17-Dec-09 18:35
garga17-Dec-09 18:35 
Hi frnds,

I hv a code to get width and height of image in a file. Image is stored in folder and imagename in database.. I'm using asp.net 2.0 and sqlserver 2005.

Dim width,Height as integer
ImgPath = "~/Photos/" & ImgName
Dim fullSizeImg As System.Drawing.Image = System.Drawing.Image.FromFile(ImgPath)
width = fullSizeImg.Width
Height = fullSizeImg.Height

This works only in localhost. But after uploading to server it is not working. Is ther any other method to get the width and height of the image from server..?
AnswerRe: To get width and height of a image from server Pin
_Damian S_7-Dec-09 18:41
professional_Damian S_7-Dec-09 18:41 
GeneralRe: To get width and height of a image from server Pin
garga17-Dec-09 19:00
garga17-Dec-09 19:00 
GeneralRe: To get width and height of a image from server Pin
_Damian S_7-Dec-09 19:10
professional_Damian S_7-Dec-09 19:10 
GeneralRe: To get width and height of a image from server Pin
garga17-Dec-09 19:25
garga17-Dec-09 19:25 
Questionfileinfo object can't find file path Pin
marine887-Dec-09 17:58
marine887-Dec-09 17:58 
AnswerRe: fileinfo object can't find file path Pin
dan!sh 7-Dec-09 18:17
professional dan!sh 7-Dec-09 18:17 
GeneralRe: fileinfo object can't find file path Pin
marine888-Dec-09 0:15
marine888-Dec-09 0:15 
GeneralRe: fileinfo object can't find file path Pin
marine8817-Dec-09 5:40
marine8817-Dec-09 5:40 
QuestionHow to disable calender control in firefox Pin
attalurisubbu7-Dec-09 8:34
attalurisubbu7-Dec-09 8:34 
Questionneed a help regarding chat program in asp.net(c#) Pin
Amit Spadez7-Dec-09 0:48
professionalAmit Spadez7-Dec-09 0:48 
AnswerRe: need a help regarding chat program in asp.net(c#) Pin
Abhijit Jana7-Dec-09 1:01
professionalAbhijit Jana7-Dec-09 1:01 
AnswerRe: need a help regarding chat program in asp.net(c#) Pin
Abhishek Sur7-Dec-09 4:03
professionalAbhishek Sur7-Dec-09 4:03 
GeneralRe: need a help regarding chat program in asp.net(c#) Pin
dan!sh 7-Dec-09 6:26
professional dan!sh 7-Dec-09 6:26 
GeneralRe: need a help regarding chat program in asp.net(c#) Pin
Abhishek Sur7-Dec-09 6:39
professionalAbhishek Sur7-Dec-09 6:39 
QuestionPDF Download Error. Pin
nccs12346-Dec-09 21:51
nccs12346-Dec-09 21:51 
AnswerRe: PDF Download Error. Pin
Abhishek Sur7-Dec-09 0:48
professionalAbhishek Sur7-Dec-09 0:48 
GeneralRe: PDF Download Error. Pin
nccs12347-Dec-09 18:10
nccs12347-Dec-09 18:10 

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.