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

  1. snobrdinrtiste

    pdf links won't open in safari browser???

    Hey Mac guru's, I have a pressing problem I can't seem to find an answer to. I have a bunch of pdf's online and they all have hyperlinks. The hyperlinks all work fine in IE, Firefox, Chrome (PC based browsers). But in Safari, the links won't open unless I open up the pdf in Acrobat Reader...
  2. snobrdinrtiste

    localhost has really slow response time

    Hi everyone, I installed php 5.2.1 and mysql 5.1 on my pc to do some php development. Everything works fine however when i call up a php page, the response time takes really really long to serve up the php page. Any ideas why this is happening? even a simple <? phpinfo ?> takes a long time.
  3. snobrdinrtiste

    Create Access Table with Primary Key in ADOX

    Can someone help me with this... i'm stumped how can I add a primary key to an Access table I created using ADOX. here's my code: ADODB.Connection sqlconAdo = new ADODB.Connection(); ADOX.Catalog sqlcatAdox = new ADOX.Catalog(); ADOX.Table sqltableAdox = new ADOX.Table(); ADOX.Key sqlKeyAdox =...
  4. snobrdinrtiste

    ok this is a hard query to do...please help

    hey guys sorry for the cryptic subject header but.... i have a problem of trying to query a table that has for example 3 records that has the same information for the name, address, phone, etc. fields EXCEPT for the comment field so the records will look like this: john doe1 - new york -...
  5. snobrdinrtiste

    Logging all DTS activities and ip connections?

    is there a way to log all dts activity including ip connections?
  6. snobrdinrtiste

    closed application still in memory

    can someone help me with this? how do i free up the application's resource when i exit the application using vb.net. I thought that vb.net has a garbage collection that handles this? but it doesn't seem like the case for this particular application i wrote... after i close the application, i...
  7. snobrdinrtiste

    possible to simulate enter key with javascript?

    the reason i'm asking this is because I cannot submit the form just yet and need it to be automated... so is it possible for javascript to emulate the the enter key's keypress event?
  8. snobrdinrtiste

    javascript change asp:textbox value to invoke subroutine

    hi everyone, I was trying to use Javascript to change an asp:textbox's value and once that value changes I want the textbox__TextChanged SubRoutine to fire... but the problem is, is that javascript will chance the textbox's value but the SubRouting will not fire unless i manually change the...
  9. snobrdinrtiste

    get page size?

    Hi everyone, i'm new to asp.net and i'm trying to get the document's width and height on page load. I know there are functions that will return the document's width and height in Javascript.... but how would i do it for .net? Can anyone help me on this? tia, derek
  10. snobrdinrtiste

    water particles to a logo with Particular?

    Hi everyone, I was wondering if anyone here can help me with creating water particles that come together to form a text logo? I found a really cool example here (http://www.ayatoweb.com/ae_tips_e/ae51_e.html) and am in need of help on step 2. Anyone? Thanks in Advance!
  11. snobrdinrtiste

    pass listbox selectedItem to javascript ?

    Hi everyone, I'm a NooB to the ASP.NET world... I looked all over but to no avail... but my problem is this that i have an asp:listbox that when i select an item and then click on a asp:imagebutton, it will pass the selectedItem's value to a javascript function... can someone help me? here's...
  12. snobrdinrtiste

    switching web services using asp button?

    hi everyone, i'm at a road block right now.... i currently have an aspx page that when loads, calls a webservice method called "convert" now i put a button on the same page so that i can switch to another method called "convert2" is that even possible?

Part and Inventory Search

Back
Top