Hi there,
For my application, i need to have 3 drop down lists
1. drop down list of folder names
2. drop down list of documents in the folder selected
3. drop down list of instances of the document selected
(my application uses the BusinessObjects Java Web Services SDK)
The 2nd list is dependent on the 1st, while the 3rd list is dependent on the 2nd. In other words, this is what i want my...
User Profile
Collapse
-
I've found the solution to my problem:
-use mysqldump to export the databases to a .dump file
-create an empty database on the target machine
-import the dump file into MySQL on the target machine -
Importing MySQL databases to a MySQL server on another machine
Hi there,
I've migrated a database named "crime" from an MS Access database to MySQL 5.0.37 using the MySQL Migration Toolkit 1.1.11. What i want to do is to copy the database folder from
C:\Program Files\MySQL\MyS QL Server 5.0\data
to the same folder on another machine. So i copied the files directly over, ran MySQL and it recognizes the database (i can see the database included in the list) when i type... -
-
SQL query to select latest crime for each criminal
Hi,
I have created an MS Access database containing the following tables:
Crime
CrimeCommitted
Criminal
CriminalOrganiz ation
CriminalType
HideoutType
The Criminal table is the parent table that contains a one-to-many relationship with the CrimeCommitted Table (a criminal can commit many crimes). I've sorted the CrimeCommitted table in descending Date (that the crime... -
I tried to create my own EventArgs class called ItemEventArgs, and just pass it into the AddToCartMethod .
<asp:Button ID="Button1" runat="server" Font-Size="Small" Text="Add to Cart" OnClick="AddToC art" /></p>
The above button in an aspx page will trigger the method below
protected void AddToCart(objec t sender, ItemEventArgs e)
{...Leave a comment:
-
Storing values into EventArgs
I am currently building a shopping cart application in C# where there are 10 items to select from. There are 10 "Add to Cart" buttons, when clicked, will trigger a single method. That single method will either add a row (new item), or update the quantity (old item). In my existing code, i loop through each row in the DataSet to determine whether i should add a row or update a row.
Is there a way to store the item information...
No activity results to display
Show More
Leave a comment: