Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Jerred

    asp elements question

    quick background: im making an online store, dynamically when i click on a product i have it to display in a label. dim strresultsholder as string strResultsHolder = "<table style= WIDTH: 260px; HEIGHT: 206px><tbody><tr><td align=middle rowspan=6>" dbConnection.Open Dim dataReader...
  2. Jerred

    for... next loops

    this code makes a table(looks like a calendar) and then adds numbers in rows and columns. right now it goes from 1 to 42 my question is: is there a way i can make it stop adding at say 31? dim test as string test = "<table BORDER CELLSPACING=1 CELLPADDING=7...
  3. Jerred

    adding numbers into a table

    im new to vb.net and have a question. im making a form where the user inputs the month and year as integers. i then display the calendar month in the table. i know how to get all the info such as what day of the week the first of the desired month starts on, i just dont know how to add the days...

Part and Inventory Search

Back
Top