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 SkipVought 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. prog247

    need documentation

    Hey, progs. Do u know where can i get any documentation or ebooks on asp.net. Thank you.
  2. prog247

    vb components

    hey i created a little programm in vb *.exe can i put it on the web page?. Thanx.
  3. prog247

    Check Boxes

    Need Help. Thank You.
  4. prog247

    Check Boxes

    Hey, I have a page with the couple of check boxes, they have the same name and the diferent values. When user send the form with the checked checkboxes I catch the name of the checkbox on the next page and trying to do an insert into db. The problem is they have the same name and the value are...
  5. prog247

    Session problem

    No ideas?
  6. prog247

    Session problem

    Hey, i need to refresh a page when the session ends, or when the browser colses. Does somebody know how to do that? I tryed to use OnSessionEnd and it did't work. Any ideas? Thanx
  7. prog247

    Can't do an Update

    So does anybody knows how to do that?
  8. prog247

    Can't do an Update

    I have a little problem. I want do an update when session ends. I was trying to use session on end, and IsClientConnected but it didn't work.
  9. prog247

    Can't do an update

    Can i even do somethink when the session is closing?
  10. prog247

    Can't do an update

    i want to do an update when the session is finished or when the browser is closing how can i do that i tryed to do that by using global.asa file but it it's not working so how can i do that
  11. prog247

    problem with refresh

    It's a good idea but i need to show only the last 10 rows and delete all else. I tried to put a variable in the loop which looping throw the db and increment it each time by 1 and then if it's more than 10 delete first row but it's deleting to slow. I need something else.
  12. prog247

    problem with refresh

    Hey I got a couple of rows and for example i allways add them and when i show them on the web page which refreshs every couple of seconds i want to show only 10 of them if there is more than 10 rows of data in db i want it to delete the top one but if couple of people inserting the data in db...
  13. prog247

    problem with refresh

    k her's more info i got a tree on the page and i'm using the javascript function to open a new window if new window is closed i refreshed the page but the problem is when the user is selecting an item in the tree then and then submit the form and then close the window the page cannot be...
  14. prog247

    problem with refresh

    People i got a little problem with refresh when i sumit a form it goes on the next page then i need to refresh the page. <javascript> location.reload() </javascript> and then i got some alert window and it says: The page cannot be refreshed without resending the information......... So is...
  15. prog247

    problem with an insert

    So can somebody help me? Thanx.
  16. prog247

    problem with an insert

    My problem is i can't do an insert because the values of the checkboxes are pasing like this 1, 2, 3.... So how can i do an insert, or it's multiple insert? Thanx
  17. prog247

    problem with an insert

    People i need some help. How can i do an insert? Please help. Here's the source: First Page: <cfquery name = &quot;name&quot; datasource = &quot;datasource&quot; dbtype = &quot;dbtype&quot;> SELECT id, description FROM table WHERE id = 0 ORDER BY description </cfquery> <form action =...

Part and Inventory Search

Back
Top