Click here to Skip to main content
15,908,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow do you....... Pin
cisco21035-Apr-07 8:35
cisco21035-Apr-07 8:35 
AnswerRe: How do you....... Pin
Not Active5-Apr-07 9:44
mentorNot Active5-Apr-07 9:44 
AnswerRe: How do you....... Pin
wEb GuRu...5-Apr-07 23:51
wEb GuRu...5-Apr-07 23:51 
QuestionError with Atlas Pin
peshawarcoder5-Apr-07 6:58
peshawarcoder5-Apr-07 6:58 
AnswerRe: Error with Atlas Pin
Sathesh Sakthivel5-Apr-07 7:23
Sathesh Sakthivel5-Apr-07 7:23 
GeneralRe: Error with Atlas Pin
Not Active5-Apr-07 8:17
mentorNot Active5-Apr-07 8:17 
GeneralRe: Error with Atlas Pin
peshawarcoder5-Apr-07 8:53
peshawarcoder5-Apr-07 8:53 
Questionobject reference is not instance of object Pin
_tasleem5-Apr-07 5:52
_tasleem5-Apr-07 5:52 
hi all, i m enhancing web applicaiton in vs 2003,it uses the softartisian software for file uploading,i have made a function for file uploading,when that function is called from asp:button handler it works fine,but when i call that function from Ajax,it gives above mentioned exception,here is the code that is in function
<br />
 pFileUp = new SoftArtisans.Net.FileUp(Context);//it works <br />
 SoftArtisans.Net.SaFile file = (SoftArtisans.Net.SaFile)   pFileUp.Form["file1"];//this line raises exception<br />

i m u this code from javascript
url="test.aspx?upload=yes"
xmlhttp.open("GET", url, true);
xmlhttp.send(null);

function it works fine when i call that from code behind of server control button handler, but not when from java script query string method of calling function

Regards.
Tasleem Arif

AnswerRe: object reference is not instance of object Pin
SABhatti6-Apr-07 4:21
SABhatti6-Apr-07 4:21 
Questionretreiving data from databse to web page Pin
Kunal P5-Apr-07 5:21
Kunal P5-Apr-07 5:21 
AnswerRe: retreiving data from databse to web page Pin
Naveed Kamboh5-Apr-07 5:27
Naveed Kamboh5-Apr-07 5:27 
GeneralRe: retreiving data from databse to web page Pin
Kunal P5-Apr-07 5:43
Kunal P5-Apr-07 5:43 
GeneralRe: retreiving data from databse to web page Pin
Sathesh Sakthivel5-Apr-07 6:32
Sathesh Sakthivel5-Apr-07 6:32 
QuestionRe: retreiving data from databse to web page Pin
Kunal P5-Apr-07 6:33
Kunal P5-Apr-07 6:33 
QuestionURLRewriting without Link to a File Pin
Succodimele5-Apr-07 4:17
Succodimele5-Apr-07 4:17 
QuestionIssues in Word Automation Pin
Sankara Narayana5-Apr-07 4:12
Sankara Narayana5-Apr-07 4:12 
AnswerRe: Issues in Word Automation Pin
ToddHileHoffer5-Apr-07 4:33
ToddHileHoffer5-Apr-07 4:33 
GeneralRe: Issues in Word Automation Pin
Sankara Narayana8-Apr-07 20:46
Sankara Narayana8-Apr-07 20:46 
QuestionASP.NET (Validation) Pin
dipendra09045-Apr-07 3:44
dipendra09045-Apr-07 3:44 
AnswerRe: ASP.NET (Validation) Pin
Not Active5-Apr-07 3:51
mentorNot Active5-Apr-07 3:51 
QuestionASP.NET (Validation) Pin
dipendra09045-Apr-07 3:43
dipendra09045-Apr-07 3:43 
AnswerRe: ASP.NET (Validation) Pin
Not Active5-Apr-07 3:53
mentorNot Active5-Apr-07 3:53 
AnswerRe: ASP.NET (Validation) Pin
Kunal P5-Apr-07 4:26
Kunal P5-Apr-07 4:26 
Questionwebparts in asp.net Pin
NidhiKanu5-Apr-07 3:21
professionalNidhiKanu5-Apr-07 3:21 
AnswerRe: webparts in asp.net Pin
Not Active5-Apr-07 3:26
mentorNot Active5-Apr-07 3:26 

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.