User Profile

Collapse

Profile Sidebar

Collapse
azadur
azadur
Last Activity: Feb 7 '08, 02:46 PM
Joined: Oct 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • azadur
    replied to web service serialisation
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • azadur
    started a topic web service serialisation
    in .NET

    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...
    See more | Go to post

  • 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 value
    See more | Go to post

    Leave a comment:


  • azadur
    replied to How to access container page of user control
    in .NET
    you need to makr it public rather than friend
    See more | Go to post

    Leave a comment:


  • azadur
    started a topic VB Form controls
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...