I've recently upgrated to .NET Framework 2.0 and VS2005.
In my asp.net application I am receiving this error:
'WebForm_PostBackOptions' is undefined.
The error occurs on postback (asp:button).
I've searched all over google and have not yet been able to find a solution.
When I view the source...
Unfortunately it is more complicated than this. I wish I could put it all in one routine but that's not an option. I think I've found a workaround though. I'll post what I did after I iron out all the details.
thanks for your input.
I have 3 files. One is main.asp, the other two are .vbs files with runat=server. These two files both have the same routines with different content. For example:
Main.asp declares a variable "Variable1".
Script1.vbs -
<script language="VBScript runat=server>
Function...
I've developed a .NET XML Web Service to run server-side. I've also developed an ActiveX dll to call the web service using MSXML2 (XMLHTTP40, DOMDocument40). My problem is trying to keep the session state between the two.
My end goal is this: With the first call to the web service, it...
I'm trying to pass a recordset to a subreport that I don't know the name of. I'm using ASP and CR8 Automation Server I'm getting a 'Type Mismatch' on the following line:
Set session("CrSection") = session("CrSections").Item(i)
Here is the code:
Set...
I have an asp .net application that uses the WebUIValidation.js scripts. My problem is this:
If I add this site to my favorites (in IE) it adds the site as this:
http://somesite/demosite/
Then, when I access the site I get the following error message:
"Unable to find script library...
Yes, framework is properly installed. I've been through a lot to get it working correctly, including the latest security updates from the following link: http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/msdn-files/027/001/829/msdncompositedoc.xml
IIS is working...
I have a reference to ADODB. ADO+ is unfortunately not an option. I'm getting this error message when calling another com object from an asp.net app. But, I don't get this message in my development environment. It only appears on another web server (that doesn't have the dev env. installed).
Does anyone know how to fix this?
"File or Assembly name ADODB, or one of it's dependencies, was not found."
I'm getting this error message when calling a COM object from an asp .net application.
thanks for any info.
I'm trying to set the focus and select the contents of a textbox on an aspx page if the javascript Custom Validation fails.. Ex:
<asp:textbox id="AccountNumber"></asp:textbox>
<asp:CustomValidator id="custValAccountNumber" Runat="server" ErrorMessage="Invalid...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.