CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2001
    Location
    India
    Posts
    7

    Filtering values from FlexGrid on Browser

    Hi all,
    How do i filter out values from a Flex grid control which is on the browser onto an asp page?
    For eg: I have made an Active X control and have included it into an HTML Page(assume x.html) by using the <OBJECT> Tag.. Now on submitting this
    page (x.html) to a page (y.asp) how can i read the contents of the grid since i am unable to pass the grid using neither the GET nor the POST method ????

    Any takers ???

    Thanks u've been of great help

    Regards
    Ashvin



  2. #2
    Join Date
    May 2001
    Location
    Russia
    Posts
    200

    Re: Filtering values from FlexGrid on Browser

    Maybe you can use DataSource property?
    Change DataSource and call Refresh method

    Andy Tower

  3. #3
    Join Date
    May 2001
    Posts
    36

    Re: Filtering values from FlexGrid on Browser

    Maybe you may use EasyGrid control.
    It's powerful and easy to use for HTML pages.
    I have used it for finance website for data input, edit, pring & preview and balance table.
    You may download it from http://www.share2.com/easygrid/



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

Featured