Click here to Skip to main content
15,892,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Repost Pin
R. Giskard Reventlov6-Jul-10 23:28
R. Giskard Reventlov6-Jul-10 23:28 
GeneralRe: Repost Pin
Sandeep Mewara6-Jul-10 23:33
mveSandeep Mewara6-Jul-10 23:33 
GeneralRe: Repost Pin
R. Giskard Reventlov7-Jul-10 0:30
R. Giskard Reventlov7-Jul-10 0:30 
GeneralRe: Repost Pin
Sandeep Mewara7-Jul-10 0:31
mveSandeep Mewara7-Jul-10 0:31 
Questionmotionless analog clock Pin
Hemant Thaker6-Jul-10 21:06
Hemant Thaker6-Jul-10 21:06 
AnswerRe: motionless analog clock Pin
Sandeep Mewara6-Jul-10 23:30
mveSandeep Mewara6-Jul-10 23:30 
JokeRe: motionless analog clock Pin
Hemant Thaker7-Jul-10 5:53
Hemant Thaker7-Jul-10 5:53 
QuestionUpload File error Pin
Member 32222646-Jul-10 20:37
Member 32222646-Jul-10 20:37 
I am using VS 2010

In aspx ihave

<form id="form1" runat="server" enctype="multipart/form-data">
<div>
File:


</div>
<input id="Up" type="file" />
&nbsp&nbsp
<asp:Button ID="btn_Save" runat="server" onclick="btn_Save_Click" />
</form>

in code behind i have
using System.IO;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
if ((File1.PostedFile != null)
{

}
else
{

}
I am getting null reference exception.. Please help

How to get file name,path and file Extension
AnswerRe: Upload File error Pin
R. Giskard Reventlov6-Jul-10 22:30
R. Giskard Reventlov6-Jul-10 22:30 
AnswerRe: Upload File error Pin
Sandeep Mewara6-Jul-10 23:38
mveSandeep Mewara6-Jul-10 23:38 
QuestionASP.Net Crystal Reports Pin
indian1436-Jul-10 15:24
indian1436-Jul-10 15:24 
AnswerRe: ASP.Net Crystal Reports Pin
Sandeep Mewara6-Jul-10 19:14
mveSandeep Mewara6-Jul-10 19:14 
GeneralRe: ASP.Net Crystal Reports Pin
indian1436-Jul-10 19:16
indian1436-Jul-10 19:16 
GeneralRe: ASP.Net Crystal Reports Pin
Sandeep Mewara6-Jul-10 19:20
mveSandeep Mewara6-Jul-10 19:20 
Questionrdlc Pin
Thanusree Duth6-Jul-10 0:35
Thanusree Duth6-Jul-10 0:35 
AnswerRe: rdlc Pin
The Man from U.N.C.L.E.6-Jul-10 8:05
The Man from U.N.C.L.E.6-Jul-10 8:05 
Questionneed detail info about session [modified] Pin
dittu75-Jul-10 23:40
dittu75-Jul-10 23:40 
AnswerRe: need detail info about session Pin
Ankur\m/6-Jul-10 0:07
professionalAnkur\m/6-Jul-10 0:07 
AnswerRe: need detail info about session Pin
raju melveetilpurayil6-Jul-10 1:48
professionalraju melveetilpurayil6-Jul-10 1:48 
GeneralRe: need detail info about session Pin
dittu76-Jul-10 23:00
dittu76-Jul-10 23:00 
GeneralRe: need detail info about session Pin
raju melveetilpurayil7-Jul-10 7:25
professionalraju melveetilpurayil7-Jul-10 7:25 
QuestionAccess value from dynamically generated textboxes in the gridview. Pin
anada88865-Jul-10 20:41
anada88865-Jul-10 20:41 
AnswerRe: Access value from dynamically generated textboxes in the gridview. Pin
m@dhu5-Jul-10 22:20
m@dhu5-Jul-10 22:20 
AnswerRe: Access value from dynamically generated textboxes in the gridview. Pin
anada88866-Jul-10 0:33
anada88866-Jul-10 0:33 
QuestionGridrow Pin
bigphish5-Jul-10 19:49
bigphish5-Jul-10 19:49 

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.