Hi,
I have an MDI form with a Status Strip in which I have a progress bar as one of the panels. The purpose of this status bar is to show the progress when bringing up a child form.
I am using the following code to bring up the MDI form:-
Dim myForm As New frmMainMDI
myForm.ShowDialog()...
Hi,
I am trying to create a class which inherits a button. The purpose is to override the Enable and Visible properties.
It seems that you can't override these two propeties. It this true?
Many thanks in advance
Hi,
I am having problems with AddHandlers. These are being fired on alternate clicks. First time they work, second time no, third time they work and fourth no etc ...
I have the following code in Page_Load part
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs)...
Hi,
I created a Web User Control with just a dropdown, listing a number of countries. One of the properties is DefaultValue to which I would like send a country to be displayed.
If I remove the quotes from strCountry, I get the error "Attribute values must be enclosed in quotation marks"...
HI,
I am trying to read the return value from an SQL Server 2005 store procedure. Following is my code. The return value always return a value of 0.
Store Procedure
================
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
GO
alter procedure [dbo].[InsertClass_SP]
@ReturnValue int...
Hi,
I am creating an ASP.NET screen in which the user will be able to select a file from his local disk and uploads it on to an FTP site. When I am running the ASP.NET application through the localhost all runs fine since the file would exists on HDD, on the otherhand, running the application...
Hi,
I am using the Fileupload control inorder to capture a filename and eventually upload it. Before starting with the upload I am checking if the file exists (just in case the user enters the name manually). If the file doesn't I send an error message. At this point the value in the...
Hi,
I am trying to add a panel control onto which I want to insert an image button.
For some reason the image button is not becoming visible.
<%
Dim pnlMyAccount As New Panel
pnlMyAccount.ID = "pnlMyAccount"
pnlMyAccount.Height = 100
pnlMyAccount.Width = 143...
Hi,
I have created a SQL Server database on a PC having SQL SERVER 2005. I revoked all access except to just two users which I created. I took a copy of the mdf file and ldf file onto another PC and included them in the App_Data. This PC has VS 2005 and SQL Express installed.
The connection...
Hi,
- I'm pinging via IP
- IP's are statically assigned
- PC's cannot be joined to the domain since on doing so I get the message that "A domain controller for the domain myServer could not be contacted"
Many thanks
Hi,
I installed a Windows 2003 server having as roles File Server and Application Server. Up to this stage I could ping to other PCs on the network from the server and vice versa. I then added the Active Controller role to the server and from then on I couldn't ping anymore.
Could anyone...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.