Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~6K People Reached
Favorite Forums
Favorite Tags
Member Avatar for neetika reddy

Hi, I am trying to get TextBox. Whenever I click on the button I should get a TextBox. Here is my code. But I am getting only one TextBox. Collapse private void button1_Click_1(object sender, EventArgs e) { txtRun = new TextBox(); txtRun.Name = "txtDynamic"; txtRun.Location = new System.Drawing.Point(20, 18); txtRun.Size …

Member Avatar for LyndonBroz
0
5K
Member Avatar for priyadarshana

Hello, I am working on desktop application. I had created number of dynamic textbox and label and I want to save that data on clicking the save button. If any question, if you did not get my point clear than please ask. Its urgent. Please Help!!! Please give me suggestion …

Member Avatar for CurtisUN
0
586