#!/usr/bin/perl -w
use CGI;
use strict;
use DBI;
my $hello ="hello";
my $query = new CGI->new();
print $query->header("text/html"),
$query->start_html(-title => "Database Test"),
$query->p("Database Test"),
my $db_handle =...
Hi, I know how to create DLLs from a page of classes i created. However, how would i reverse that and create a generated page of classes from a DLL? I can use the command prompt and generate the classes with WSDL files but have no idea how to do it for DLLs. Any help would be much appreciated...
hi below i have a snippet of a very simple piece of code i have used in a webapplication in C#
private void btnFire_Click(object sender, System.EventArgs e)
{
test++;
lblOne.Text =""+test;
}
when the button is clicked once. the number 1 shows in the label. after another click it...
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.