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 Wanet Telecoms Ltd 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. TPetersonFlorida

    Stored Procedures returning errors...

    I have an ASP.Net application that calls various stored procedures. I have not yet figured out how to access an error that is raised in the stored procedure from the calling application. Any help is appreciated!!! Thanks!
  2. TPetersonFlorida

    Embedding javascript

    I need help embedding javascript into my aspx page. i have two text boxes and when i am typing in textbox1 on the OnKeyDown event captures what is in it and sets textbox2 to that value, all client side. How in the heck do i do this??? I have been reading and reading and can not find anything...
  3. TPetersonFlorida

    ASP.Net and Javascript and User Control help needed...

    I have a custom user control that has some text fields on it and this control is placed on another web form. One of the text fields on the user control needs to update another text field on the user control as they type. How do I do this? I have done this in classic ASP but can not seem to...
  4. TPetersonFlorida

    Stored procedure help

    I have a database that is used by an application where multiple people are writing to the database. I have one table that stores the next available part number, a sequential number. I need to write a stored procedure that gets that number, increments by one, then writes that new number back to...
  5. TPetersonFlorida

    Table row creation dynamically

    I have a web form with a button on it. I have a table with one row already pre-defined. What i want to happen is the user clicks the button to append another row onto the table, in essence have the ability to append as many rows as they would like. I can get it to create one row but after...
  6. TPetersonFlorida

    how to check a website...

    I have a website and i would like to write a program that i can schedule to run every so often that will check to see if my website is up and running and if it is not then have the program either email me or page me. First question is can this be done and if so how would i go about writing...
  7. TPetersonFlorida

    insert statement...

    I have a table where one of the columns is of 'text' data type. How do i insert a row into this table using the INSERT command? Also, how would you write a stored procedure to do this? thanks in advance todd
  8. TPetersonFlorida

    Global.asa problem...

    I have in my global.asa file a function that fires off when someones session ends. It was working but has now quit working. I dont see anything wrong with the function. Is there something that i dont know about the global.asa file such as it being inconsistent? any ideas?? please help...
  9. TPetersonFlorida

    datagrid with client side scripting...

    Here's the situation: I have a datagrid with the first column being a hyperlinkcolumn. I want to put some client-side scripting on this column, specifically a OnMouseOver event. Here is the code for the datagrid: <form id=&quot;editDataGrid&quot; runat=&quot;server&quot;> <ASP:DATAGRID...
  10. TPetersonFlorida

    Another linked server question...

    Once i have a linked server setup up. How do i join one table from my sql database to another table in my linked server???? thanks in advance
  11. TPetersonFlorida

    Need help with linked servers!!!

    Could someone please tell me how i can set up a linked server to an MS Access 2000 database??? Thanks a million in advance.
  12. TPetersonFlorida

    Popup window question...

    How can i disable or remove the min, max, and close buttons of a popup window?
  13. TPetersonFlorida

    Popup question

    I want to popup a window with a message while the rest of my asp page processes and then at the end of the code close the popup window that i opened up. Can I do this and if so how ????
  14. TPetersonFlorida

    Autocad 2004 Help !!!!

    Does anybody know how to get a custom toolbar to load up everytime when autocad opens up?
  15. TPetersonFlorida

    Application variables...

    Hopefully this is an easy question. I have some asp code that fires off and in it one of the things it does is this: varText = varText & varMoreText Application.Lock Application(&quot;stuff&quot;) = varText Application.Unlock My question is this: if user 1 fires off and locks the variable...
  16. TPetersonFlorida

    session variables

    can you set a session variable from javascript? if so how could i do this when a user closes a popup window????
  17. TPetersonFlorida

    Session variable...

    How can I set a session variable when a page unloads??
  18. TPetersonFlorida

    Help with Popup Windows...

    I'm not getting any responses on the ASP forum so i wanted to see if anybody here could help me. I need to be able to determine if a certain popup window is still open, can that be done and if so how!!???? Here is my code that opens the popup window: <!--#include...
  19. TPetersonFlorida

    Popup Window help !!!!

    I need to be able to determine if a certain popup window is still open, can that be done and if so how!!???? Here is my code that opens the popup window: <!--#include file=&quot;includes\GlobalIncludes.asp&quot;--> <html> <head> <meta http-equiv=&quot;Content-Type&quot...
  20. TPetersonFlorida

    Help with disabling a button

    I want to disable a button when this page loads and i cant seem to get it to work. Here is my code of the button: <input name=&quot;PublicPics&quot; type=&quot;button&quot; class=&quot;homebutton&quot; value=&quot;Public Photos&quot...

Part and Inventory Search

Back
Top