all groups > vb.net > july 2003 > threads for july 29 - 31, 2003
Filter by week: 1 2 3 4 5
Help: Requiredfield validator
Posted by Sean at 7/31/2003 8:40:00 AM
Hi,
I have 2 buttons A and B, textbox C and dropdown list D. When A is clicked,
C is required field. When B is clicked, C and D are required fields. There
is a dummy entry "please select" in the dropdown list. When B is clicked, D
can't be the dummy option.
I wonder what is the best practic... more >>
Should I learn VB.NET or ASP.NET?
Posted by TAM at 7/30/2003 5:43:47 PM
Hi,
I read that ASP.NET uses VB.NET instead of VBScript. I also read that
ASP.NET is a subset of VB.NET. So if I learn VB.NET first then do I have the
knowledge for programming ASP.NET applications or do I need to learn both
VB.NET and ASP.NET.
Thank you.
TAM
... more >>
Dataset Update che funziona in modo strano
Posted by Webmaster of Moon at 7/30/2003 3:09:38 PM
Ciao ho una piccola anomalia, in un dataset. Ho una form di dettaglio
collegata con delle textbox a un database sqlserver tramite dataadapter,
dopo aver generato il dataset e le stringhe sql per aggiornamenti e
selezioni, mi si presenta il prblema. Tramite metodo fill riempio il
database, e poi ... more >>
VS.NET 2003 consume 150MB of physical memory !!!!HELP!!
Posted by Ms.net at 7/30/2003 12:38:42 PM
Please, what to do???
... more >>
RadioButtonList and JavaScript ... Help
Posted by Sean at 7/30/2003 11:54:58 AM
Hi ....
I have a radiobutton list and a label in a webform.
<asp:radiobuttonlist id="one" runat="server" CssClass="text"
AutoPostBack="False" RepeatDirection="Horizontal">
<asp:ListItem Value="one">one</asp:ListItem>
<asp:ListItem Value="two">two</asp:ListItem>
<asp:ListItem Value="thre... more >>
ANN: Future of .NET, Whidbey, Orcas
Posted by Thomas Scheidegger [MVP] at 7/30/2003 2:54:24 AM
Some new details to the next .NET and Visual Studio.NET versions:
http://www.microsoft.com/presspass/press/2003/Jul03/07-29InnovationListPR.asp
New 'Roadmap' up to 2005 !
http://msdn.microsoft.com/vstudio/productinfo/roadmap.aspx
--
Thomas Scheidegger - MVP .NET - 'NETMaster'
... more >>
Problems with ImageList Control
Posted by Alan at 7/29/2003 11:01:37 PM
I am developing a Windows Form application and I am experiencing issues =
with the following line of code.....
Me.ImageListCRSGroupImages.ImageStream =3D =
CType(resources.GetObject("ImageListCRSGroupImages.ImageStream"), =
System.Windows.Forms.ImageListStreamer)
The type of error I get is a ... more >>
Using RegConnectRegistry() with VB.net
Posted by Brian Patrick at 7/29/2003 5:28:07 PM
I cannot seem to get the following code to work in VB.net:
----------------------------------------------------------------------------
-------------------------
Const HKEY_LOCAL_MACHINE = &H80000002
Declare Function RegConnectRegistry Lib "advapi32.dll" Alias
"RegConnectRegistryA" _
(B... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|