User Profile

Collapse

Profile Sidebar

Collapse
Mayiko
Mayiko
Last Activity: Sep 4 '07, 10:35 PM
Joined: Aug 25 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Mayiko
    replied to Datagrid Changes
    Any help would be appreciated!!
    See more | Go to post

    Leave a comment:


  • Mayiko
    replied to Dataview Filter
    Can anyone help? I would really appreciate it.
    See more | Go to post

    Leave a comment:


  • Mayiko
    replied to Dataview Filter
    I am using vb.net. I have never used asp.net
    See more | Go to post

    Leave a comment:


  • Mayiko
    started a topic Dataview Filter

    Dataview Filter

    I am try to filter the DataGrid based on user input. I have a text box and a combo box. One contains the column and one contains the value.

    Code:
    Private Sub btnSearch_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSearch.Click
            Dim strFilter As String
            Dim FilterFor As String
    
            strFilter = cmbSearchBy.Text
            FilterFor = txtSearchFor.Text
    ...
    See more | Go to post

  • Mayiko
    started a topic Datagrid Changes

    Datagrid Changes

    I have a form with a datagrid and two buttons. One of the buttons is "Delete" and the other is "Save." For some reason, when I hit the save button after a delete it errors out. I can add a row to the datagrid and the changes are st to the database with no problems. I only have problems when I remove a row. Here is my code. Thanks for the help.

    Code:
    Private Sub btnSave_Click(ByVal sender As System.Object, ByVal
    ...
    See more | Go to post

  • Mayiko
    replied to Form Closing Events
    Thanks for the help!
    See more | Go to post

    Leave a comment:


  • Mayiko
    started a topic Form Closing Events

    Form Closing Events

    I am new to VB so please bear with me. This is my first program. I am using VB 2005.

    I have a main form that has several buttons on it. When one of these buttons is pressed, it hides the main form and shows another. What I want to do is make it so that when one of the forms other than the main is closed (by using the "x") the main form pops back up.

    Any help is appreciated. Thanks.
    See more | Go to post
No activity results to display
Show More
Working...