all groups > dotnet general > november 2004 > threads for sunday november 7
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Retrieve web form name or id?
Posted by Edward Lim at 11/7/2004 11:46:14 PM
Hi guys,
is it possible to retrieve the name or the id of a form in an ASP.Net page?
In the code behind inside the page class, I would like to be able to
reference to that "form object" and to retrieve its name or id. is that at
all possible?
Cheers
... more >>
Microsoft Licenses or Subscriptions
Posted by Job Lot at 11/7/2004 9:53:02 PM
What all Microsoft Licenses or Subscriptions do we need before we start
distributing application to clients?... more >>
DataSet OR Dataview
Posted by Prasad Patil at 11/7/2004 9:06:05 PM
hi,
I have a three tier application, I have a method in the datalayer which
should either return a (dataset or dataview or datrow), i need to know which
should be the best possible option, are there any links or documents which
can help me understand.
Thanx in advance.
Prasad... more >>
Convert to an Array
Posted by Tome73 at 11/7/2004 7:26:03 PM
How would I convert this string to an Array?
"243, 567, 324, 345"
Where each number becomes a new element in that Array.
Thanks... more >>
get MAC Address from IP
Posted by YAN at 11/7/2004 7:26:01 PM
Hi,
I want to get the mac address from a machine, which i have the IP address of
that machine, how can i do that?
I know how to get the mac address of the local machine from the following
code:
Dim mc As System.Management.ManagementClass
Dim mo As System.Management.Managem... more >>
Managed c++ and static libraries
Posted by Elephant at 11/7/2004 6:49:09 PM
Hello,
is it possible to build static libraries with managed code? What kind of
project type should it be? Is there something like a static assembly? A '
managed c++ class library' is dynamicly linked, right? The only static
project I can find is a ' win32' project type, and win32 is not man... more >>
ConnectionString with Microsoft Jet OLEDB
Posted by temporaneo1234 NO[at]SPAM yahoo.it at 11/7/2004 3:18:26 PM
Hi all,
I'm approaching at .Net for make up a site but I have a problem with
web.config. I'm trying to use an *.mdb file as db, and I'd think to
use this:
<add key="ConnectionString" value="Provider=Microsoft.Jet.OLEDB.4.0;
Data Source=\db\db2.mdb" />
but server response me so:
ArgumentExce... more >>
Need some help with design patterns.
Posted by Julia at 11/7/2004 12:58:20 PM
Hi
I have a domain model and I am looking for the correct design patterns to
use,
The following is my domain model
Server->[Manager->MessagingService->Processors]
the [] is the thread boundaries,the server create a thread
the Thread create the Manager ,the Manager create the MessagingS... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
A form with multiple lines
Posted by Peter at 11/7/2004 4:37:02 AM
I am new to dotNet. I want to develop a order form. The form contains
header and details. In the detail, there are mulitple lines, sometime like a
subform of MS Access. I wonder if I can do that in dotNET? Appreciate
experience sharing.... more >>
licensing and copyright issues for marketing .net app?
Posted by Job Lot at 11/7/2004 1:55:02 AM
I am planning to market an application I have developed using VB.NET and MSDE
2000. Could anyone please educate me on licensing and copyright issues?
Thanks
... more >>
|