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 ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20145768.html
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"] ==...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_20581652.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20905389.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21170465.htm...
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]...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21272421.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21346893.htm...
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...
http://www.experts-exchange.com/Database/MySQL/Q_21621229.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21659255.html
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22516920.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21633894.htm...