Hello,
I want to get a table with two cells, but I'd like to set its width dimensions using styles only:
+++++++++++++++++++++++++++++++++
+ cell 1 + cell 2 +
+ + +
+++++++++++++++++++++++++++++++++
table width = Tw = browser width (100%)
cell1...
Hi,
I'm using asp.net to generate excel files with data read from another source (Oracle for example). I'm using Oledb data provider for ado.net (.net framework 1.1). When I generate a small excel file everything goes fine, but when I generate large excel files (i.e. 500K), I get the...
Well, in fact, I can prevent caching in the development server, but when I run the application in production server it doesn't work.
This is what I did:
In Page_Load()
Response.Cache.SetCacheability(HttpCacheability.NoCache)
As I said, it works fine in one server but not in the other. Both...
Hi,
I'm using Microsoft Jet and ADO.NET to insert rows into an excel file, something like this:
Dim SQL as String
SQL = "insert into tabla1 (F1,F2,F3,F4) values('a',1,'b',2)"
cmd.CommandText = SQL
cmd.ExecuteNonQuery()
where tabla1 is a named range in the excel file. But I want to do the same...
Hello all,
I wanted to create a typed dataset, I mean, my own dataset class derived from the DataSet class. To do this, I created an asp.net web application using vb.net. Then I right-clicked the project, clicked Add/Add Class and I chose the DataSet template. Then I drag a table from the...
Hi,
I'm trying to use my own http headers for sending information from one web server to another. To do this, the first server uses Response.AddHeader("MYHEADER","MYVALUE") and then I make a redirection to a page on the other server.
In the other server, I am using Request.ServerVariables() to...
Hi,
I have a real serious problem. I made several web applications with ASP.NET and with a button that let you download an excel file of the information presented on the page.
Everything began to fail on tuesday 17. The option for downloading the excel file is not working. Nothing in the code...
Hi,
Can anybody tell me how to delete a job and create a new one? I have one that it didn't make its work, so I want to delete it and create a new one. My job had to refresh a materialized view every day. Thanks.
Jose Carlos
JOSE CARLOS ARAMBURU
josecarloaa@hotmail.com
How can I interchange real-time information between two applications, one in VB and the other in VC++?. Is it possible to use COM to do it?
Thanks for your help.
JOSE CARLOS ARAMBURU
josecarloaa@hotmail.com
Can anybody explain me what are nested classes? and what is their purpose? and is there any other "thing" to use instead it? I read about it in a book about COM.
Extra help: A nested class inherits from another class? I'm blind [#-) about this subject
JOSE CARLOS ARAMBURU...
Hi,
Can you help me with this? I have a splitter window with two panes and one of these has a view from a class derived fron CFormView. Can I change this view several times during the execution of my aplication? How can I do this? or do you haye any other solutions because my purpose is to show...
Hi,
When my controls are created in run time, for example after clicking a button, their event handlers must be created before, in design time.
But they don`t appear in classwizard so I have to do everything by hand: I add their IDs to the resource.h file, I add the definitions and...
Hi,
I have a connection between an FXS port of router CISCO 2600 and an analog trunk of my PBX which model is an ALCATEL 4200. I'm using a PLAR connection. This link usually works fine, but sometimes my PBX remains with the trunk busy or blocked after being used it. I think there's a...
Hi!
I know that i can write programs for Matlab using C/C++. The only problem is that i don't know how to do it. Could anybody help me considering that i use Visual C++?
Hi!
This is the first time I'm in this forum and the first time that I have to use the software ASPECT (Procomm for DOS). So it would be helpful for me if somebody can tell me where to find some information about this software. I only have several ASP script files.
Thanks for the opportunity to...
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.