Hi All,
I need to open Business Objects in asp.net (vb).
I added ref : Business Object 5.1 Object Lib
Below are the coding i use.
Dim BOApp As New busobj.Application
BOApp = Server.CreateObject("BusinessObjects.Application")
BOApp.LoginAs("user_name", "password", T...
more >>
Hi All,
I am trying to pass server controls from one page to another
page.How I am trying this is by writing two classes in the two pages.
The class1 defined in first page has to pass into the second page.
I am using the command line compiler to get a common dll of the two pages.
The c...
more >>