Search results for query: *

  1. C

    Send Multiple POST() Requests

    I query a database and Post() individually each result that meets the criteria of my select statement, and write the results on screen. If my query returns 5 results, I have to individually send all 5 requests. What is the best way for me to send all 5 at the same time (or sequentially) and...
  2. C

    Line Up TextBox to Label Dynamically

    I am want to (by any option from the toolbox) have 2 columns...1 with the field and 1 with answer. What I have trouble with is how to line-up the answer with the field when the field could have multiple answers. I want this output field ---- answer EmpID ID Phone Phone1 Phone2...
  3. C

    Dynamically Add Text Box After Label

    A more experienced user will probably laugh at the predicament I have gotten myself into but here goes. I am dynamically creating labels on a windows form flow layout panel. Perfect, formatting properly, lining up properly hooray! Well....now I need to dynamically create a text box that will...
  4. C

    Dynamically Add Labels Vertically Down Page

    I know the syntax to create labels dynamically, but how can I control the positioning of labels so that they are created vertically down the page to look like such label1 label2 label3 label4 label5
Back
Top