Click here to Skip to main content
15,881,882 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Exception handling Pin
Colin Angus Mackay19-Jul-06 2:30
Colin Angus Mackay19-Jul-06 2:30 
GeneralRe: Exception handling Pin
Not Active19-Jul-06 3:00
mentorNot Active19-Jul-06 3:00 
GeneralRe: Exception handling Pin
honeyman_can19-Jul-06 3:13
honeyman_can19-Jul-06 3:13 
GeneralRe: Exception handling Pin
Not Active19-Jul-06 3:29
mentorNot Active19-Jul-06 3:29 
AnswerRe: Exception handling Pin
Colin Angus Mackay19-Jul-06 2:26
Colin Angus Mackay19-Jul-06 2:26 
GeneralThanks dudes Pin
honeyman_can19-Jul-06 4:22
honeyman_can19-Jul-06 4:22 
AnswerRe: Exception handling Pin
Grapes-R-Fun19-Jul-06 16:20
Grapes-R-Fun19-Jul-06 16:20 
Questionxml and javascripting . [modified] Pin
ritu432119-Jul-06 1:38
ritu432119-Jul-06 1:38 
i want to pass a string from server side to the client side.
can anyone help me by doing so by xmlHttp Object in javscripting.

I had converted the string on server side to xml data first .

string strServerTime;
strServerTime = DateTime.Now.ToString();
strServerTime = "<?xml version='1.0'?><serverTime><time> " + strServerTime + " </time></serverTime>";
StringReader sr = new StringReader(strServerTime);
XmlDocument xmlDoc = new XmlDocument();
xmlDoc.Load(sr);

return xmlDoc;
and returned this object to client side .
on client side i had used xmlHttp.responseXML .but now i am not being able to
extract the child node to get the server time value.

can anyone please help me in this. its toooo urgent . OMG | :OMG:

-- modified at 7:39 Wednesday 19th July, 2006
AnswerRe: xml and javascripting . Pin
madhoo219-Jul-06 2:13
madhoo219-Jul-06 2:13 
GeneralRe: xml and javascripting . Pin
ritu432119-Jul-06 3:17
ritu432119-Jul-06 3:17 
QuestionCalendar in asp Pin
slSoftware19-Jul-06 0:23
slSoftware19-Jul-06 0:23 
AnswerRe: Calendar in asp Pin
_AK_19-Jul-06 0:31
_AK_19-Jul-06 0:31 
AnswerRe: Calendar in asp Pin
Vipin Venugopal19-Jul-06 1:42
Vipin Venugopal19-Jul-06 1:42 
QuestionWhat is this error Pin
slSoftware18-Jul-06 23:12
slSoftware18-Jul-06 23:12 
AnswerRe: What is this error Pin
Paddy Boyd19-Jul-06 0:35
Paddy Boyd19-Jul-06 0:35 
GeneralRe: What is this error Pin
slSoftware19-Jul-06 19:10
slSoftware19-Jul-06 19:10 
GeneralRe: What is this error Pin
Paddy Boyd19-Jul-06 22:07
Paddy Boyd19-Jul-06 22:07 
QuestionProblem with Button Events Pin
hasanali0018-Jul-06 23:11
hasanali0018-Jul-06 23:11 
AnswerRe: Problem with Button Events Pin
minhpc_bk19-Jul-06 16:38
minhpc_bk19-Jul-06 16:38 
GeneralRe: Problem with Button Events Pin
_AK_19-Jul-06 19:13
_AK_19-Jul-06 19:13 
GeneralRe: Problem with Button Events Pin
minhpc_bk19-Jul-06 23:39
minhpc_bk19-Jul-06 23:39 
GeneralRe: Problem with Button Events Pin
_AK_19-Jul-06 23:50
_AK_19-Jul-06 23:50 
Questionasp .net using vb Pin
sariya_jesus@yahoo.co.in18-Jul-06 23:07
sariya_jesus@yahoo.co.in18-Jul-06 23:07 
AnswerRe: asp .net using vb Pin
l0kke19-Jul-06 7:12
l0kke19-Jul-06 7:12 
QuestionState Machine Workflow, calling External Events Pin
chintan197918-Jul-06 22:40
chintan197918-Jul-06 22:40 

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.