I used to program quite a lot in Java, recently I\'ve began to work with C#. I think that most of advantages of C# (comparing to Java) are corrupted by VS.
I have the toggle in my menu Working successfully for the two links that I have within it. Because the top link once toggled covers the other link, there is no problem. But since the link beneath it l
Is it correct to correct properties values on the fly? for example: (note the .ToLower) Public Property X() As String
Reading some piece of code and I keep seeing this : public override bool Equals (object obj) { if (obj == null || this.GetType ().Equals (obj.GetType())) return false;
I changed the way my URL are working on my server. It is now www.myserver.com/service instead of www.myserver.com/test/service
Could somebody post an example about how to add enu开发者_如何学Gomerated restriction on simpletype element in xml schema?<xs:simpleType name=\"myElement\">
hai all, i have a problem with my code to read the xml.I have use ajax to read xml data and populate it in combobox. My problem is it only read the first data.Here is my code
I\'m trying to use JNDI to obtain a new Stateful Session Bean in a servlet (as a local variable).My doGet() method has the following:
I have developed an application and I seem to be having some problems with my associations. I have the following:
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this