all groups > dotnet general > august 2006 > threads for thursday august 31
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 31
Datasource disappeared and project lost....?
Posted by jer84 at 8/31/2006 4:42:39 PM
Hi Everyone
I'm trying really hard not kill something, but I was just about to add
a new query to one of my datatables and then my datasource
disappeared... now I can't load anything and my project is essentially
useless.
There are 60 errors and the majority of them seem to revolve around m... more >>
Including an extended control in webform
Posted by Jibber at 8/31/2006 3:05:56 PM
Sorry for the similar post, but I have clarified the problem a bit more. The
issue is: how do I use an extended .NET control in a webform using VS2005.
In my case, I am overriding the Render for a RadioButtonList control, so I
don't need a user control. So, I just have a very simple class file... more >>
Exception Handling - .Net Runtime Error Unhandled Exceptions
Posted by Larry Herbinaux at 8/31/2006 2:27:02 PM
I have built an asychronous TCP Server that uses the thread pool. I have two
levels of exception handling in case the handling of the inner catch block
throws an exception. The outer catch block does nothing put print a string
literal to our logging mechanism. The general structure for this... more >>
Datagridview Loses Formatting
Posted by ScottL at 8/31/2006 1:46:02 PM
Hi - I have an issue with the DataGridView. I am formatting the DGV in code
and not using the designer. I drop a DGV on my form, code the formatting
including some columns.visible = false. After working with it for awhile, the
formatting stops being applied to the grid. Anyone else seen this. ... more >>
non blocking ssl socket
Posted by Alex Turmer at 8/31/2006 1:09:41 PM
All,
Has anyone managed to make a non blocking ssl socket in .net?
I have an application for it in that I have a .net application that uses
non blocking TCP sockets, and I would like to be able to support ssl.
Thanks - AJ
--
www.deployview.com
www.nerds-central.com
www.project-netw... more >>
Problem with .NET 2.0 Website Control
Posted by Jibber at 8/31/2006 11:23:48 AM
I have a custom radio button class (MyRadioButtonList) inherited from
System.Web.UI.Controls.RadioButtonList. The control is contained in a
standard class file - not a user control. When I try to use it in a web form
..aspx using the following code, I receive "directive is missing a 'src'
at... more >>
Can someone please describe why impersonation requires the impersonator to be local admin?
Posted by Daniel at 8/31/2006 10:28:14 AM
Can someone please describe why impersonation requires the impersonator to
be local admin?
... more >>
xsd:restriction does it work with dataset.readxml ?
Posted by Mac at 8/31/2006 9:30:21 AM
I'm trying to validate input from an xml source to a dataset in
dotnet2.0. As far as I can see, type errors correctly cause an
exception, but values that are the correct type but do not satisify
xsd:restriction conditions are ingested without a murmur. Is this a bug
or a feature?
Very frustrati... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Updating records
Posted by lmnorms1 NO[at]SPAM yahoo.com at 8/31/2006 6:20:17 AM
Hello,
I am trying to update records on a table. I keep the unique ID in a
table array so I can read the array and update the corresponding
record. The code is giving me an unhandled exception in the
command.executenonquery()
Here is the code
Dim xcnt As Integer
Dim gConnString ... more >>
Visual Studio 2005 and Access database mystery
Posted by surfrat_ NO[at]SPAM hotmail.com at 8/31/2006 2:26:41 AM
Hi,
I am having the following problems in getting Microsoft Visual Studio
2005 Professional to link to an Access .mdb
database. Please help me to sort this out.
Problem 1:
The Microsoft page "How to: Connect to Data in an Access Database"
http://msdn2.microsoft.com/en-us/library/cf13... more >>
|