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

    Price compare site

    I plan on only doing etheir query or rss feed method. What I'm trying to figure out is once I have the data, how do I combine the different sources into one dataset or xml, then populate it in a gridview. I was not very clear on my first request. What doesn't kill you makes you stronger.
  2. EZEason

    Price compare site

    I need some advice on how-to do a project. What I'm doing is a price compare book site for a college. I'm not sure on how to retrieve the data from other sites and populate a table. I know some sites will give me data access to their inventory, but how do I put all the data together? Into an XML...
  3. EZEason

    Server App monitor

    I need some guidance on how to develop a server app to monitor other server apps. I need to capture start time, end time, user name, and ask them user for a project code. I plan on putting the data into a SQL Database. My first thought is to write a console app that captures the data then...
  4. EZEason

    Insert JS into Page Head

    Can you provide an example, I'm not sure I follow. What doesn't kill you makes you stronger.
  5. EZEason

    Insert JS into Page Head

    I have a webpage that has some JavaScript in the <head> tag of the page. I need to dynamically add a JS Array on PageLoad into the <head> tag of the page. The code is adding the array into the <body> tag of the page, but the JS error and can not find array. Here is my VB code...
  6. EZEason

    Stop Function after 10 seconds

    I have a vb.net console app that reads data from rss feeds. I need a way to stop a function after 10 seconds. The main() calls about 30 functions and if one gets hung up while trying to read a feed, it will error out and stop the whole process. So what I want to do is call the function, and if...
  7. EZEason

    RegEx for HTML Table

    RegEx is new for me, so any help is appreciated. I need to extract out a price for a line in and HTML table. Here is what the line look like: <TD><SPAN style="font-face: Arial"><B>Best Price : </B>$000</SPAN> </TD> I just need to extract the price. Can any show me and example of this in...
  8. EZEason

    Remote Login Denied Access

    Yes. There are 3 of us trying to figure this out. All the permission are set. It is only on the web folder in IIS, and only on my computer. I can login on other computers. What doesn't kill you makes you stronger.
  9. EZEason

    Remote Login Denied Access

    I can not remotely connect to IIS6 from my pc. I can login and see the files, but when I click on a file it say's "You have been denied access to this machine." We have check the login permission and it works fine on other machines, but not on mine. We wiped my drive and reinstalled XP and IIS 6...
  10. EZEason

    Undo checkbox on Validation error

    I have a group of checkboxs that are created dynamically when the form loads. There could be 10 to 25 different check boxes depending on the results. I have a textbox with a RequiredFieldValidator set to watch it. When a user clicks a checkbox and the textbox is empty a validation error is...
  11. EZEason

    Music tag

    ECAR, You are correct. The music should start after the reader scrolls down the page to a certain point. The client want everything on one page.(EBook, one page per chapter)So he only wants the music to play while the reader is reading a section of the chapter. Jim What doesn't kill you makes...
  12. EZEason

    Music tag

    If I embed the music will it start when the page loads? I do not want it to start on page load. The music should play only when a section of the page is visible. (Clients specs not mine.) Jim What doesn't kill you makes you stronger.
  13. EZEason

    Music tag

    How can a play music on a web page, the music will only play when a certain object is visible on screen? (like a link, or image) Jim What doesn't kill you makes you stronger.
  14. EZEason

    Software in Active Directory

    It is if you plan to sync the client machine with the server via VB. What doesn't kill you makes you stronger.
  15. EZEason

    Software in Active Directory

    Does anyone know if XP logs all the install software & HotFixes in AD on the clients machine? If so, is there a way to send that data to SQL Express? Jim What doesn't kill you makes you stronger.
  16. EZEason

    Dynamic array with js file

    This may help, it's the code view from my page. The JS appears at the bottom of my page. </div> <SCRIPT language="javascript" type="text/javascript"> nNews=new Array(); nNews[0]=New Array() nNews[0] ["text"]="New Organization" nNews[0] ["link"]="#" nNews[1]=New Array() nNews[1]...
  17. EZEason

    Dynamic array with js file

    I tried that, but still get the same error. What doesn't kill you makes you stronger.
  18. EZEason

    Dynamic array with js file

    The app is asp.net, with some javascript. I have a JS file that looks for an array and creates a news link that fades in and out, rotating through my array. They array is dynamicly build in an asp.net/vb.net webcontrol and looks like this: <SCRIPT language="javascript" type="text/javascript">...
  19. EZEason

    SQL Express Win Auth

    I tried it and recieve Error 3706: Provider cannot be found. What doesn't kill you makes you stronger.
  20. EZEason

    SQL Express Win Auth

    I have an app that is to store data into a SQL Express database. The connection works fine. I can store data from my pc. The database is set up for Windows Authentication. When the app runs on another workstation, the data is not save. Here is the connection string: ConnectionString =...

Part and Inventory Search

Back
Top