all groups > dotnet general > june 2005 > threads for wednesday june 1
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
Can I apply TabControl in a web-based project ??
Posted by Devil Garfield at 6/1/2005 11:27:01 PM
Dear all .Net experts,
I found that the TabControl function is only available in the Windows-based
project ....
it's quite an urgent problem for me ... please reply me if anyone have idea
on it ..
Thanks very much !!... more >>
ASP.Net Newbie Question: Upload Files
Posted by Johnny Meredith at 6/1/2005 7:42:00 PM
Newbie to Visual Web Designer (ASP.net 2.0 b2)
I'm completely rewriting an Access application we use to track the
progress of Tax Audits. Part of the functionality provided was a means
to attach files (Excel, Word, PDFs, etc.) to the database by making a
copy of the file provided by the user,... more >>
listbox/checklistbox autocomplete
Posted by Bernie Yaeger at 6/1/2005 6:59:20 PM
Is there any way to get a listbox or a checklistbox behave in an
autocomplete manner, such that given 'two', 'three', 'water', 'them' would
bring the selection to 'two' (not 'water') when I key in 'tw'? I know using
various autocomplete routines I can do this with a combobox, but I need to
... more >>
DefaultValueAttribute Not Working
Posted by Homa at 6/1/2005 6:25:39 PM
I've create a custom DataGridColumnStyle and when I try to assign a
DefaultValue to a property, it doesn't seems to have any effect.
Here is the code:
[DefaultValue(10)]
public int Test
{
get{return 0;}
set{}
}
the default value shown is 0 instead.
I also tried [DefaultValue(type... more >>
ASP.NET Integrated Authentication
Posted by tcg_gilbert at 6/1/2005 4:27:14 PM
I'm developing a web application for our local intranet that will allow users
to pull up a webpage and update or deleted or insert records into a database
as well as run reports etc...
Our DB server is on a Win2k3 OS using SQL Server 2000
Our Web server is on a separate Win2kr OS using IIS 6... more >>
ASP. NET 1.1
Posted by Dave Rams at 6/1/2005 2:20:11 PM
I have been trying to learn to program web projects and I can not seem to get
the web server on my desktop or another on my network to allow me to start a
web page.
I have seen this question asked in my review of this group but have yet to
see an answer that has helped.
I get the follo... more >>
lastLogon
Posted by rick giardini via .NET 247 at 6/1/2005 12:32:04 PM
I am trying to get an accurate lastLogon for a user. Is there a way to loop thru each domain controller in the domain without explicitly naming them? If so, does anyone have sample C# code they would like to share?
thanks
rick
From: rick giardini
-----------------------
Posted by a ... more >>
MailMessage when attachments are stored in database
Posted by doug.hughes NO[at]SPAM johncrane.co.uk at 6/1/2005 6:51:00 AM
Hi
I wrote an email queuing application in ASP / CDO, which uses a
database as it's source. It reads email parameters (From, To, Subject,
etc.) from a database, constructs then sends mail messages.
It also stores attachments in a database binary field and
programatically attaches them to th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Screen/Form Painting When Loading
Posted by Bill K at 6/1/2005 6:28:02 AM
I am developing a winforms project in vb.net. I have several forms that have
a number of controls, grids, etc. When I load these as MDI child forms, they
load slowly AND they paint/repaint on the screen, and it makes a sloppy
presentation. I am unhappy with it, and obviously the client says... more >>
Solution setup in VS.NET
Posted by Chris Stewart at 6/1/2005 5:47:13 AM
I have a solution I've been working on, which contains a dll project and web
services project. This solution is a generic framework that should be used
with many different projects we do, each of which would have their own web
application project. How can I set this up in VS.NET, so it works... more >>
Connection String
Posted by Sincere at 6/1/2005 2:42:20 AM
Hello all,
I've observed that whenever i try to open up a connection without
mentioning the "integrated security = sspi" it give me an error and on
including it, it's all done, can anyone tell me what so particular about it
(SSPI)
Thanks... more >>
ASP.NET
Posted by Sincere at 6/1/2005 2:41:07 AM
Hello all,
I've just started asp.net, iam running a win2k server and when i tried to
open up a asp.net web project in vs.net then there's an error for IIS !!
although i do've IIS too and that's enabled, Can anyone help me with this. I
shall be highly greatful.
Thanks
... more >>
XML
Posted by RedLars at 6/1/2005 1:45:05 AM
Hello
I'm trying to save my data to xml via serializing but I'm a bit lost. Below
is my setup at the moment, one project wrapper class that contains general
project info and a list of every node (nodeA, nodeB etc)
namespace xyz
{
public class project
{
public string m_strName;
... more >>
database connection problem
Posted by Mahesh.V at 6/1/2005 12:00:00 AM
Hi all
I am using Visual Studio .NET and from my VB.NET application am not able
to connect to database using ODBC or even native database drivers. From the
same machine am able to connect to database using ODBC through visual basic
and all other applications. I have reinstalled .Net Framewo... more >>
Just a question
Posted by B3d at 6/1/2005 12:00:00 AM
When will managed Windows forms get as fast of their counterparts in C/C++ ?
I think if there is only one weak point in dotNet performance, it is its
slow win forms, which make Win developers like me to deny the full power of
..NET. It is not just the load time that teases, we have too much overh... more >>
c# Error Handling
Posted by aaj at 6/1/2005 12:00:00 AM
Hi all
I have an automated application, that runs in the middle of the night.
If certain 'non system' errors occur (things like malformed files, missing
files etc..), I send an automatic Email and write a record to the database.
This is handled in a class.
When these errors occur, once ... more >>
|