votes
Objects with dynamic properties and WS
Hello, I am working on C#. Who I can publish an object with dinamic properties using a WS following the standard? Thanks
blah blah blah is here! blah blah » Close
Hello, I am working on C#. Who I can publish an object with dinamic properties using a WS following the standard? Thanks
I have this little code, where I added some controls at run time. Ok. Now, the textBoxBk1 who is the support for those controls it can scroll....but only for its inner text. I must link these controls to its support(textBoxBk1). How to do ...
Hi I'm working in VS2008 (C#) and doing a console program, this is a school work and I got stucked. Our task is to do two classes, for example one class we call Person, in this class we should have name and id number on persons. The oth ...
hi! I liked this site so much that I'm gonna use it once more :) [code] public class Film { class film { public string Title; public int Price; public string Genre; ...
Hi friend, here i have written a sample code for the client to access a class members in the BLL through another class: [code] namespace WindowsFormsApplication18 { public partial class Form1 : Form { A ...
I know you can use ApplicationSettings to store settings for applications, but is there a way to do something more like this? I have an object: [code] public class MyObject { public bool MyBoolean; } [/code] Suppose I have ...
Got feedack? Found a bug? report it here.