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

ASP.NET

 
GeneralRe: Multiple Postback on my Page Pin
Riza Azmi31-Oct-07 20:47
Riza Azmi31-Oct-07 20:47 
GeneralRe: Multiple Postback on my Page Pin
Atif Ali Bhatti31-Oct-07 20:52
Atif Ali Bhatti31-Oct-07 20:52 
GeneralRe: Multiple Postback on my Page Pin
Riza Azmi31-Oct-07 21:04
Riza Azmi31-Oct-07 21:04 
GeneralRe: Multiple Postback on my Page Pin
Atif Ali Bhatti31-Oct-07 21:07
Atif Ali Bhatti31-Oct-07 21:07 
QuestionFailed to map the path App_GlobalResources Pin
Sun Rays31-Oct-07 19:33
Sun Rays31-Oct-07 19:33 
QuestionAJAX xmlhttp.status==500 Pin
Puneet Narang31-Oct-07 19:26
Puneet Narang31-Oct-07 19:26 
AnswerRe: AJAX xmlhttp.status==500 Pin
Vasudevan Deepak Kumar31-Oct-07 20:15
Vasudevan Deepak Kumar31-Oct-07 20:15 
GeneralRe: AJAX xmlhttp.status==500 Pin
Puneet Narang31-Oct-07 20:45
Puneet Narang31-Oct-07 20:45 
Hi Vasudevan
plz read the code and the comments also

if(this.xmlhttp.readyState==4 ) // this is coming 4 so got into the condition
{
if(this.xmlhttp.status==200) //getting 500 not able to get into condition
{
var row = this.xmlhttp.responseXML.selectNodes(".//");
alert(row[1].text);
ph.innerHTML = row[1].text;
}
.....
}

Thanks & Regards

Puneet Narang
Software Developer(.net)
email: puneet72narang@yahoo.com

Questionhow i can change Pin
jagadeeshkumar198431-Oct-07 18:58
jagadeeshkumar198431-Oct-07 18:58 
QuestionHow to avoid Master Page Javascript Event in aspx Pin
VenkataRamana.Gali31-Oct-07 18:57
VenkataRamana.Gali31-Oct-07 18:57 
AnswerRe: How to avoid Master Page Javascript Event in aspx Pin
Christian Graus31-Oct-07 19:02
protectorChristian Graus31-Oct-07 19:02 
GeneralRe: How to avoid Master Page Javascript Event in aspx Pin
VenkataRamana.Gali31-Oct-07 19:59
VenkataRamana.Gali31-Oct-07 19:59 
AnswerHow to avoid Master Page Javascript Event in aspx Pin
Sarani Ravindran31-Oct-07 23:29
Sarani Ravindran31-Oct-07 23:29 
QuestionMultilingual Site Pin
I Never Look Behind31-Oct-07 18:53
I Never Look Behind31-Oct-07 18:53 
AnswerRe: Multilingual Site Pin
Christian Graus31-Oct-07 18:55
protectorChristian Graus31-Oct-07 18:55 
QuestionXML Prob Pin
G.K.M.31-Oct-07 18:52
G.K.M.31-Oct-07 18:52 
AnswerRe: XML Prob Pin
Christian Graus31-Oct-07 18:58
protectorChristian Graus31-Oct-07 18:58 
GeneralRe: XML Prob Pin
Sandeep Akhare31-Oct-07 20:18
Sandeep Akhare31-Oct-07 20:18 
QuestionSearch in application Pin
santhoshmohan31-Oct-07 18:27
santhoshmohan31-Oct-07 18:27 
AnswerRe: Search in application Pin
Christian Graus31-Oct-07 19:00
protectorChristian Graus31-Oct-07 19:00 
AnswerRe: Search in application Pin
Thavika31-Oct-07 21:06
Thavika31-Oct-07 21:06 
QuestionMENU ITEM Pin
santhoshmohan31-Oct-07 18:26
santhoshmohan31-Oct-07 18:26 
QuestionAJAX UpdatePanel not passing out the value Pin
J Liang31-Oct-07 18:03
J Liang31-Oct-07 18:03 
AnswerAJAX UpdatePanel not passing out the value Pin
Sarani Ravindran31-Oct-07 20:17
Sarani Ravindran31-Oct-07 20:17 
AnswerAJAX UpdatePanel not passing out the value Pin
Sarani Ravindran31-Oct-07 20:20
Sarani Ravindran31-Oct-07 20:20 

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.