ASP.NET Controls not rendered properly in VS2008
Tue, 8 Apr 2008 03:52:00 -0700
I have an ASP.NET custom control that works fine under VS2005. When I try to
place one on a web page in VS2008 I get the following error:
"Error Creating Control - Session State can only be used when
enableSessionState is set to true, either in a configuration file or in the
Page directive. Please also make ...
|
Embed a webpage in a component
Thu, 3 Apr 2008 17:01:08 -0700
I'm not even sure this is a possiblity but I thought I would throw it out.
Is there a way to embed a complete webpage (css, javascript) in a component
(dll) then have IIS serve it up.
We have a a reporting service that uses reflection to retrieve the reporting
file from the component. What I would like to ...
|
how can i getobect() whithout regsvr32i com?
Thu, 3 Apr 2008 10:27:26 +0800
Guys,
I'm working on asp. the function of it is so limited , but as my space is
cheaper virtual host , It's impossible to use register or activex enchance
it .
However , i just found there is something special com ( i don't know it
clearly) ,which can be load by script by using
getobject(strFilePath,strCla ...
|
Skin not applied at design time for CompositeComponent child contr
Wed, 2 Apr 2008 01:31:25 -0700
I am using Visual Studio 2008 and I have a very simple custom web server
control class named TestControl. The class inherits from
CompositeControl, with two child controls: Label myLabel and TextBox
myTextBox. In my TestWebForm the Theme attribute is set appropriately to a
Theme where I have defined skins wi ...
|
Unable to run a Microsoft ASP application
Tue, 1 Apr 2008 12:39:00 -0700
Hi,
We have a vendor application developed in classic ASP which uses a vb
component.
When we try to invoke the url , it gives a message
Server object error 'ASP 0177 : 800aea5f'
Server.CreateObject Failed
In the code , system is trying to create an instance by using
Server.CreateObject
Appreciat ...
|
Embed tag "src" issue
Tue, 25 Mar 2008 09:24:57 -0700 (PDT)
In trying to embed a QuickTime video in an ASP page, the video fails
to load because there is a space in the URL to the video file. (This
structure is supplied to us by a vendor and can't be changed.)
I have tried replacing the space with a plus sign and also with %20,
but it doesn't work. Is there a way to ...
|
Dont read
Tue, 25 Mar 2008 12:03:56 +0100
Vendo coche de segunda mano, Seat ibiza, a? 2001 km
35000, Solo por 4500 euros.
[URL=http://www.anunciosgratis.de]Anuncios Gratis[/URL]
www.AnunciosGratis.de http://www.AnunciosGratis.de Anuncios
Gratis. ...
|
|
|
Accessing .NET and other DLLs from Classic ASP
Wed, 19 Mar 2008 17:30:45 +0500
Thanks for your reply. One thing I missed earlier was that we are also using
a VB6 version of component (dll) in our classic ASP website.
Also as i discussed that we have tested .NET 1.1, 2.0 and 3.5 COM interop
within ASP without any problem, but it fails sometime, with error i posted
earlier.
I ...
|
Accessing .NET DLL(s) from Classic ASP
Wed, 19 Mar 2008 12:50:11 +0500
Hi,
I have similar question that i saw yesterday (Calling .NET DLL from Classic
ASP), but we have achieved some good results and we can't go back but not
sure that approach is perfect or need more efforts or any better is
available?
here is some details:
We have production website running on Classic A ...
|
.NET returning ADODB.Connection to ASP
Tue, 18 Mar 2008 08:21:04 -0700
Could someone tell me if I were to return a ADODB.Connection from a .NET dll
to ASP, should I be able to use that connection?
My .net dll determines a connection based on a number of parameters and then
returns that string to the ASP application to fill a recordset and display
various data. At this time I c ...
|