Click here to Skip to main content
16,005,080 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Upload a file to database Pin
mukesh.mr0323-Oct-07 23:57
mukesh.mr0323-Oct-07 23:57 
GeneralRe: Upload a file to database Pin
Christian Graus24-Oct-07 0:33
protectorChristian Graus24-Oct-07 0:33 
AnswerRe: Upload a file to database Pin
Imran Khan Pathan24-Oct-07 0:29
Imran Khan Pathan24-Oct-07 0:29 
QuestionSolve my probs plz..., Pin
Member 387988123-Oct-07 23:27
Member 387988123-Oct-07 23:27 
AnswerRe: Solve my probs plz..., Pin
Paul Conrad27-Oct-07 12:03
professionalPaul Conrad27-Oct-07 12:03 
QuestionFileupload issue Pin
Sunil Wise23-Oct-07 23:14
professionalSunil Wise23-Oct-07 23:14 
AnswerRe: Fileupload issue Pin
N a v a n e e t h23-Oct-07 23:20
N a v a n e e t h23-Oct-07 23:20 
GeneralRe: Fileupload issue Pin
Sunil Wise24-Oct-07 1:30
professionalSunil Wise24-Oct-07 1:30 
thanks for ur reply

i used
if (!File.Exist(Server.MapPath(YourvirtualPath)))
//Do file saving here
else //inform user

it says leading '.' or '!' can only appear inside with statement

so i made above code to
if (File.Exist(Server.MapPath(YourvirtualPath)))
//inform user
else
//Do file saving here

then also it is not working i tried to insert the file with same name the code is running into else part where as it has to be in the if condn what should i do plz help solve this problem
GeneralRe: Fileupload issue Pin
Sunil Wise24-Oct-07 2:56
professionalSunil Wise24-Oct-07 2:56 
AnswerRe: Fileupload issue Pin
Imran Khan Pathan23-Oct-07 23:24
Imran Khan Pathan23-Oct-07 23:24 
GeneralRe: Fileupload issue Pin
Sunil Wise24-Oct-07 1:30
professionalSunil Wise24-Oct-07 1:30 
QuestionApplication Pin
SreejithAchutan23-Oct-07 23:03
SreejithAchutan23-Oct-07 23:03 
AnswerRe: Application Pin
Christian Graus23-Oct-07 23:09
protectorChristian Graus23-Oct-07 23:09 
GeneralApplication Pin
SreejithAchutan23-Oct-07 23:26
SreejithAchutan23-Oct-07 23:26 
GeneralRe: Application Pin
Christian Graus23-Oct-07 23:35
protectorChristian Graus23-Oct-07 23:35 
QuestionTransfer checked rows empname(Gridview1) to another page Gridview2 Pin
subbu.sk23-Oct-07 22:53
subbu.sk23-Oct-07 22:53 
AnswerRe: Transfer checked rows empname(Gridview1) to another page Gridview2 Pin
Imran Khan Pathan23-Oct-07 23:09
Imran Khan Pathan23-Oct-07 23:09 
AnswerRe: Transfer checked rows empname(Gridview1) to another page Gridview2 Pin
N a v a n e e t h23-Oct-07 23:10
N a v a n e e t h23-Oct-07 23:10 
Questiongridview [modified] Pin
kiran@p2softech23-Oct-07 22:52
kiran@p2softech23-Oct-07 22:52 
AnswerRe: gridview Pin
Spunky Coder23-Oct-07 22:54
Spunky Coder23-Oct-07 22:54 
GeneralRe: gridview Pin
kiran@p2softech23-Oct-07 23:28
kiran@p2softech23-Oct-07 23:28 
AnswerRe: gridview Pin
Imran Khan Pathan23-Oct-07 23:01
Imran Khan Pathan23-Oct-07 23:01 
GeneralRe: gridview Pin
kiran@p2softech23-Oct-07 23:40
kiran@p2softech23-Oct-07 23:40 
AnswerRe: gridview Pin
Christian Graus23-Oct-07 23:11
protectorChristian Graus23-Oct-07 23:11 
QuestionTransfer checked rows empname(Gridview1) to another page Gridview2 Pin
subbu.sk23-Oct-07 22:52
subbu.sk23-Oct-07 22:52 

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.