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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RemoteSilicon

  1. RemoteSilicon

    XML transformation using XSLT - recursion

    thanks. that solved my problem
  2. RemoteSilicon

    XML transformation using XSLT - recursion

    I would like to transform some XML using XSLT that involves recursion. The source XML format is: <?xml version="1.0" encoding="ISO-8859-1"?> <Products> <Product Status="Updated" Type="Both"> <GUID>cca0c671-7070-411d-91e8-895361b53e19</GUID> <ProductID>48936</ProductID>...
  3. RemoteSilicon

    syscomments table does not allow more than 8060 chars

    Hello Everyone, I am having quite a headache in trying to find a solution to this problem: I have a database in SQL Server 2000 and have quite a few triggers on different tables. Problem is that when I try to update any record in some of these tables I get following error message displayed on...
  4. RemoteSilicon

    Urgent !!! How to bypass Hosts file entries

    Thanks chip H. for replying back. The work I am trying to do is to create an email client that can deal with the phishing emails atleast at the basic level. For this I have to bypass the hosts file entries so that any false entry in the file should be made void.
  5. RemoteSilicon

    Urgent !!! How to bypass Hosts file entries

    Hello, I am writing an email client program where the links in the incoming messages will have direct access to the website, bypassing the hosts file entries. Can anyone help me on this. Thanks in advance for your help.
  6. RemoteSilicon

    HELP!! Read and compare timestamp value

    Hello, A project I've been working on, there is a requirement to display the last modified value of records that are less than 5 days old. The project is in .Net + SQL Server 2000 In order to do that, I have added a timestamp field and now need to: 1. Display the timestamp value in human...
  7. RemoteSilicon

    A dynamic Link Library (DLL) initialization routine failed

    I've got a strange problem. I have used Microsoft's tree view control in my ASP.Net web application. Whenever the application loads, in some IE browsers it gives "A dynamic link library (DLL) initialization routine failed" Javascript error, where in some IE browser the page loads correctly with...
  8. RemoteSilicon

    A dynamic link library (DLL) initialization routine failed

    I thought this was a Javascript error. I'll post it into the .Net forum. Thanks.
  9. RemoteSilicon

    A dynamic link library (DLL) initialization routine failed

    Hello, I've got a strange problem. I have used Microsoft's tree view control in my ASP.Net web application. Whenever the application loads, in some IE browsers it gives "A dynamic link library (DLL) initialization routine failed" Javascript error, where in some IE browser the page loads...
  10. RemoteSilicon

    Urgent: Detect .Net framework during installation

    Thanks for helping me out. Is there any way to customize this message ?
  11. RemoteSilicon

    Urgent: Detect .Net framework during installation

    Hello, I have developed a web based application in VB.Net and have created a setup for my project. The problem is, if .Net framework is not installed on the client machine then the setup application gives dll missing runtime error and terminates. I want to show an apprpriate message instead of...
  12. RemoteSilicon

    Problem: SMTP read MIME emails

    Hello I have a requirement to read all emails sent at a specific email address and save the subject, date, sender email address, body of email and attachments to the database. I am using a combination of PHP classes. mime_decode class that uses PEAR class is used to extract the contents of...
  13. RemoteSilicon

    Windows XP giving problems in Netscape 6

    Hello I have written a javascript code that displays a page in new window on click of a button. I am using &quot;open&quot; command and it works in IE and netscape when the platform is windows 2k or 98 but it gives problems when I try to access my site through mac or windows xp. The syntax is...
  14. RemoteSilicon

    createRange creating problem in Netscape 6

    Thanks for replying. What I am trying to do in my code is : 1. Onclick of a button, selected value from a textarea is get. 2. Text is added on the start and end of selection 3. This modified text is replaced with the old selection into the whole text I tried to use the syntax mentioned in...

Part and Inventory Search

Back
Top