Click here to Skip to main content
15,900,461 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How To: Call a Java Web Service from a .Net Client - (.net 3.5) Pin
Not Active21-Jan-09 10:43
mentorNot Active21-Jan-09 10:43 
GeneralRe: How To: Call a Java Web Service from a .Net Client - (.net 3.5) Pin
anto200521-Jan-09 11:02
anto200521-Jan-09 11:02 
QuestionOpen File Pin
Terick21-Jan-09 9:58
Terick21-Jan-09 9:58 
AnswerRe: Open File Pin
Not Active21-Jan-09 10:37
mentorNot Active21-Jan-09 10:37 
AnswerRe: Open File Pin
Rutvik Dave21-Jan-09 11:25
professionalRutvik Dave21-Jan-09 11:25 
GeneralRe: Open File Pin
Terick21-Jan-09 11:32
Terick21-Jan-09 11:32 
GeneralRe: Open File Pin
Terick21-Jan-09 11:44
Terick21-Jan-09 11:44 
Questionschema serialization question Pin
Member 391904921-Jan-09 9:42
Member 391904921-Jan-09 9:42 
I have created an xsd that is well-formed. I have generated classes for the xsd with xsd.exe. I am able to use dot notation to write code to access and set values for all of the attributes.

The problem is that during runtime the child elements are null. Consider the following example where I am trying to set the horsepower attribute value of a Car Engine to 250:

myCar.Engine.horsepower = 250

In this example, Engine is null. However, when I instantiate Car (myCar) I expect the Car instance to automatically have an Engine that I can access to set properties.

I assume that this is probably a problem with my xsd configuration. Can you think of what may need to be changed with my xsd in order to enable the use case that I am describing?
QuestionObject references not persisted in ViewState [modified] Pin
kmullen21-Jan-09 8:55
kmullen21-Jan-09 8:55 
AnswerRe: Object references not persisted in ViewState Pin
Neeraj Kr21-Jan-09 19:38
Neeraj Kr21-Jan-09 19:38 
QuestionBrowser Back button not using cache Pin
dptalt21-Jan-09 5:45
dptalt21-Jan-09 5:45 
AnswerRe: Browser Back button not using cache Pin
ToddHileHoffer21-Jan-09 6:35
ToddHileHoffer21-Jan-09 6:35 
GeneralRe: Browser Back button not using cache Pin
dptalt21-Jan-09 6:46
dptalt21-Jan-09 6:46 
GeneralRe: Browser Back button not using cache Pin
ToddHileHoffer21-Jan-09 7:01
ToddHileHoffer21-Jan-09 7:01 
GeneralRe: Browser Back button not using cache Pin
dptalt21-Jan-09 7:33
dptalt21-Jan-09 7:33 
AnswerRe: Browser Back button not using cache Pin
Sundar_R21-Jan-09 17:59
Sundar_R21-Jan-09 17:59 
QuestionPassing input parameter to external js file function Pin
anandhakrishnan21-Jan-09 2:38
anandhakrishnan21-Jan-09 2:38 
AnswerRe: Passing input parameter to external js file function Pin
ToddHileHoffer21-Jan-09 4:40
ToddHileHoffer21-Jan-09 4:40 
AnswerRe: Passing input parameter to external js file function Pin
led mike21-Jan-09 4:51
led mike21-Jan-09 4:51 
AnswerRe: Passing input parameter to external js file function Pin
Abhishek Sur21-Jan-09 19:56
professionalAbhishek Sur21-Jan-09 19:56 
QuestionHow to assign a perticular page as https:// ??? Pin
Anand Desai21-Jan-09 1:36
Anand Desai21-Jan-09 1:36 
AnswerRe: How to assign a perticular page as https:// ??? Pin
ToddHileHoffer21-Jan-09 4:36
ToddHileHoffer21-Jan-09 4:36 
AnswerRe: How to assign a perticular page as https:// ??? Pin
Jon Rista21-Jan-09 18:55
Jon Rista21-Jan-09 18:55 
Questionaccessing page control in aspx.cs Pin
meghamaharshi21-Jan-09 0:56
meghamaharshi21-Jan-09 0:56 
AnswerRe: accessing page control in aspx.cs Pin
Christian Graus21-Jan-09 1:06
protectorChristian Graus21-Jan-09 1:06 

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.