all groups > dotnet general > august 2003 > threads for saturday august 9
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
Setting values in ASP.Net controls
Posted by Kerri at 8/9/2003 8:15:43 PM
I have a page that allows users to create a user account.
The aspx has various dropdowns that I populate by binding
the dropdownlist to a dataset.
OK so far?
However, I also want a page where the user can edit their
profile..so I need to be able to set the selected value
based on what... more >>
MSDN Universal - where is Microsoft BizTalk Jumpstart Kit ?
Posted by L Mehl at 8/9/2003 5:30:03 PM
Hello --
Let me know if this is not the correct place to post this question, and tell
me where to post it.
I downloaded
MSHEALTHSDK.EXE, Self-Extracting Compressed File
successfully.
When I attempted to install it, I recieved the message
"Severe
---------------------------
Before proc... more >>
Windows Service Failure
Posted by Mack at 8/9/2003 5:22:10 PM
I have written a Windows Service, and while it was
working fine previously, it will not start now! Everytime
I try to start it, I get a message which reads:
"..service was started and then stopped. Some services
stop automatically if they have no work to do, for
example, the Performance L... more >>
ClassFactory Error! PLZ HELP!!!
Posted by Nico at 8/9/2003 10:05:09 AM
I get this error when I try to create just about any type
of solution using Visual Studio .NET. I have gone as far
as removing and reinstalling the whole thing and I still
get the error. I have downloaded and installed the
latest .NET Framework update and whatever VS updates are
availabl... more >>
Type conversion problem .
Posted by ann at 8/9/2003 6:39:21 AM
Does somebody know why I get a blank string in strA? Last
time post the wrong code.
"
Option Strict On
Option Explicit On
Public Class Cast
Private Sub FuncA()
Dim strA As String
funcB(CType(strA, Integer))
MsgBox(strA)
End Sub
Public Sub fu... more >>
Is there a capacity limit in hashtables?
Posted by Cengiz Dincoglu at 8/9/2003 3:57:05 AM
When I insert a long value as key and the object to a hashtable. it fails at
about 600,000 data points.
ht.add(long, long)
We are developing a real time application that is required to keep about 2.5
million objects in a hashtable and the object should be readly available to
the app very fa... more >>
|