User Profile

Collapse

Profile Sidebar

Collapse
kollahus
kollahus
Last Activity: Mar 11 '09, 07:24 PM
Joined: Feb 11 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kollahus
    replied to Finding Generate Dataset control
    Not able to find "genera te Dataset"

    Hi,
    I am not able to find GenerateDataSet On the Data menu in my VS toolbox.

    Thanks.
    See more | Go to post

    Leave a comment:


  • kollahus
    started a topic Finding Generate Dataset control

    Finding Generate Dataset control

    I was trying to do databinding. In one of the ADO.net book they have given to choose Generate Dataset on the Data menu. I was not able to find that, Do I have to add manually ???

    . I tried right clicking of the Data and did choose Items , I was not able to find Generate Dataset Control.
    See more | Go to post

  • Multiple display of panel on the click of a buttton

    Hi

    I have a panel control in Winform, on the panel I have few controls like datecontrol, textbox,combobo x. When I click on a button callled add I want to display the panel. I used the following code.Its working fine.
    Code:
    private void add_Click(object sender, EventArgs e)
            {
                
                panel3.Visible = true;
                
            }
    Now if I click the Add button again...
    See more | Go to post
    Last edited by pbmods; Feb 12 '09, 03:28 AM. Reason: Added CODE tags.
No activity results to display
Show More
Working...