|
-
Mar 16th, 2005, 08:08 AM
#1
Thread Starter
Hyperactive Member
[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.
-
Mar 16th, 2005, 08:18 AM
#2
I wonder how many charact
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.
-
Mar 17th, 2005, 12:45 AM
#3
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|