all groups > dotnet general > november 2004 > threads for saturday november 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
DataGrid - New row event???
Posted by dbuchanan52 NO[at]SPAM hotmail.com at 11/13/2004 10:41:59 PM
Some say there is no new row event for the VB.Net DataGrid. Hard to
believe! Is that really true?
I want to create a GUID in a hidden ID column when the user begins to
enter data into a new row.
The only way around I can think of is to test if the ID column is null
any time a cells in a row... more >>
CType and annoying build errors
Posted by dbuchanan52 NO[at]SPAM hotmail.com at 11/13/2004 10:18:47 PM
I am using the following code instead of a very lengthly select case
statement.
(I have a lot of lookup tables in a settings form that are selected
from a ListBox. The data adapters are given a similar name to the
table. Rather than making a long Select Case that could become
obsolete if look... more >>
Help to disable an ImageButton?
Posted by Nate at 11/13/2004 7:46:02 PM
I am trying to set the Enabled property of an ImageButton on a web form. I
would like to programmatically Enable and disable the image Button from code
behind using C#.... more >>
Bind an Integer Property
Posted by João Santa Bárbara at 11/13/2004 5:08:12 PM
Hi all
i have made one control, and one of the properties is an integer property.
when i made the bind of that property with the view, is does not alow to be
null? is there any solution ?????
but i need this property to be null.
EX
Public Property MyProp () as integer
...........
Me.Ult... more >>
resource manager
Posted by Bern at 11/13/2004 4:50:29 PM
is there a resource manager in C# .NET?
For example, I want to add some images, some binary data to an assembly, but
how to do it?
I created a .RESX file, and opened it in the studio, but all it shows is an
user-unfriendly interface.
... more >>
visual studio update on winserver2003
Posted by Andrea Sansottera at 11/13/2004 4:42:19 PM
Hi fellows,
I am experiencing a problem while I try to update Visual Studio.NET 2003
on Windows Server 2003.
It tells me tha it is impossibile to connect to the update site. It
doesn't matter if I do it from the Visual Studio menu or from the
windows "add/remove applications" control panel ... more >>
can VS.net 2005 with vs.net 2003 worked together in one
Posted by tony at 11/13/2004 3:29:55 PM
Hi
Any one know that can VS.net 2005 with vs.net 2003 worked together in one
manchine?
if it can working together, how can I set up it?
Thanks
Tony
... more >>
Which magazin to subscribe to ? (dotNET & C# )
Posted by Andra¹ec at 11/13/2004 3:25:16 PM
hello
i am planning to subscribe to magazin which is connected to dotNET and/or
C#.
it must be on english, possibility to send it to Croatia (Europe), and to
pay with credit card (MasterCard).
i will consider also online magazines.
regards
Alen Andrasec
--
13.11.2004 15:22:37... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Software relationship diagram
Posted by pksdiva at 11/13/2004 11:07:01 AM
Is there a chart available that shows the relationships between the various
software products? I am starting to develop apps in the .NET environment. I
will have SQL Server database(s), SharePoint, FrontPage and Visual FoxPro
elements. I need to ensure that I have a server with all the suppo... more >>
Combox Listbox ??
Posted by Charles A. Lackman at 11/13/2004 10:10:59 AM
Hello, I have a combox that I am trying to get to work in the following
fashion.
As you type in the combox that the item that matches what you are type is
selected.
as you type a last name:
Leyman
when L is typed
'Laner' is selected (first item that starts with L)
When Le is Typ... more >>
MSDN Installed before .NET
Posted by Kathie at 11/13/2004 9:11:02 AM
..Net can't seem to find my MSDN when I press F1 on a form - it keeps
prompting me for the CD. Is there a setting in dotNet where I can tell it
where my MSDN is?... more >>
ICloneable ... why type it out?
Posted by smith at 11/13/2004 7:29:50 AM
I've been making deep copy clones of objects since my second week or so with
..Net (it took me the first week to realize that shallow copies were usually
worthless as "clones").
Normally I call my method "Clone" ... it's just a naming habit I got into
with VB5/6 using LSET on UDTs for seriali... more >>
How to Control Timer Event?
Posted by Mr. B at 11/13/2004 4:18:23 AM
My current app has a timer that I kick ON in my Form1_Load as follows:
' Set Up the Timer Function
Dim t As New System.Timers.Timer(12000) ' 1000 = 1 Second
t.Enabled = True ' False to Turn OFF
AddHandler t.Elapsed, AddressOf TimerFired
This in turns fires up my sub called "... more >>
smart card in vb.net
Posted by leron at 11/13/2004 4:02:05 AM
I am trying to read and write data from smart card in vb.net but the project
doesn't recognize the winscard.dll
i know that in vb6 there is no problem
does any body know how to do it in vb.net?
thank you... more >>
Clearing an Array...
Posted by Gary at 11/13/2004 4:01:22 AM
Hi
How does one clear an Array?
Situation is when I am executing my program everything works fine, but when
I try and repeat the program without resetting my program I get this error,
'System.IndexOutOfRangeException' , does this mean I have to somewhere
reset/clear my array before I can... more >>
|