all groups > dotnet general > february 2004 > threads for saturday february 28
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
email component
Posted by R Shoemaker at 2/28/2004 8:25:24 PM
I am looking for an email component to interface with an exchange server
for use in my .Net application. Now there are probably dozens of built
in and 3rd party objects to do that, problem is I need one that can
read, create and update exchange appointments. This functionality I
cannot... more >>
Installing .Net Compiler on Win2K -- Upgrade Question
Posted by Steven O. at 2/28/2004 6:38:54 PM
I am considering installing the .Net IDE and Compiler on my Win2K
system. However, a friend tells me that since I have Win2K SP3, the
..Net installation software will, in essence, insist on first upgrading
my system to SP4. Is this correct?
This is a problem, because I've found in the past... more >>
OleDBDataAdapter Question
Posted by Homey at 2/28/2004 6:01:08 PM
I have set up a dataAdapter to a Access .mdb file. When I check the data connection the adapter displays it could not return data from the source
No value given for one or more required paramaters. Where and How do I fix this?... more >>
reading users exchange 2000 calendar with vb.net?
Posted by dave at 2/28/2004 1:06:05 PM
I am looking for code resources on how to read ms exchange calendar with vb.net. Can anyone point me in the right direction to some code samples
thx... more >>
Read/Extract Excel Data in .NET
Posted by Dianna K at 2/28/2004 10:51:05 AM
I am opening, reading and extracting an Excel spreadsheet in .Net (VB). It seems to work fine, however, when I am finished and I open up Excel and try to open up the file a message pops up "File Now Available", "select Read-Write or Cancel". Its almost like my code is changing the documents attrib... more >>
Displaying Output
Posted by Fakhruddin Zavery at 2/28/2004 9:36:21 AM
Hello,
Is it possible to display output from a simple select statement e.g select *
from employee and display it on your apsx page in text boxes or label
fields?
I have seen it that you can display one particular field e.g select phone
from employee where firstname =@firstname.
I can ass... more >>
Handling Null Dates
Posted by kmcnet at 2/28/2004 9:26:05 AM
Hello Everyone and thanks for your help in advance. I am developing an application that utilizes a separate class library for data access to a SQL Server database. One of the tables has several fields defined as DateTime. The data access layer exposes properties for each field in the table. In the i... more >>
Thread termination
Posted by ian_edwards NO[at]SPAM ntlworld.com at 2/28/2004 7:56:53 AM
I would like to execute some code when a thread terminates, in the
context of that thread - I guess similar to an ExitThread handler - is
it possible in a C# .NET application?
I can see a way to execute code when a thread is thrown away - by
having per-thread static attributes that are themsel... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Displaying data in one multiline textbox
Posted by cleggy79 NO[at]SPAM btinternet.com at 2/28/2004 3:49:56 AM
Hello, all I want to do is display details such as name, surname etc
which are read from a database into 1 multiline textbox. I am able to
display name and thats about it. My code looks like this :
For Each objCurrentrow In drrows
txtdetails.Text = objCurrentrow("Firs... more >>
|