Click here to Skip to main content
15,911,762 members
Home / Discussions / Web Development
   

Web Development

 
GeneralDLLHosts.exe killing server processor Pin
JacquesDP4-Mar-08 18:38
JacquesDP4-Mar-08 18:38 
QuestionRe: DLLHosts.exe killing server processor Pin
Vasudevan Deepak Kumar5-Mar-08 19:21
Vasudevan Deepak Kumar5-Mar-08 19:21 
QuestionASP SMTP Emailer w/ Attachment Pin
aztazm4-Mar-08 16:17
aztazm4-Mar-08 16:17 
GeneralRe: ASP SMTP Emailer w/ Attachment Pin
Vasudevan Deepak Kumar5-Mar-08 19:22
Vasudevan Deepak Kumar5-Mar-08 19:22 
QuestionPlease help: Flash display problems - with DHTML on page - apple firefox only Pin
watchinthegame4-Mar-08 11:21
watchinthegame4-Mar-08 11:21 
GeneralRe: Please help: Flash display problems - with DHTML on page - apple firefox only Pin
Vasudevan Deepak Kumar5-Mar-08 19:24
Vasudevan Deepak Kumar5-Mar-08 19:24 
QuestionI need some help declaring a WSDL type Pin
theheartcollector4-Mar-08 5:53
theheartcollector4-Mar-08 5:53 
NewsRe: I need some help declaring a WSDL type Pin
theheartcollector4-Mar-08 12:29
theheartcollector4-Mar-08 12:29 
It seems that I can do something like this:

<xsd:element name="EndAuctionResponseItem">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="typens:AuctionStatusItem"/>
<xsd:element name="EndTime" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>

This works only if the "EndTime" element is simple type. If I replace it with an array (this is my actual goal), unfortunately, C# won't deserialize it Frown | :(
I even tried to create another element which contains the array and reference it in the "EndAuctionResponseItem" but still no luck. I used MS Soap toolkit 3.0 to look inside the SOAP envelope and everything seems OK... PHP sends the right construct I guess... (a complex array which contains 2 arrays: one composed of the 3 strings from "AuctionStatusItem" and another composed of the "typens:AuctionStatusItem" objects).

Please, somebody help... I'm running out of ideas... Cry | :((
Generalpassing values to XML file in asp.net webpage using C# Pin
elizabethsheeba4-Mar-08 4:04
elizabethsheeba4-Mar-08 4:04 
GeneralRe: passing values to XML file in asp.net webpage using C# Pin
Christian Graus4-Mar-08 9:37
protectorChristian Graus4-Mar-08 9:37 
GeneralRe: passing values to XML file in asp.net webpage using C# Pin
elizabethsheeba4-Mar-08 13:57
elizabethsheeba4-Mar-08 13:57 
GeneralGridview column width Pin
aransiola4-Mar-08 3:24
aransiola4-Mar-08 3:24 
GeneralRe: Gridview column width Pin
Christian Graus4-Mar-08 9:39
protectorChristian Graus4-Mar-08 9:39 
GeneralHTML source from javascript Pin
johnalek4-Mar-08 2:37
johnalek4-Mar-08 2:37 
GeneralRe: HTML source from javascript Pin
Christian Graus4-Mar-08 9:41
protectorChristian Graus4-Mar-08 9:41 
Questionproblem in find control Pin
ashkan_ertefa4-Mar-08 0:24
ashkan_ertefa4-Mar-08 0:24 
GeneralRe: problem in find control Pin
Christian Graus4-Mar-08 9:42
protectorChristian Graus4-Mar-08 9:42 
GeneralRe: problem in find control Pin
ashkan_ertefa4-Mar-08 18:38
ashkan_ertefa4-Mar-08 18:38 
GeneralAbout sharepoint Pin
mrcsn3-Mar-08 22:46
mrcsn3-Mar-08 22:46 
GeneralRe: About sharepoint Pin
meeram3954-Mar-08 23:06
meeram3954-Mar-08 23:06 
GeneralRe: About sharepoint Pin
mrcsn5-Mar-08 23:58
mrcsn5-Mar-08 23:58 
GeneralThe problem during writing into an existing cookie, after re running my web application.............. Pin
Vishnu Narayan Mishra3-Mar-08 20:56
Vishnu Narayan Mishra3-Mar-08 20:56 
GeneralRe: The problem during writing into an existing cookie, after re running my web application.............. Pin
Christian Graus3-Mar-08 21:39
protectorChristian Graus3-Mar-08 21:39 
GeneralRe: The problem during writing into an existing cookie, after re running my web application.............. Pin
Vishnu Narayan Mishra3-Mar-08 22:13
Vishnu Narayan Mishra3-Mar-08 22:13 
GeneralRe: The problem during writing into an existing cookie, after re running my web application.............. Pin
Christian Graus4-Mar-08 9:45
protectorChristian Graus4-Mar-08 9:45 

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.