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: *

  • Users: shiggyshag
  • Order by date
  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
  15. shiggyshag

    outlook problem

    Hi I use the below code on my machine and works great when i put this on another machine i get errors any ideas. Dim myApp As New Outlook.Application Dim myItem As Outlook.MailItem Set myItem = myApp.CreateItem(olMailItem) -- error here Cheers
  16. shiggyshag

    Datagrid duplicates

    Hi Had a look but not sure how I can use this. Cheers
  17. shiggyshag

    Datagrid duplicates

    Hi I have a datagrid that I fill from an SQL table. What I need to do is highlight any duplicate rows on surname so if there are two Smith's they both would be highlighted say red. Any Ideas on this Please Cheers
  18. shiggyshag

    SQl Trigger and Session

    Hi No I set session("UserID") and i need to insert that. Cheers
  19. shiggyshag

    SQl Trigger and Session

    Hi Not sure where to post this so I will try here. I have an asp.net form which makes changes to a table via a stored procedure this then runs an sql trigger but I want to pass an asp.net seesion to the trigger so it can add this to the table. Any ideas on how to do this? Cheers

Part and Inventory Search

Back
Top