[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? :ehh:
Thanks for advance
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.
Re: MSHflexgrid on web application
Ok guys, I have fixed it
Thanks for your reply :wave: