I have a simple form created in my global template. I added the command to the menu,click save. it is working all fine. But I once close the project,and get back in again, my customized the command button on the menu disappears. What did I do wrong? please help!!!
Thank you for your help!!!
dim oExcel as object
oExcel=CreateObject("Excel.Application")
It works perfectly on my local machine. Once I upload the applcation onto the Web Sever. I got the error:"cannot create ActiveX Component"
Does anyone know why it happens?
Thank you!!!!
Olivia
I have tried everything. Nothing works! I am deploying a small ASP.NET application/MS ACCESS DB on a Win 2000 server. Everything works fine on the server. But Once I am trying to access the app. from another computer that logged on the network, It failed (unless I login as administrator). I went...
in my Page_Load
If Not Page.IsPostBack Then
cmdDelete.Attributes("onclick") = _
"return confirm('Are you sure you wish to Delete the selected USER?');"
end if
The confirm message does not show when I click Delete button. Anyone has any idea what could be the problem.
The...
I have a data entry form with a RequiredFieldValidator. The problem I am having is when I click CANCEL button to set the form the orginal state without putting a value in the required field. The error msg for the requiredfieldvalidator keep showing without letting me proceed with the code I...
I tried
<A href="mailto: '<%#txtRequester.value%>'"> in my html code to open a outlook with the email address in txtRequester.
It opens outlook with empty value. I am not sure what I have done wrong. Anybody can help? Thanks.
Hi, I am trying to use OWC to create charts. I got the following error when I was declaring OWC11.ChartSpaceClass
anyone has experience the same problem before?
I reinstall the OWC. still does not fix the problem
Thanks a lot
Exception Details: System.Runtime.InteropServices.COMException: This...
I am not sure what I am missing here.
The page is stuck when it is exexuting
xl = CreateObject("excel.application")
"web site found, waiting for reply....."
Please help! Thanks a lot....
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
Imports Excel
Private Sub...
what I am trying to do is to open a new window when a BUTTON is clicked and at the same time
I need to pass some Session variables. The problem I am having is The first time when I click the Button1, it works fine and does what i want it to do. It opens the new window and pass the var. But when...
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.