Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I am new to COM and would really ap 1

Status
Not open for further replies.

AgentM

MIS
Jun 6, 2001
387
US
I am new to COM and would really appreciate some tips:-
I have a ASP page that needs to display a large number of rows of data from a database. These rows need to be edited too.

I concluded that a Databse grid would be ideal.

My question is how do I get the grid to display on the asp page with the data?
Or can I create a Form with buttons/grid in a COM object and then get it to display in the asp page

If more info is needed please let me know.
Thank you

 
As far as I know ASP doesnt support data grid but ASP+(.NET)
do.iF YOU WANT to use datagrid etc then you have to migrate to next generation of ASP or more than that which is something called as ASP.NET.

Well if you think that using COM WITH vb6 OR vc++,YOU are mistaking.COM objects are compiled so they make application faster.Also you are seperating presentaion control(Simple data publishing)from data access and business logic.(Which should be done in COM) so eventually it becomes easy to develope,debug and maintain the application.
Visit for data access in COM.Also search asp101.com for data access in COM.I also piu a tip here for beginners to use COM.So search Tips section.
Is this OK ???

Rushi Shroff
 
Thank you
I agree with the presentation and data access part.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top