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 gkittelson 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. 4181944

    How to save post file to local disk?

    Thank you for your reply. Let me clarify more: The code is: <form action="savefile.php" method="post" enctype="multipart/form-data" name="form1"> <input type="file" name="efile"><BR> <input type="radio" name="storage" value="remote" >Save To Web Server<BR>(maximum file size 50k)<BR> <input...
  2. 4181944

    How to save post file to local disk?

    Hi, Dose anyone know to implement this: I have a post form include a file and pair of radio buttons (let user choose file saving location). If user select “save to remote”, the file need to be upload to remote server, when the user select “save to local” the file need to be saved into default...
  3. 4181944

    Hi, I have two tables: Product.t

    Hi, I have two tables: Product.tbl ------------------------- ProductID | ProductName | ------------|-------------- 1 | CD-ROM | ----------|-------------- 2 | RAM | ----------|-------------- 3 | Monitor | ------------------------- Category.tbl...
  4. 4181944

    ? about use onMouseOver in HyperLinkColumn

    Does anyone know how to use onMouseOver in HyperLinkColumn? i.e When mouse move to hyperlink, a label.Text will display description about that link.(DataTextField ,DataNavigaterUrlField and description in the same table, so have the same primary key). Alternative, any similar solutions...
  5. 4181944

    Image submit button

    //Do you have both buttons on the form? Yes. Even I removed the submit button(<input type=&quot;submit&quot; name= &quot;butsubmit&quot; value=&quot;click me&quot;>) from the form, I still can not get $imgbut variable after form action.
  6. 4181944

    Image submit button

    Hi, I changed the submit button created using <INPUT TYPE=&quot;SUBMIT> to an image submit button <INPUT TYPE=&quot;IMAGE&quot; SRC=&quot;login1.gif&quot;>. here is my code: <? if(isset($imgbut)){ echo &quot;You click image button: $inputtext <br>&quot;; //*** } elseif (isset($butsubmit)){...
  7. 4181944

    regular expression

    Hi All, Can someone tell me how to use query to find or group records which using regular expression in MySQL? eg. tableID = from 0001 to 9999 1) I want to find all records that match tableID the first and the third is digit 1.(eg: 1017,1717, 1614......), if i use query below , select *...
  8. 4181944

    What files should i upload to my ISP server?

    Hi All, I am new to asp .NET. I use Visual Studio .NET to create asp .NET page, build and run it successful on my local machine. But when i upload to my isp server, it doesn't work. The files i upload are *.aspx, *.aspx.cs, web.config. My question is what files should i upload to my ISP server...
  9. 4181944

    Text DataType

    Hi All, I designed a table and chosed TEXT as DataType for one field(e.g story1). The default size for the TEXT is 16 bytes, I am not able to change it. When I use Stored Procedure to insert data to db, it only stored 16 characters in that field. How can i create a TEXT DataType without length...

Part and Inventory Search

Back
Top