sorry, i was trying to keep it short.
class1 has some public properties
class2 inherits collectionbase. it has 2 public methods, add, remove to keep a collection of class1 objects
i have a class3 which has come properties. it also has a property which is class2.
when i return class3 from the ws, it only serialises the public properties in class3. it does ode serialise the collection of class2 objects
i.e...
User Profile
Collapse
-
web service serialisation
hi all,
hope you can help.
im writing some webservice to retireve data from a db(sql server)
ive create some objects to encapsulate the data.
the classes have been set as serializable.
from my webservice, i can get a single object or a collection of objects back.
the problem i am having is that the service wont return back collections of object within a class.
e.g
class item... -
when you raise the form closing event set the e.cancel = true if yes. that way the close event is cancelled and the form stays open
the e.cancel=false will make the form close. this is the default valueLeave a comment:
-
-
VB Form controls
Hi All,
I have an issue which i hope you can help me with.
I have a base form which has 4 panels aound the edges which are respectively docked. another panel at the top which is used for caption. the form controlbox is hidden.
when i inherit from the form it shows up fine.
the problem is that when i place a control on the form an dock it, it get placed before the inherits side panels.
i would like the controls...
No activity results to display
Show More
Leave a comment: