all groups > dotnet scripting > august 2004
About programming a pivot table
Posted by Polly at 8/31/2004 9:59:02 PM
Dear all,
I have made a button to initialize a pivot table and add data, column and
row into the table. The code is as follow:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
Dim myconnstring As String
myconn... more >>
VB WMI Script
Posted by David J Duryea at 8/26/2004 1:56:23 AM
Hello All
I have a VB script that runs WMI to retrieve serial numbers of workstation
on the local network in which it runs and writes this to either an Access or
SQL Db.
Is there a way that i can add this wmi script in the codebehind page of my
web application to allow remote users across t... more >>
general question
Posted by hussein at 8/21/2004 3:47:02 PM
i have added in my net program a java script thats will close the window
"window.close()", but while debuging when it reaches this line it will give
the user a message telling him that the window will close ( yes or no ) so
am
i able to stop tis message to make it close directly ??.
an... more >>
External table is not in the expected format.
Posted by simon at 8/8/2004 6:05:01 PM
Hi,
My program try to export a excel file by using
Response.ContentType = "application/vnd.ms-excel";
But when i import it back to my system using Oledb, i got an error.
External table is not in the expected
format.System.Data.OleDb.OleDbException: External table is not in the
expec... more >>
Any intercepter that accepts a C# like language, just as the DynamicJava/BeanShell in the java world.
Posted by smartkid at 8/5/2004 9:16:25 PM
asp:linkbutton
Posted by Shabam at 8/5/2004 1:13:36 PM
There's an issue regarding the "asp:linkbutton" control. It does everything
via javascript if I'm not mistaken. The problem with this is that the
resulting page is not copy-able to, say another user, or via email for
others to click on.
In situations where you need it to be copy-able, what are... more >>
|