Results 1 to 2 of 2

Thread: Grid binding in User Control.

  1. #1

    Thread Starter
    Fanatic Member vijy's Avatar
    Join Date
    May 2007
    Location
    India
    Posts
    548

    Grid binding in User Control.

    I have created a user control.
    The user control has a button and a propertyGrid

    i wrote a function to bind data to propertyGrid.

    When i click the button i called the function and datasource binded to propertyyGrid, its working fine.

    The same way am binding the grid from another class.vb,
    the datasource binding not throwing any exception.
    But the data not showing in the grid.


    Should i need to change any modifier.
    Visual Studio.net 2010
    If this post is useful, rate it


  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,297

    Re: Grid binding in User Control.

    If you'd done it properly then it would work, so obviously you haven't done it properly. As we can't see what you've done, we can't tell you what you've done wrong.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width