Advertisement

1 - 10 of 65 containing alltags:("addhandler") (0 seconds)
VB.NET 2003 So why in the world you cant start with the regular: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click 'Code here E...
Zones: Visual BasicDate Answered: 10/25/2003 Grade: A Views: 0
I'm creating dynamic objects in a WIN form.  I know the names of them...for example  "Panel5" Now, how can I dynamically access them...for example, to set visible to true or false?  Something li...
Zones: MS Visual BasicDate Answered: 02/03/2005 Grade: A Views: 0
Have a dropdownlist created in my LoadMain() which is called from the Page_load: ************************PAGE LOAD********************8Private Sub Page_Load(ByVal sender As System.Object, ByVal e...
Zones: ASP.Net ProgrammingDate Answered: 07/13/2005 Grade: A Views: 0
I am dynamically generating several textboxes, drop down lists and buttons in my application and i'm trying to setup the Addhandler control for the buttons and drop down lists.  I know the syntax i...
Zones: ASP.Net ProgrammingDate Answered: 07/18/2005 Grade: A Views: 63
Hello I specified a DayHeader-control that represents one day in a timeline. To build the timeline, I have a panel on my form that is filled up with DayHeader's. This happens on-the-fly because ...
Zones: MS Visual BasicDate Answered: 04/18/2006 Grade: B Views: 0
Hi, Our company usually works with C#, but this is an old piece of code that was written in VB.NET. The issue we're having with this was that the AddHandler does not seem to be working when we c...
Zones: ASP.Net ProgrammingDate Answered: 01/30/2007 Grade: A Views: 0
For Some reason my Apache does not run CGI Script and gives me Error 500 or Error 404. Here below is the config of my server related to CGI. ScriptAlias /cgi-bin/ "E:/root/lhn/root/cgi-bin" <D...
Zones: Apache Web Server, SSIDate Answered: 03/12/2002 Grade: B Views: 0
I have a frustrating problem. I am working on an asp.net page that has a number of textBoxes on it, as well as a listBox which is added DYNAMICALLY during page load.  This is because what I want...
Zones: .NET, Microsoft ProgrammingDate Answered: 01/02/2003 Grade: B Views: 0
I am developing a custom datagrid control that generates the columns dynamically. I am creating the columns in the constructor. The constructor looks like this dim dg as new jasongrid("sqlstatement...
Zones: .NETDate Answered: 01/10/2004 Grade: A Views: 0
I need to generate a button in a after the rest of the table is built and have it fire an event.  I have the code below and (it is fired as part of routine another control click-event on the page.)...
Zones: .NETDate Answered: 01/26/2004 Grade: A Views: 0