User Profile

Collapse

Profile Sidebar

Collapse
penny111
penny111
Last Activity: Sep 7 '07, 05:09 PM
Joined: Feb 8 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Fill other drop down lists using value selected from a drop down list

    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...
    See more | Go to post

  • 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
    See more | Go to post

    Leave a comment:


  • 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...
    See more | Go to post

  • Thanks for your reply ADezii!...
    See more | Go to post

    Leave a comment:


  • 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...
    See more | Go to post

  • penny111
    replied to Storing values into EventArgs
    in .NET
    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)
    {...
    See more | Go to post

    Leave a comment:


  • penny111
    started a topic Storing values into EventArgs
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...