Not able to find "genera te Dataset"
Hi,
I am not able to find GenerateDataSet On the Data menu in my VS toolbox.
Thanks.
User Profile
Collapse
-
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. -
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.
Now if I click the Add button again...Code:private void add_Click(object sender, EventArgs e) { panel3.Visible = true; }
No activity results to display
Show More
Leave a comment: