all groups > dotnet general > june 2005 > threads for monday june 27
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
Loading and Running ASP .NET application
Posted by Dafna at 6/27/2005 11:06:03 PM
while trying to open an Asp .Net application ' I get the following message
(the IIS on my computer is running)
"Visual Studio .Net has detected that the specified web server is not
running ASP .NET version 1.1 you will be unable to run ASP .NET web
applications or services"
what can cause ... more >>
Filter/Search records in DataGridView?
Posted by Job Lot at 6/27/2005 10:49:01 PM
How can I filter/search records in DataGridView after filling it with data?
The BindingNavigator provides default functionality for navigating, adding,
deleting and saving records. Is there anything available for
filtering/searching records? Is there any Filter Bar available in
DataGridView ... more >>
Download .net 2005
Posted by b at 6/27/2005 1:20:07 PM
Hello all, I looked all over but can't find the 2005 beta 2 download.. TIA
... more >>
Cannot open .aspx page
Posted by Wilton Yuan at 6/27/2005 12:02:41 PM
Hello,
I am new of ASP.NET, I am trying to develop a web application with ASP.NET
and Microsoft Visual Studio .net 2002. I create only one simple page with
simple C# code behind, it works fine in the developing computer. After I
move all files to another computer on which web server is istting, ... more >>
how to check expiry date
Posted by Naga Kiran at 6/27/2005 11:42:48 AM
Hi
i want to set expiration date for my web based application. for eg it has
to be worked for 15 days from the date when it was installed.
More over i dont want to use system date to check the
installed date with current date as because any one can easily change the
syst... more >>
databinder.eval
Posted by Ben R. at 6/27/2005 10:46:05 AM
What's the purpose of this static method? I know the general idea, use
reflection to detect type of source object and extract the property or field,
but won't you always know the type of object you're binding against? When
would this be a mystery? Also, does it make a difference if you have th... more >>
Best method to hide/show a single tabPage in a Tab control?
Posted by Robb Gilmore at 6/27/2005 9:56:04 AM
Hello,
This is probably an easy one, but I have not been able to figure it out so
far. I have a tab control on a windows forms app. Depending on some
business logic, I need to hide/show some of the individual tabs.
The tab page has no "visible" property. The tabpage class has a "hide"... more >>
problem with c++ dll called from vb
Posted by ned NO[at]SPAM cop.ufl.edu at 6/27/2005 9:35:21 AM
I wrote the following very simple programs to test calling a c++ dll
from visual basic. I'm working in visual studio 7.
*** the .cpp file ...
int __stdcall ver()
{
return 1;
}
*** the .def file ...
LIBRARY
EXPORTS
ver
*** the vb source ...
private declare function ver... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Detecting USB Ports
Posted by Dean at 6/27/2005 8:27:02 AM
I'm looking for a way to detect available USB ports on a machine using VB
..NET. It would also be advantegous if I could tell if they had hardware
plugged into them as well.
Any help is appreciated,
Thanks,
Deab
... more >>
please I need help with basic ado.net save, basic syntax needed
Posted by Newbee Adam at 6/27/2005 8:05:06 AM
I am having some problems with getting squgglie lines under stringbuilder and
ConfigurationSettings
what am I doing wrong, is this even close to working? help.
------------------------------------------------------------------------------------
Imports System
Imports System.Data
Imports Sys... more >>
Question on Working With Forms
Posted by Stingray5678 at 6/27/2005 6:26:02 AM
This should be an easy questions, but I have not had any luck with the answer.
Can you load all forms in a project at once and just have the visible =
False for all but one??? Then to switch between forms, all you would have to
do is work with the visibility property.
I have a project that... more >>
Opening a File in VB.Net
Posted by Mario at 6/27/2005 5:36:09 AM
I am trying to Open an exe file.
Dim p As String
p = "C:\Program Files\hello.exe"
File.Open(p, FileMode.Append)
Me.Visible = False
But nothing is happening. Any help or Knowledge about this would be
aprreciated... more >>
DataSet & Data Source Configuration Wizard (VS2005 Beta 2)
Posted by Pankaj Banga at 6/27/2005 1:15:04 AM
When I create a DataSet using Data Source Configuration wizard the connection
string gets added to application configuration, public read only property
gets created in settings class and TableAdapter uses this public property to
initialize the connection property.
But why does the connectio... more >>
Data Source Configuration Wizard (VS2005)
Posted by Job Lot at 6/27/2005 1:14:02 AM
Data Source Configuration Wizard (VS2005)
Is it a good practice to have a single DataSet for a DataSource even though
there is large number of tables in a database, or is it better to configure
multiple DataSets using Data Source Configuration Wizard?
Thanks
... more >>
|