Results 1 to 3 of 3

Thread: [Resolved] MSHflexgrid on web application

  1. #1

    Thread Starter
    Hyperactive Member naruponk's Avatar
    Join Date
    Feb 2004
    Location
    Some where in the world
    Posts
    423

    Exclamation [Resolved] MSHflexgrid on web application

    Hello everyone,

    I have added MSHflexgrid to my toolsbox in VS and I have created it on
    Webform1. The problem is I can't capture a properties of MSHlfexgrid.
    Suppose this MSHflexgrid named "MSHflexgrid1", In VB6 i just type
    MSHflexgrid1.TextMatrix(0, 2) = "Test".
    Can anyone give me a way to solve this problem in VS.NET?

    Thanks for advance
    Last edited by naruponk; Mar 17th, 2005 at 01:05 AM.

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Re: MSHflexgrid on web application

    MSHFlexgrid is a rich-client com component. You certainly cannot use it for ASP.NET development. Use a System.Web.UI.WebControls.DataGrid instead.

  3. #3

    Thread Starter
    Hyperactive Member naruponk's Avatar
    Join Date
    Feb 2004
    Location
    Some where in the world
    Posts
    423

    Re: MSHflexgrid on web application

    Ok guys, I have fixed it
    Thanks for your reply
    Last edited by naruponk; Mar 17th, 2005 at 01:04 AM.

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