Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements

8 Posted Topics

Member Avatar for munna_001

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Head> <h:talkId s:mustknow="1" xmlns:h="urn:schemas-test:testgate:hotel:2012-06">sfasfasfasfsfsf/h:talkidId> </s:Head> <s:Body> <bookHotelResponse xmlns="urn:schemas-test:testgate:hotel:2012-06" xmlns:d="http://someURL" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <d:bookingReference>123456</d:bookingReference> <d:bookingStatus>successful</d:bookingStatus> <d:price xmlns:d="moreURL"> <b:total>105</b:total> </d:price> </bookHotelResponse> </s:Body> </s:Envelope> want to read the bookingStatus and total from the soap message above using xmldocument and xpath but does not work i am using the code below XmlDocument document = …

Member Avatar for geniusvishal
0
173
Member Avatar for rotten69

drinks1.sort(compare) in this case compare will be replaced by the function inside it i.e. it will be drinks1.sort (function compare(x, y) {return x - y;}). this is closure style coding. for closure explanation, refer - http://www.javascriptkit.com/javatutors/closures.shtml . also to refer how this sort function works refer to http://www.javascriptkit.com/javatutors/arraysort.shtml

Member Avatar for pritaeas
0
278
Member Avatar for munna_001

i am writing parameterized insert query uisng asp but get the following error --------------//error Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.line 34 -------------------- i have table in MSSQL column name (item_name nvarchar 20) asp code ---------- itemname=request.form("itemname") cm.commandtext="insert into …

Member Avatar for BandiRanjith
0
4K
Member Avatar for munna_001

hi i have to search based on opening and closing times of shops. e.g. opening time of one is from 9 am to 11 pm another can be 5 am to nextday 2 am. e.g of sample data below [CODE] ShopID open time close time shop1 10am 11pm shop2 6am …

Member Avatar for munna_001
0
162
Member Avatar for skyboy

select name, (score1+score2+score3)as total from table1 table1 - name of your table hope this helps you

Member Avatar for 1seo
0
84
Member Avatar for munna_001

userid | personID | positionID 712 | 912 | 8 713 | 814 | 15 516 | 811 | 9 712 | 912 | 9 713 | 814 | 15 from the above table i have to find out userID of the person who has different multiple postion. i.e my …

Member Avatar for jbisono
0
127
Member Avatar for munna_001

hi i want to create to automated ASP scripts. this what i am planing - -user goes to website, inputs the time, clicks submit -the script than should run everday at specified time any suggestion will be hightly appreciated

Member Avatar for seagulf
0
77
Member Avatar for munna_001

I am very new c# , the code i wrote constantly sends the data to console i.e console.writeline. the class is called generate_data i created another GUI class that contains a textbox. i want to redirect all the output of generate_data to the textbox. everytime generate_data class produces output it …

Member Avatar for munna_001
0
274

The End.