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

ASP.NET

 
GeneralRe: How to handle back button event of the browser? Pin
eyeseetee10-Jun-08 21:35
eyeseetee10-Jun-08 21:35 
AnswerRe: How to handle back button event of the browser? Pin
Vasudevan Deepak Kumar11-Jun-08 0:36
Vasudevan Deepak Kumar11-Jun-08 0:36 
Questionhi need difference in GridView, DataList, Repeater, DetailsView, FormView Pin
Senthil S10-Jun-08 18:45
Senthil S10-Jun-08 18:45 
AnswerRe: hi need difference in GridView, DataList, Repeater, DetailsView, FormView Pin
Christian Graus10-Jun-08 18:52
protectorChristian Graus10-Jun-08 18:52 
GeneralRe: hi need difference in GridView, DataList, Repeater, DetailsView, FormView Pin
Senthil S10-Jun-08 19:16
Senthil S10-Jun-08 19:16 
GeneralRe: hi need difference in GridView, DataList, Repeater, DetailsView, FormView Pin
N a v a n e e t h10-Jun-08 19:23
N a v a n e e t h10-Jun-08 19:23 
QuestionHow to select the predefined value which is already in the listbox? Pin
preetpal10-Jun-08 18:30
preetpal10-Jun-08 18:30 
QuestionHow to pass data from client to server in AJAX Pin
engsrini10-Jun-08 17:14
engsrini10-Jun-08 17:14 
Hi

I am creating a chat application using ajax asp .net 2.0, here whenever the user enter the text message and hit enter, i have to pass this message to server in ajax, i am doing it right now using the following code
url = 'Chat.aspx?action=chatmsg&u=' + userid +'&msg='+ txtMsg;

req = getAjax();


req.onreadystatechange = function(){
//alert("req.readyState  "+req.readyState);
    if( req.readyState == 4 && req.status == 200 ) {
        updateAll();
    }

}

req.open( 'GET', url, true );
req.send( null );


but the problem is some time the txtmsg (user entered message would be in html code). how to pass html formatted message to server using ajax.

Please help
Thanks
SRini
AnswerRe: How to pass data from client to server in AJAX Pin
Parwej Ahamad10-Jun-08 17:28
professionalParwej Ahamad10-Jun-08 17:28 
GeneralRe: How to pass data from client to server in AJAX Pin
Christian Graus10-Jun-08 17:35
protectorChristian Graus10-Jun-08 17:35 
GeneralRe: How to pass data from client to server in AJAX Pin
Parwej Ahamad10-Jun-08 17:41
professionalParwej Ahamad10-Jun-08 17:41 
GeneralRe: How to pass data from client to server in AJAX Pin
engsrini10-Jun-08 18:08
engsrini10-Jun-08 18:08 
AnswerRe: How to pass data from client to server in AJAX Pin
Christian Graus10-Jun-08 17:33
protectorChristian Graus10-Jun-08 17:33 
GeneralRe: How to pass data from client to server in AJAX Pin
engsrini10-Jun-08 18:06
engsrini10-Jun-08 18:06 
GeneralRe: How to pass data from client to server in AJAX Pin
Christian Graus10-Jun-08 18:11
protectorChristian Graus10-Jun-08 18:11 
GeneralRe: How to pass data from client to server in AJAX Pin
engsrini10-Jun-08 18:43
engsrini10-Jun-08 18:43 
Questionplugin / Addin framework for asp.net Pin
DarrollWalsh10-Jun-08 16:44
DarrollWalsh10-Jun-08 16:44 
QuestionSiteSearch does not work on server. Pin
Member 471549210-Jun-08 12:41
Member 471549210-Jun-08 12:41 
AnswerRe: SiteSearch does not work on server. Pin
Parwej Ahamad10-Jun-08 17:25
professionalParwej Ahamad10-Jun-08 17:25 
AnswerRe: SiteSearch does not work on server. Pin
eyeseetee10-Jun-08 21:31
eyeseetee10-Jun-08 21:31 
QuestionGridview Footer Totals = Subtotal - discount Pin
Sarfaraj Ahmed10-Jun-08 11:04
Sarfaraj Ahmed10-Jun-08 11:04 
AnswerRe: Gridview Footer Totals = Subtotal - discount Pin
Parwej Ahamad10-Jun-08 17:35
professionalParwej Ahamad10-Jun-08 17:35 
QuestionProblem Formatting a String inside a 3rd-party component [modified] Pin
Nostrom010-Jun-08 8:33
Nostrom010-Jun-08 8:33 
AnswerRe: Problem Formatting a String inside a 3rd-party component Pin
Parwej Ahamad10-Jun-08 17:31
professionalParwej Ahamad10-Jun-08 17:31 
QuestionAJAX: SimpleWebServices is not defined Pin
pankazmittal10-Jun-08 8:03
pankazmittal10-Jun-08 8:03 

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.