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: Jeet2004
  • Order by date
  1. Jeet2004

    How to show hyperlink in error message on asp page

    chopstik, Thanks for your reply but i dont understand how thiis would help me. what i want to do is suppose that i diplay total of 10 error messages and one of the message is "please refer to handbook for resolvign this error." so what i want is user should be able to click on handbook and go...
  2. Jeet2004

    How to show hyperlink in error message on asp page

    Hi, In my asp page i have error messages displayed in the first line, so what i do is every page load i check for a variable and displays the message as different message are displayed depending on the error encountered. now what i need to do is in one of the messages i have to provide a...
  3. Jeet2004

    populated comboboxes on client side from asp code

    Hi, here is what i need to do. i have three comboboxes on an asp page where selection in first box determines list of items to be shown in second combobox and selection in first and second combobox determines things to be shown in third combobox. The list of items need to be populated from the...
  4. Jeet2004

    javascript three linked combobox populated using asp

    Hi, here is what i need to do. i have three comboboxes on an asp page where selection in first box determines list of items to be shown in second combobox and selection in first and second combobox determines things to be shown in third combobox. The list of items need to be populated from the...
  5. Jeet2004

    Datedifference in months

    The text boxes can be set for something for the same year as current date's year ( for example for if we do that today 1\17\2006 then you can set any date for 2006) what i want to see is if for today some on enters 3\17\2005 there should be no error message and if its 2\17\2005 it should throw...
  6. Jeet2004

    Datedifference in months

    Here's what i need to do. on my webpage i have three boxes one for each date, month and year. I need to compare todays date and this date (from textboxes) and see if the difference is more than 10 months. I dont know how to calculat the difference in months. One thing which comes to my mind is...
  7. Jeet2004

    how to detect browser type

    got it how to do it Just posting so that if someone needs would know how to...:) <% dim strUA strUA = Request.ServerVariables("HTTP_USER_AGENT") If InStr(strUA, "MSIE") Then response.redirect "desiredpage.asp" else %> <SCRIPT LANGUAGE="Javascript"> alert("<% ="Your web browser is not...
  8. Jeet2004

    how to detect browser type

    what i need to do this if a user is using non IE browser then direct him to a different page with a message that they are not using IE so cant use the website and if they are using IE then show them different page. I dont know how to detect the browser. Thanks for your help
  9. Jeet2004

    DTS package to crate a CSV file in a loop

    can you suggest me a code sample to look at Thanks
  10. Jeet2004

    how to create an exe which runs and gives the results without user rol

    i want to create an exe which should display results as soon as the user clicks on the exe file to execute. For example if i have an program to display a message box as soon as user clicks on the exe where shoudl i be writing the code so that it displays the message box closes on its own. Shoudl...
  11. Jeet2004

    DTS package to crate a CSV file in a loop

    Hi, Here's what i need to do. 1.Find out the BatchNames for a particular day. 2.For each BatchName create a CSV file of that batchName wiht the details of that batch with specific column headings. 3.Ftp these files (ftp can be done one file at a time or all the files in a batch) All i know is...
  12. Jeet2004

    post excel file to a password protected ftp site

    I take my words back the link i had up there is for vb and i want to do it using asp if possible. I mean is it possible to do it in vb script without using the intel control thanks.
  13. Jeet2004

    post excel file to a password protected ftp site

    How can i post an excel file to password protected ftp site. I found this when i googled but was wondering is there another better way to do it other than using file sytem objects http://www.eggheadcafe.com/authorcodesamples/20010821.asp Thanks.
  14. Jeet2004

    Generate a CVS file with timestamp as filename

    mrdenny could you please elaborate on the above. Thanks.
  15. Jeet2004

    Generate a CVS file with timestamp as filename

    Also i need to post this file on a ftp site which is password protected How can i do this in a DTS package that its gets posted out there Thanks for you help in advance
  16. Jeet2004

    Generate a CVS file with timestamp as filename

    It might be really stupid question but as i dont know how to do it its really difficult for me. Here's what i need to do I need to create a dts package to get data from tables using query and write it to a file (.csv file). I am able to do till here and now struggling with 1. how can i make...
  17. Jeet2004

    how to retrieve collection object key

    Thanks strongm. i tried to put dicitionay and it didnt show in intellisense do i need to reference something
  18. Jeet2004

    how to retrieve collection object key

    i thought of that but the thing is i am working on a preexisting code and wont be able to change . is there some way susing collections ???
  19. Jeet2004

    how to retrieve collection object key

    I am new to vb6.o so if its a stupid question dont be mad. here is what i am trying to do I am trying to populate a collection with item and key eg Topic.SoCollection.Add(strSolution, CStr(bAnsID)) now how can i retrieve the value stored in bansid like for strSolution i can use...

Part and Inventory Search

Back
Top