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 derfloh 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 MrGandalf

  1. MrGandalf

    Convert file dialogue when opening word doc

    It's a dialogue box thats says: Convert file from: with a list of document types. For example Textfile, Richt tekst format etc. I thought also it's a setting on the user's pc but this happened last week wednesday too many users at once.
  2. MrGandalf

    Convert file dialogue when opening word doc

    Hi, I have a page that uses Response.Transmitfile to open a word document. About a week ago some users are getting a "Convert file" dialogue when opening such a document. Users in the same network some get the dialogue, some can't. Can anyone help me approach this problem.
  3. MrGandalf

    Custom validator designtime support

    Hi, I have made a custom validator (derived from BaseValidator object) for which I want to give the ErrorMessage property a default value. How can I achieve this? Do I have to override the ErrorMessage propertie of the base? Using the new keyword? Can someone supply me a sample code? Tx in...
  4. MrGandalf

    Replace string in Response

    Tx, BoulderBum. It works.
  5. MrGandalf

    Replace string in Response

    Thanks Boulderbon, I will test it and let you know. It seems doable.
  6. MrGandalf

    Replace string in Response

    Ok, let us asume I have intercept the Request. And there is a string: "I'm a string" in that Request. I want to replace that string "I'm NOT a string anymore". What is the syntax to do this? Thus Request. what?
  7. MrGandalf

    Replace string in Response

    That's not what I mean. I want to replace a string that is already in the Response object.
  8. MrGandalf

    Replace string in Response

    Hi, Can anyone tell me how I can replace a string in the Response? And in which event to do this. I have a 3party tool that injects some javascript function into the page. I want to filter this function. Thanks in advance.
  9. MrGandalf

    using symbols

    Solved it. In Visual Studio .NET. File -> Advanced Save options. Changed it to "Unicode - Codepage 1200". Thanks chiph for putting me to the right direction.
  10. MrGandalf

    using symbols

    Ruffnek: I haven't change the font. Will try this and let you know. Chiph: How can I determine which codepage the symbols belong too?
  11. MrGandalf

    using symbols

    From a symbol font. I now see I can't type it in this post. It get's replaced by "?". They are 3 symbols I copied from word.
  12. MrGandalf

    using symbols

    Hi, I have a windowsform with some buttons on it with the following captions: ?, ? and ?. When I restart my computer these letters turn into i, g and s. What is going on? How can I use these special characters?
  13. MrGandalf

    How to browse resultset

    And you are right. I made a stupid mistake. All my select statements, select into temp table. Because of this I couldn't see any results....argh it's time to rest I think ;) Tx for the effort.
  14. MrGandalf

    How to browse resultset

    I must be more specific. The SQL statements in the storedprocedure rely on each other. For example: Select x into #temp1 from y ... Select y into #temp2 from #temp1 Select z from #temp2 This means I have to copy all 3 to the query analyzer, an that's why I can't see any results.
  15. MrGandalf

    How to browse resultset

    Hi, I have a stored procedure that hase some SQLstatements. From time to time I want to see the resultset from a particular SQL statement. How can I achieve this?

Part and Inventory Search

Back
Top