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 strongm 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
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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
  6. 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...
  7. 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...
  8. 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.
  9. 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...
  10. 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...
  11. Jeet2004

    how to create meeting request automatically adjusting diff time zones

    Is it possible for me to create a meeting request which will automatically adjust for anyone opening it in a different time zone?
  12. Jeet2004

    create a meeting request automatically adjust for different time zone?

    Is it possible for me to create a meeting request which will automatically adjust for anyone opening it in a different time zone?
  13. Jeet2004

    conditional submit

    Here is what i want to achieve Create a page which displays all the comments by a user in a table and has a text box and a button to submit new comments. Now what i have achieved till now is -- fetch the data from database and display the data. I need help in following. 1. i want to insert...
  14. Jeet2004

    how to find the difference between two rows for a particular field

    here is the example of my problem I have a table as follows Contract# Date DateDiff=>5days 1 12/1/2005 1 12/6/2005 2 12/21/2005 2 12/24/2005 2 12/24/2005 now i need to fill the last column with y/n depending on...
  15. Jeet2004

    slideshow animated gif

    HI, Couldnt find something so posting this question.If someone has already replied could someone point me to appropriate thread. Here is what i need. I have around 10 picutres (text) which i want to put in a gif file so that it appears as if the text is scrollig or its a slide show.How can i...
  16. Jeet2004

    how to have a hyperlink in a message box?

    I have seen this but i dont know whether they are message boxes or forms ? Is it possible to have a hyperlink in a messagebox ? or i have to use the work around of having a form and then on button click raise some other event to come back to the original form. thanks.
  17. Jeet2004

    How to create a simple data access layer

    Hi, It might be simple but i dont know how to go about it. I have all my sql calls and code in the app itself and now i have been told to have all data base iterations using data access layer. Now Q's i have is 1. what all should be there in a DAL 2. how to create one Any code snippets would be...
  18. Jeet2004

    how to debug com component from asp

    Can anyone tell me how ot debug a com component in vb used in an asp page. thanks.
  19. Jeet2004

    how to debug com component on local m/c with asp page

    I am going nuts and have no clue how to debug a com component from asp page. I have the project for com component and the asp page now how can i debug either both or atleast the com component It might be easy for some ppl but for me i have no clue. any help would be highly appreciated. Thanks
  20. Jeet2004

    run the whole package as a transaction.

    In my pacakage i have an sql task where i truncate the table and on success(workflow) it reads a txt file and transfers the data to sql table (a regular dts task) Now here is my problem the thing is if for some reason the dts transformation task for reading from txt file to sql table if fails...

Part and Inventory Search

Back
Top