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!

Recent content by shiggyshag

  1. shiggyshag

    Postback on DDL with confirm

    Hi Ok I have that now working ok Thank you The problem this has now caused is that this is on a page withe next previous etc buttons so even if i say cancel then move to the next record it does the changes. How can I stop this Cheers
  2. shiggyshag

    Postback on DDL with confirm

    Yes I have
  3. shiggyshag

    Postback on DDL with confirm

    HI Yes I have that it brings a confirm up but if I say ok it dosnt postback Cheers
  4. shiggyshag

    Postback on DDL with confirm

    Hi I have a Datagrid with a dropdownlist. When a change occurs I would like it to popup a confirm box yes/no or ok/cancel (anything like that) and if they select no it doesnt postback if they say yes then it does Any ideas please. Cheers
  5. shiggyshag

    FormsAuthentication multi login

    HI I have a 2 stage login process: The first one is fLogin.aspx which checks the login name and password if this is succesfull it redirects to fMemorableInfo.aspx which shows 3 dropdowns (you know what I mean) if they are succesfull they redirect to fMain.aspx if not they stay for 3 attempts...
  6. shiggyshag

    HIde Label

    Hi Thank you for getting back to me. But I would like to do this client side as I am not doing a post back Cheers
  7. shiggyshag

    HIde Label

    HI I use the below to hide a button when I print my page but it doesnt work for labels what should I use? document.Form1.Label2.style.visibility = "hidden"; Cheers
  8. shiggyshag

    Group Select Option

    Hi Vragabond I don't want them all listed in a massive List I need to have the headings onl then a side list comes out on hover or my list will be massive. FesterSXS Im not sure what you mean could you explain for me. Cheers
  9. shiggyshag

    Group Select Option

    Hi Is it possible to have a select dropdown which can have catagories with arrows So lets say Search Enginee -> (drops down say Yahoo, google etc) Newspapers -> (drops down say Sun, Times etc) Radio (no dropdown but can select it) etc Hope I have made my self clear Cheers
  10. shiggyshag

    Group select dropdown

    Hi Is it possible to have a select dropdown which can have catagories with arrows So lets say Search Enginee -> (drops down say Yahoo, google etc) Newspapers -> (drops down say Sun, Times etc) Radio (no dropdown but can select it) etc Hope I have made my self clear Cheers
  11. shiggyshag

    outlook problem

    I have Outlook on the machine. No exchange. same OS same Outlook. Same SP1 for office Same sp2 for XP. Error is cannot find module. Made sure it is registered on theis machine etc. Any Ideas?
  12. shiggyshag

    Trigger Help Please

    Its ok worked it out where del.Forename <> ins.Forename
  13. shiggyshag

    Trigger Help Please

    Hi I have a table where all the columns are updated even if there is no change to some of the columns from an SP Now I have the following trigger but because I update all the columns it runs can I check the values are different then run it if they are? ALTER TRIGGER TriggerContacts ON...
  14. shiggyshag

    outlook problem

    Hi Yes I have Cheers

Part and Inventory Search

Back
Top