Quantcast
Channel: Visio General Questions and Answers for IT Professionals forum
Viewing all articles
Browse latest Browse all 2333

Assign stored procedure to form and Add Parameter

$
0
0
private void toolStripButton1_Click_1(object sender, EventArgs e)

              {

                  ControlNames.Clear();

                  if (pnControls.Controls.Count > 0)

                  {
                      foreach (TextBox tb in pnControls.Controls.OfType<TextBox>())
                      {
                          ControlNames.Add(tb.Name.ToString());
                      }

                      FrmParameterSetting obj = new FrmParameterSetting(ControlNames);

                      //  obj.ShowDialog();

                      if (obj.ShowDialog() == DialogResult.OK)

                      {                        

                      }

                  }

              }

Viewing all articles
Browse latest Browse all 2333

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>