Click here to Skip to main content
15,914,163 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionClassid for adobe profesional 7.0 Pin
rudemusik28-Apr-07 9:26
rudemusik28-Apr-07 9:26 
QuestionStore Objects in Web.config Pin
Tarik Guney28-Apr-07 8:36
Tarik Guney28-Apr-07 8:36 
AnswerRe: Store Objects in Web.config Pin
Colin Angus Mackay28-Apr-07 8:58
Colin Angus Mackay28-Apr-07 8:58 
GeneralRe: Store Objects in Web.config Pin
Tarik Guney28-Apr-07 9:21
Tarik Guney28-Apr-07 9:21 
GeneralRe: Store Objects in Web.config Pin
Colin Angus Mackay28-Apr-07 9:40
Colin Angus Mackay28-Apr-07 9:40 
AnswerRe: Store Objects in Web.config Pin
Arun.Immanuel28-Apr-07 15:17
Arun.Immanuel28-Apr-07 15:17 
GeneralRe: Store Objects in Web.config Pin
Tarik Guney28-Apr-07 21:55
Tarik Guney28-Apr-07 21:55 
QuestionAjax question Pin
Scott Rider28-Apr-07 5:32
Scott Rider28-Apr-07 5:32 
I've converted http://www.codeproject.com/Ajax/logclientsidejserrors2srv.asp[^] into

string input=new StreamReader(HttpContext.Current.Request.InputStream).ReadToEnd();
... some processing
HttpContext.Current.Response.ContentType="text/plain";
StreamWriter output=new StreamWriter(HttpContext.Current.Response.OutputStream,new System.Text.UTF8Encoding());
output.Write(... returning info);
output.Flush();
output.Close();

My question is what am I missing that would complete the Ajax cycle and return text back to the calling page?



Scott Rider
www.scottrider.com

AnswerRe: Ajax question Pin
Christian Graus28-Apr-07 15:24
protectorChristian Graus28-Apr-07 15:24 
GeneralRe: Ajax question Pin
Scott Rider28-Apr-07 15:46
Scott Rider28-Apr-07 15:46 
GeneralRe: Ajax question Pin
Christian Graus28-Apr-07 16:27
protectorChristian Graus28-Apr-07 16:27 
GeneralRe: Ajax question Pin
Scott Rider28-Apr-07 16:30
Scott Rider28-Apr-07 16:30 
QuestionCheckboxLists Pin
satyanarayana raju28-Apr-07 3:55
satyanarayana raju28-Apr-07 3:55 
AnswerRe: CheckboxLists Pin
Mazdak28-Apr-07 10:36
Mazdak28-Apr-07 10:36 
QuestionCrystal Report Pin
.NET- India 28-Apr-07 2:34
.NET- India 28-Apr-07 2:34 
AnswerRe: Crystal Report Pin
Mazdak28-Apr-07 10:29
Mazdak28-Apr-07 10:29 
QuestionHow do i open a text file on a button click Pin
www.Developerof.NET28-Apr-07 1:34
www.Developerof.NET28-Apr-07 1:34 
AnswerRe: How do i open a text file on a button click Pin
xibeifeijian28-Apr-07 4:29
xibeifeijian28-Apr-07 4:29 
GeneralRe: How do i open a text file on a button click Pin
xibeifeijian28-Apr-07 5:30
xibeifeijian28-Apr-07 5:30 
GeneralRe: How do i open a text file on a button click Pin
www.Developerof.NET28-Apr-07 20:37
www.Developerof.NET28-Apr-07 20:37 
GeneralRe: How do i open a text file on a button click Pin
xibeifeijian29-Apr-07 3:50
xibeifeijian29-Apr-07 3:50 
GeneralRe: How do i open a text file on a button click Pin
The Texas Rattle Snake26-Jul-07 21:22
The Texas Rattle Snake26-Jul-07 21:22 
Questiondatagrid problem Pin
sra2228-Apr-07 1:26
sra2228-Apr-07 1:26 
AnswerRe: datagrid problem Pin
Mazdak28-Apr-07 10:41
Mazdak28-Apr-07 10:41 
QuestionCheckbox Pin
Yogi Pandey28-Apr-07 1:25
Yogi Pandey28-Apr-07 1:25 

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.