Click here to Skip to main content
15,891,943 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: help me!!! Could not find a part of the path "D:\". Pin
Guffa9-Aug-08 23:34
Guffa9-Aug-08 23:34 
QuestionRe: help me!!! Could not find a part of the path "D:\". Pin
Nafiseh Salmani9-Aug-08 23:42
Nafiseh Salmani9-Aug-08 23:42 
AnswerRe: help me!!! Could not find a part of the path "D:\". Pin
Guffa10-Aug-08 13:54
Guffa10-Aug-08 13:54 
AnswerRe: help me!!! Could not find a part of the path "D:\". Pin
Christian Graus10-Aug-08 0:43
protectorChristian Graus10-Aug-08 0:43 
GeneralRe: help me!!! Could not find a part of the path "D:\". Pin
Nafiseh Salmani10-Aug-08 1:05
Nafiseh Salmani10-Aug-08 1:05 
GeneralRe: help me!!! Could not find a part of the path "D:\". Pin
Christian Graus10-Aug-08 2:06
protectorChristian Graus10-Aug-08 2:06 
AnswerRe: help me!!! Could not find a part of the path "D:\". Pin
nyeboy10-Aug-08 23:45
nyeboy10-Aug-08 23:45 
QuestionSave int on page with Viewstate Pin
abbd9-Aug-08 23:01
abbd9-Aug-08 23:01 
Hi,

i would saving a int in variable, When there is the post of variable, I want this record remains variable in the page despite updating the page, I do as follows:
public string s;
 
protected void Page_Load(object sender, EventArgs e)
        { if (Request.Form["champ"] != "")
                { s = Request.Form["champ"]; }
 
 
 
 
        ViewState["s"] = s;
        string s1 = ViewState["s"].ToString();
        
 
}


an error was shows : The reference object is not defined by an instance of an object , on line : string s1 = ViewState["s"].ToString();



Please help me to resolve this great problem, thank you very mutch.
AnswerRe: Save int on page with Viewstate Pin
MoustafaS10-Aug-08 11:53
MoustafaS10-Aug-08 11:53 
AnswerRe: Save int on page with Viewstate Pin
nyeboy10-Aug-08 23:35
nyeboy10-Aug-08 23:35 
QuestionDownloading File From The Web Server When Update Panel Is Used In ASP .NET Pin
summon_199-Aug-08 19:17
summon_199-Aug-08 19:17 
AnswerRe: Downloading File From The Web Server When Update Panel Is Used In ASP .NET Pin
Paul Conrad9-Aug-08 19:18
professionalPaul Conrad9-Aug-08 19:18 
GeneralRe: Downloading File From The Web Server When Update Panel Is Used In ASP .NET Pin
summon_199-Aug-08 19:20
summon_199-Aug-08 19:20 
GeneralRe: Downloading File From The Web Server When Update Panel Is Used In ASP .NET Pin
Paul Conrad9-Aug-08 19:24
professionalPaul Conrad9-Aug-08 19:24 
GeneralRe: Downloading File From The Web Server When Update Panel Is Used In ASP .NET Pin
summon_199-Aug-08 19:21
summon_199-Aug-08 19:21 
GeneralRe: Downloading File From The Web Server When Update Panel Is Used In ASP .NET Pin
Paul Conrad9-Aug-08 19:22
professionalPaul Conrad9-Aug-08 19:22 
GeneralRe: Downloading File From The Web Server When Update Panel Is Used In ASP .NET Pin
summon_199-Aug-08 19:46
summon_199-Aug-08 19:46 
GeneralRe: Downloading File From The Web Server When Update Panel Is Used In ASP .NET Pin
Paul Conrad9-Aug-08 19:50
professionalPaul Conrad9-Aug-08 19:50 
GeneralRe: Downloading File From The Web Server When Update Panel Is Used In ASP .NET Pin
Paul Conrad9-Aug-08 19:51
professionalPaul Conrad9-Aug-08 19:51 
GeneralRe: Downloading File From The Web Server When Update Panel Is Used In ASP .NET Pin
summon_199-Aug-08 19:51
summon_199-Aug-08 19:51 
QuestionHow to send mail from multiple threads simultaneously and get notified of delivery? Pin
Waleed Eissa9-Aug-08 17:09
Waleed Eissa9-Aug-08 17:09 
AnswerRe: How to send mail from multiple threads simultaneously and get notified of delivery? Pin
Waleed Eissa9-Aug-08 22:13
Waleed Eissa9-Aug-08 22:13 
QuestionWebsite header Pin
NewToAspDotNet9-Aug-08 7:16
NewToAspDotNet9-Aug-08 7:16 
AnswerRe: Website header Pin
Paul Conrad9-Aug-08 7:42
professionalPaul Conrad9-Aug-08 7:42 
AnswerRe: Website header Pin
doWhileSomething9-Aug-08 11:06
doWhileSomething9-Aug-08 11:06 

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.