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 strongm 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: *

  • Users: mhamlett
  • Content: Threads
  • Order by date
  1. mhamlett

    Add Default Value to TexBox in ListView ASP.NET

    I have tried many solutions found online that seemed to work for others but not working for me, can someone please tell me if there is something else I have to do to make this work? I simply need to add default value to TextBox when using ListView. online example 1: protected void...
  2. mhamlett

    Concatenate String Formula ?

    I'm not sure the formula I need, hopefully someone can give me advice and point me in the right direction. Field_______________ Field2 example1.................. red example1.................. blue example1.................. green example2.................. red example2.................. green...
  3. mhamlett

    From Date To Date Return Total Hours ASP.NET FORM

    Below is my code and it simply renders 2 textboxes and a button. The first textbox value will be "FROM DATE" and the second textbox value will be "TO DATE". The database table has a column for Hours and a Column for Date. When the end user submits their entry, I would like to return the total...
  4. mhamlett

    How to Insert multiple rows of data (at once) into existing Database Table

    Hello I am looking to add multiple column entries to existing database table by way of script, i.e.; Column1-- Column2-- Column3-- Column4 12345----- Testing---- Testing---- Testing How can I repeat/input this exact data for 500 rows in a single script? The End User will be using a form...
  5. mhamlett

    Add Multiple Column Entries to Database Table at 1 time

    Hello I am looking to add multiple column entries to existing database table by way of script, i.e.; Column1-- Column2-- Column3-- Column4 12345----- Testing---- Testing---- Testing How can I repeat/input this exact data for 500 rows in a single script? The End User will be...

Part and Inventory Search

Back
Top