all groups > dotnet general > june 2005 > threads for monday june 13
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
What are Debug and Release Exe's
Posted by Larry at 6/13/2005 5:56:41 PM
In the directory Structure in a .NET solution
I have noticed that there are three different Executables.
One in the bin sub-directory,
One in the obj/release sub-directory
One in the obj/debug sub-directory
What are all of these, the only one that works is the one
in the bin sub-directory.... more >>
asp.net remove white space in html
Posted by Aaron at 6/13/2005 5:49:24 PM
is there a way to remove all white spaces in the html output? ie. everything
as one line.
... more >>
Which Method For Session???
Posted by Jim Douglas at 6/13/2005 5:22:20 PM
I am starting the analysis and design on how we are going to handle session
data. We are on a large web-farm which limits our solutions. The best
solution is persisting to MS SQLServer but I'm not comfortable with it's
single point of failure or maybe I am missing something there. QueryString
is... more >>
Do I need to restart IIS?
Posted by Wendy Elizabeth at 6/13/2005 4:15:02 PM
I am working with 2 com object dlls that are located in WINNT/SYSTEM32
directory.
When I need to make changes to the DLLs, I need to do the following:
1. stop IIS
2. unregister and register the 2 COM object, and
3. restart IIS.
Is there any way that I can move the newest COM object DLLs to ... more >>
How do you access the value of a cell in a Windows form datagrid?
Posted by Paul Daly (MCP) at 6/13/2005 2:01:06 PM
How do you access the value of a cell in a Windows form datagrid?
I know this is how you would do it using an ASP.NET datagrid:
DataGrid1.Items[1].Cells[1].Text
However, "Items" is not available in the Windows Forms datagrid.
Thanks,
Paul
... more >>
.net framework for other platforms?
Posted by Fred Hebert at 6/13/2005 12:02:30 PM
Are there .net frameworks for other platforms? I am talking about Mac,
Linux/Unix, etc.?
A few months ago the president of our company read some PR that indicated
one of the benefits of the .net framework was that you could write an app
and it would run on any machine that had the framewor... more >>
newbie q: msde 2000 or sql server 2005 express?
Posted by CreepieDeCrapper at 6/13/2005 11:54:52 AM
in short, i am a new asp.net developer trying to setup my xp pro sp2 machine
with the following:
- IIS (done)
- .NET Framework (1.1 w/hotfix done)
- MS SQL db (outstanding)
any recommendations on which sql server version to install? i'm looking at
either msde 2000 release A or sql server 2... more >>
Usage of Open Type Fonts with .Net
Posted by Jason at 6/13/2005 11:39:03 AM
Hi,
I am working on a project that creates Banner images programmatically. I
have the application working but need to use the Hevetica Neue font but it
does not appear in the font list. My understanding is that .net supports True
and Open Type fonts. I just downloaded this font from Adobe a... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Referencing custom DLLs, in GAC, from VS.NET
Posted by spugGUN at 6/13/2005 10:46:02 AM
Hi,
I have created a few DLLs and then installed them into the GAC on another
machine using a Setup program generated using VS.NET.
The DLLs are in the GAC, but when I go into VS.NET, start a project and then
choose to add a reference they do not show up in the dialog box.
Can someone p... more >>
Printing Labels Fast on Elton printer
Posted by qumpus at 6/13/2005 10:41:04 AM
My program right now generates USPS style shipping label using
System.Drawing.Graphics. It works fine except that the printer prints really
slowly. I want to make my program take advantage of true type fonts. So I
assume it's possible to send Font Type and the text to the printer, and the
pr... more >>
Access object through C# loop
Posted by Phil at 6/13/2005 7:41:08 AM
I have an aspx page that contains 5 tables. Each table I have Named
tblSection1, tblSection2, tblSection3, tblSection4, tblSection5 respectively
and reside in a corresponding panel for collapse and placement purposes.
I have a loop in the code behind that will add rows and cells for each tabl... more >>
"Globaly" declare object on Server-side.
Posted by Clas at 6/13/2005 4:51:01 AM
Hi!
I have a multi-layer business application written in VB.NET.
The client can be either a website or a webform communicting with the
bussines-layers through webservices.
In "Client-classes" i'm sometimes using Singletons to "store"
data which is frequently used and should be accessible from a... more >>
|