all groups > dotnet faqs > march 2004 > threads for march 15 - 21, 2004
Filter by week: 1 2 3 4 5
Help neede in setup.
Posted by SS at 3/19/2004 5:57:35 PM
Apart from using .NET Setup Project, which is the right
product to develop an "Install shield" for the .NET application?
We have tried using "Install Shield for Microsoft Visual C++ 6", which has
limitation (possibly could be because of an evaluation copy or product
limitation) for defin... more >>
About datagrid
Posted by zhimin at 3/19/2004 10:14:41 AM
Hi
There is a column named IsInUsing which data type is bit in my database(MS
SQL Server 2000). I want to show this column in a datagrid by setting
SqlDataAdapter in GUI design.
But the result of this column shown is true or false, it should shown the
string Yes or No in my idea.
Thanks!
... more >>
setup for .net
Posted by SS at 3/18/2004 8:04:47 PM
Apart from using .NET Setup Project, which is the right
product to develop an "Install shield" for the .NET application?
We have tried using "Install Shield for Microsoft Visual C++ 6", which has
limitation (possibly could be because of an evaluation copy or product
limitation) for defin... more >>
Best Practices - VSS integration with VS.NET, migrating our Classic ASP projects
Posted by Keith A. Rowe at 3/18/2004 11:53:38 AM
We currently have many Classic ASP projects that are stored in VSS 6.0c and
are maintained with VID 6.0. We have purchased VS.NET 2003 and know we need
to upgrade to VSS 6.0d if we want to integrate VS.NET with VSS.
We *eventually* want to convert the ClassicASP code to ASP.NET, but need to
r... more >>
Using Access with C#.NET
Posted by Curt Emich at 3/17/2004 6:33:17 PM
I'm tyring to use MS Access with .NET, but I'm having some problems. Here's
the code:
string sSQL = "SELECT Statement_Id,Statement_In_Brief FROM Statements";
OleDbDataAdapter thisAdapter = new OleDbDataAdapter(sSQL,oleDbConnection1);
DataSet thisDataset = new DataSet();
thisAdapter... more >>
Using the Desktop Engine
Posted by Curt Emich at 3/17/2004 6:20:09 PM
I'm attempting to use MS Access with .NET but am not having much luck, so
I've decided maybe I should just use the SQL Server Desktop Engine. Is
there any way to import my tables from Access into the Desktop Engine?
... more >>
Threads, VB.NET and VB 6
Posted by Lisandro A. Palermo at 3/17/2004 9:47:31 AM
Can I create a console en VB.NET and execute multithreading calls to a COM+
componente developed in VB 6?
-------------------------------------------------------
Saludos,
A.U.S. Lisandro A. Palermo
... more >>
Using VB.Net objects in .ASP pages
Posted by owen at 3/17/2004 8:18:34 AM
I have standalone VB.NET, that is, not the whole VS.NET environment, just
VB.NET. So I can develop VB.NET objects but not ASP.NET (aspx) pages.
Therefore I want to write a Business layer in VB.NET and call it's objects,
methods, etc. from ASP pages. Is this possible?
An example of embedded... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Solutions Won't Load
Posted by Curt Emich at 3/16/2004 12:58:56 PM
I've been using Visual Studio .NET for several weeks now. I've finished
some example solutions as well as started others. Now when I open the
environment, very few of them will load properly. Usually, I get no listing
of files in the properties window to the right or anything like that.
Doe... more >>
Write customized attribute which has functionality like ObseleteAttribute
Posted by indianiowan NO[at]SPAM yahoo.com at 3/16/2004 12:14:53 AM
Hello again Attribute Gurus...
Can someone throw an idea, on what to tweak, or flush out, some kind
of code. if one has to write a custom attribute like
ObseleteAttribute, with the aim to inject the code in various methods
at compile time, the example of code that needs to be injected is like
... more >>
AOP or developers writing custom attributes -- pls check this
Posted by indianiowan NO[at]SPAM yahoo.com at 3/16/2004 12:05:57 AM
A classic case of writing to a log file each time a particular method
is called for rudimentary performance statistics. Ordinarily the code
below satisfy the requirements:
//Considering EventLogManager to be singleton class defined in system.
public class Foo
{
public void bar()
... more >>
|