Enter Keywords:
1 - 10 of 326(0.014 seconds)
Sort By:
 
I have 3 edit boxes, I am attempting to validate that the input in each has a value of 1 - 100.  I have a function to determine this, and if not in the range, a messagebox displays.  The problem I ...
Zones: C++Date Answered: 07/04/2001 Rating: 8.0 Views: 0
Hi, Does anyone got Session Start fired twice? Here is my Session Start function      protected void Session_Start(Object sender, EventArgs e)      {             if (Session["UserId"] ==...
Zones: Web Languages/StandardsDate Answered: 11/08/2003 Rating: 9.0 Views: 0
Hello, I have an application with a few forms using the same database/tables. I want that when a record is being edited on a form the other forms could not be reached until the record is posted or...
Zones: Delphi ProgrammingDate Answered: 02/21/2005 Rating: 7.6 Views: 0
Hi All, I am using the following code to push a file to the browser & display the Open and SaveAs dialog using VB.Net:    Private Sub ExportToVCard(ByVal sContent As String)         Dim resp...
Zones: MS Visual BasicDate Answered: 10/26/2004 Rating: 6.2 Views: 0
Hi there... I have a site with loads and loads of froms.. and the only way I could manage the form entry was to create a php submission page in between the form pages... for example... [page 1]...
Zones: JavaScriptDate Answered: 01/12/2005 Rating: 8.2 Views: 0
Gurus, After installing service pack 1 for .Net framework version 1.1 i am having very strange behaviour. All buttons and list box is getting keyup events twice. I haven't checked other controls...
Zones: MS Visual BasicDate Answered: 03/11/2005 Rating: 6.6 Views: 0
Hi, Urgent question here, quite simple tho. I am trying to select some data from the DB, its coming from 2 tables that are linked by ID's within the tables. select product_group.name, prod...
Zones: MySQL ServerDate Answered: 11/06/2005 Rating: 6.8 Views: 0
Greetings, I've got a nifty function which determines if a process is running: public static bool IsProcessRunning( string processName ) {     Process[] proc;     proc = Process.GetProcess...
Zones: C#Date Answered: 12/09/2005 Rating: 8.2 Views: 0
i have the ip stored in a  database    select  ip from table how can i onload redirect them to other page if user ip is already in the database ? preety much what i need is to allow users to ...
Zones: ASP.Net ProgrammingDate Answered: 04/18/2007 Rating: 7.2 Views: 0
I have a form load event handling my combo box's "SelectedItemChanged" event. The following code is supposed to populate my combo box once, but it's getting populated twice. Any help? Everyth...
Zones: MS Visual BasicDate Answered: 11/17/2005 Rating: 8.6 Views: 0