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.
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.
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...
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?
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.
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.
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?
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.
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.
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?
Hi,
Can anyone tell me when to use database name in SQL?
For example:
Select * from zodata.client
OR
Select * from client
What is the difference? I get the error : Invalid object name client
This is the time within the Query Analyzer.
Query plan is same for the slow and fast query.
I found at that when using the query with less columns in the select statement(is fast-3 seconds), the temdb is not used. When adding columns(slow-3 minutes) the tempdb is growing to 400 mb. This could...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.