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 bkrike 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: wudang26
  • Content: Threads
  • Order by date
  1. wudang26

    I added another select or dropdown

    I added another select or dropdown to my datagrid. Since Im doing this and im using getElementByTagName. I get errors since I have 2 dropdowns in my grid. So im trying to toggle the dropdown to display then hide. function OnChange(down) { var flag = true; var dropdowns = new Array()...
  2. wudang26

    exporting data to flat PATH

    not sure this question should be here. I'm trying to create a fully qualfying path so that I can drop a flat file into a location on a different server. I have credentials to do it. but I'm not sure how to set up my path/string . Does anyone know how to do this example...
  3. wudang26

    DropDown and Datagrid

    I'm trying to get my function to display a value or make a label visible once you select a certain value from the dropdown thats in my datagrid. Is there a way to do this Any help would be appreciated. <script language="javascript" type="text/javascript"> function OnChange() { var...
  4. wudang26

    server varibales

    ok Im using visual studio.net <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="True" Inherits="test.WebForm1" im trying to get the server variable to display str = Request.ServerVariables("HTTP_ID") question how is this formatted/coded in the aspx page or is this done on...
  5. wudang26

    get current and previous record

    I have this query that gets a name based on the a begin date in my table <= sysdate and then the end date. I get one value from the name field when I do this. I would like to get the previous record So there would be 2 values in the results. Any help would be appreciated. name2 - previous...
  6. wudang26

    query get previous name

    I have this query that gets a name based on the a begin date in my table <= sysdate and then the end date. I get one value from the name field when I do this. I would like to get the previous record So there would be 2 values in the results. Any help would be appreciated. name2 - previous...

Part and Inventory Search

Back
Top