Tagged Questions

0
votes
1answer
6 views

OracleCommandBuilder - parameters named after columns instead of :p1, :p2, etc.?

I'm using an OracleCommandBuilder to autogenerate SQL based on a SELECT statement. The parameters in the generated UPDATE, INSERT, and DELETE statements take the form :p1, :p2, and so forth. In the …
0
votes
1answer
9 views

Form loses focus after calling Hide method of its child form

I have Form1 in my application calling another form - Form2 using ShowDialog() method. After some user interaction Form2 calls its Hide() method. After that my application sometimes loses focus …
0
votes
1answer
7 views

Retrieve fields in Visual Studio of stored procedure which uses temp tables

I have some complex stored procedures pulling data from other databases using linked servers. This data is put into temp tables which are joined in a select query for output. The procedures work fine …
30
votes
14answers
2k views

Anatomy of a “Memory Leak”

In .NET perspective: What is a Memory Leak? How to understand whether your application leaks? What are the effects? How to prevent a memory leak? If your application has memory leak, does it go away …
0
votes
1answer
42 views

Using PerformanceCounter through an ASP.NET AJAX call

In our office we have a 40" LCD mounted to the wall that runs a full screen instance of Firefox that in turn hosts a series of modules. Each of these modules is a self contained DIV with an AJAX …
1
vote
4answers
20 views

Reading binary data using MarshalAs and StructLayout

Hi all, I'm stuck on this one. I'm reading a binary file which has te following format: Field name Size in bytes Example ------------------------------------- Date 19 …
0
votes
2answers
5 views

Why the toolbar button icon is grey at runtime?

I"m setting the icon of a toolbar button (using Infragistics component library for the toolbar), The problem is that on design time the icon is showing normally. But at runtime the icon become greyed, …
1
vote
4answers
24 views

Application structure using WCF

I have a WPF application which so far has been client only, but now I'm working on splitting it into a client and server side. Doing this I'm introducing WCF for doing the communication between the …
0
votes
3answers
22 views

encode string to utf8

Hi, How can easily encode a string to utf8 using .NET (VB or C#)? For instance I need to encode a string like "This (is) my string" the result should be a string "This+%28is%29+my+string". TIA JP
0
votes
4answers
48 views

How call .NET command prompt

How to call .NET command prompt from Aspx to Build/Publish another windows application. I have a windows application, that I want to build via my web application (aspx). How can I do that?
0
votes
0answers
10 views

HashTable Insert Failed. Load Factor Too High. .NET 2.0 SP2

We've just encountered this error on our web app, and immediately found the article here http://stackoverflow.com/questions/505322/hashtable-insert-failed-load-factor-too-high-asp-net-2-0. However, …
0
votes
0answers
5 views

WCF client calling a Java webservice

I have a small issue logging in with a webservice being hosted using HTTML with basic authenticatio . I have tried the following but it does not work. Are there any restrictions or gotchas on this? …
0
votes
4answers
26 views

.NET Equivalant for INET_NTOA and INET_ATON

Any C#/.Net equivalent methods, or managed code examples for INET_NTOA and INET_ATON?
4
votes
3answers
42 views

HttpResponse.End vs HttpResponse.Close vs HttpResponse.SuppressContent

Within an ASPX page, I want to end the response at specific points (not due to an error condition), depending on code path, so that nothing else is sent back down the stream. So naturally used: …
0
votes
2answers
36 views

if session expires whether the viewstate remains ?

i have set the session timeout to 20 minutes in IIS level and there is no session entries in the web.config. How can i know whether my session exprired in my website? does the state will maintain ? …

1 2 3 4 5 1901 next
15 30 50 per page