Can't access Active-X component within ASP page

Tech-Archive recommends: Speed Up your PC by fixing your registry



I am quite new to the ASP scene. I want to display the results of a
recordset into a third party grid control called VSFlexgrid. I've prepared
one asp page which queries an Access database and holds the object in which
the results should be writte. I've tried two options :

1. The grid active-X component was instantated within the html part as :
<OBJECT id=Flex style="WIDTH: 352px; HEIGHT: 256px" height=256 width=352
classid=clsid:0F026C11-5A66-4c2b-87B5-88DDEBAE72A1>
</OBJECT>
The problem is that when I refer to the grid object within the scripting
part, such as' Flex.Rows', the browser reports ' runtime error 424 : object
required'. The object is rendered when browsing the page, however it is not
accessable within any scripting. That's why I decided to configure the
object to run at the server by my second approach :

2. The grid active-X component was instantated within the html part and the
tag RUNAT=SERVER was added.
<OBJECT id=Flex style="WIDTH: 352px; HEIGHT: 256px" height=256 width=352
RUNAT=SERVER
classid=clsid:0F026C11-5A66-4c2b-87B5-88DDEBAE72A1>
</OBJECT>
Now the browser doesn't fire an error message. I am able to access the
properties of the control. However, the grid is not shown in the browser at
all!

I guess that I am doing something wrong basically. Any suggestions what to
do ?

regards,
Oscar


.



Relevant Pages

  • Can I load a graphic into a cell of datagrid?
    ... I have been using a third party grid control which enabled me to load a ... graphic into a cell of the grid, but I am looking to the standard tools ... cell for yes or no and places a graphical tick if selected as yes. ...
    (microsoft.public.vstudio.general)
  • Re: Binding a datareader to a grid
    ... Isn't storing the data in universal container such as dataset a better ... grid doesn't need to provide its own data container ... you can't bind a DataReader to a DataGrid in a WinForms application. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: - Web pages unstable after conditional comments added
    ... I would prefer to code to standards and not worry about individual browsers. ... If your content merits using a "grid layout", ... It's _sometimes_ worth arguing with a browser. ...
    (comp.infosystems.www.authoring.html)
  • Re: Parallel Execution of Unit Tests
    ... I'm actually utilizing Selenium Grid for the client side of it. ... nightly Selenium test suites against it without issues. ... browser and essentially excersizing each layer of the stack in an end ...
    (comp.lang.ruby)
  • Re: web datagrid column width
    ... The original data from the database was a concatenation of email address separated by a; I added a space after each; and it displays the way I want. ... Each browser treats this situation differently. ... > insert some character that the grid will wrap with. ...
    (microsoft.public.dotnet.framework.aspnet)