Click here to Skip to main content
16,015,681 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem in Combo Box? Pin
Kasi Viswanathan12-Nov-07 22:37
Kasi Viswanathan12-Nov-07 22:37 
AnswerRe: Problem in Combo Box? Pin
Phil Osborne13-Nov-07 6:15
Phil Osborne13-Nov-07 6:15 
GeneralRe: Problem in Combo Box? Pin
Pete O'Hanlon13-Nov-07 22:17
mvePete O'Hanlon13-Nov-07 22:17 
QuestionDrag & Drop DIV using JavaScript Pin
Jay Bhagatwala12-Nov-07 0:17
Jay Bhagatwala12-Nov-07 0:17 
AnswerRe: Drag & Drop DIV using JavaScript Pin
Michael Sync12-Nov-07 2:01
Michael Sync12-Nov-07 2:01 
Questionignoring file extension [modified] Pin
Sunil Wise12-Nov-07 0:12
professionalSunil Wise12-Nov-07 0:12 
AnswerRe: ignoring file extension Pin
John-ph12-Nov-07 0:34
John-ph12-Nov-07 0:34 
GeneralRe: ignoring file extension Pin
Sunil Wise12-Nov-07 0:56
professionalSunil Wise12-Nov-07 0:56 
CS0120: An object reference is required for the nonstatic field, method, or property 'System.IO.FileSystemInfo.Extension.get'

Line 34: try
Line 35: {
Line 36: FileInfo thefile = new FileInfo(MapPath("RtfFilesPath") + "\\voice\\" + txtOriginalName.Text +FileInfo.Extension);
Line 37: if (thefile.Exists)
Line 38: {


iam getting this error it is not accepting extension key word
GeneralRe: ignoring file extension Pin
John-ph12-Nov-07 1:39
John-ph12-Nov-07 1:39 
GeneralRe: ignoring file extension Pin
Sunil Wise12-Nov-07 2:02
professionalSunil Wise12-Nov-07 2:02 
GeneralRe: ignoring file extension Pin
John-ph12-Nov-07 2:07
John-ph12-Nov-07 2:07 
Questionweb.config Pin
BasharatAli11-Nov-07 23:27
BasharatAli11-Nov-07 23:27 
AnswerRe: web.config Pin
John-ph11-Nov-07 23:44
John-ph11-Nov-07 23:44 
GeneralRe: web.config Pin
BasharatAli11-Nov-07 23:56
BasharatAli11-Nov-07 23:56 
GeneralRe: web.config Pin
John-ph12-Nov-07 0:05
John-ph12-Nov-07 0:05 
GeneralRe: web.config Pin
BasharatAli12-Nov-07 0:07
BasharatAli12-Nov-07 0:07 
GeneralRe: web.config Pin
John-ph12-Nov-07 0:12
John-ph12-Nov-07 0:12 
GeneralRe: web.config Pin
Paddy Boyd12-Nov-07 0:35
Paddy Boyd12-Nov-07 0:35 
GeneralRe: web.config Pin
BasharatAli12-Nov-07 0:58
BasharatAli12-Nov-07 0:58 
GeneralRe: web.config Pin
Paddy Boyd12-Nov-07 1:02
Paddy Boyd12-Nov-07 1:02 
GeneralRe: web.config Pin
Guffa12-Nov-07 1:47
Guffa12-Nov-07 1:47 
GeneralRe: web.config Pin
BasharatAli12-Nov-07 1:56
BasharatAli12-Nov-07 1:56 
GeneralRe: web.config Pin
John-ph12-Nov-07 2:38
John-ph12-Nov-07 2:38 
GeneralRe: web.config Pin
Guffa12-Nov-07 5:19
Guffa12-Nov-07 5:19 
GeneralRe: web.config Pin
BasharatAli12-Nov-07 17:18
BasharatAli12-Nov-07 17:18 

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.