| Thread | Last Post | Replies |
|
| Custom Error Pages! | 16 Aug 2006 17:57 GMT | 2 |
Hi All, How can I display a custom error page for session timeout and other error page for Application Exceptions? I don't want 2 write any code! Looking forward for a config type of solution
|
| Compile time trace info | 16 Aug 2006 17:51 GMT | 1 |
Is there a way to get information like line number, function name, etc. at compile time? Something like: MessageBox.Show( "Executed at" + __LINE__ + " in " + __FUNCTION__ );
|
| Where can I download icons for commo buttons for the toolstripmenu | 16 Aug 2006 17:32 GMT | 3 |
HI, I'm using vs2005. There are very few icons I found in the folder of vs2005imagelibrary under the install folder of vs2005. Does anyone know where I can download icons that are typically used in the toolstripmenu? Icons like exit, copy, back and forward arrow.....
|
| Sleep Question | 16 Aug 2006 16:47 GMT | 4 |
On our production server, we have a great deal of data. To improve performance, we give the user a "page" of data at a time and then spawn count of the total number of products based on the query parameters on a separate thread. The user can change their mind, of course, and ...
|
| inserting a new line of text at begin of file | 16 Aug 2006 16:41 GMT | 3 |
i would like to know what approach i should use to insert (not append) a line of text to the begin of an existing text file. My current approach works, but i am afraid of loosing data if an exceptions is thrown somewhere in between the process.
|
| Exception handling COM to .NET | 16 Aug 2006 16:24 GMT | 1 |
I have a C# application talking to a COM dll through Interop services. When there is an exception in the COM it gives me back a HRESULT that I can trap in my catch block . Is there anyway I can avoid going to the catch block and handle the
|
| currentCulture.NumberFormat.NumberDecimalSeparator | 16 Aug 2006 16:22 GMT | 2 |
Is there an error in the currentCulture.NumberFormat.NumberDecimalSeparator? Take a look at this code: Thread.CurrentThread.CurrentCulture = new CultureInfo("nb-NO");
|
| Membership connection string | 16 Aug 2006 16:14 GMT | 2 |
My web application was poitning to a cal instance of Sql 2005. Connection string setup in the web.config and is working fine. I know need it to point to a security Database on a remote Sql Server 2005, so the connection string is updated and using ASP.NET
|
| Function that returns an array? | 16 Aug 2006 15:42 GMT | 6 |
Is it possible to return an array from a function? if so, how would I go about doing so? thank you for your help
|
| Evento que se genera al hacer click en una fila | 16 Aug 2006 15:21 GMT | 2 |
Hola tengo un problemilla, necesito saber que evento es llamado al hacer click sobre una de las filas del gridview. Lo necesito para poder sobreescribirlo y hacer una redirección dentro de él. Un saludo a todos y gracias
|
| Is there a FindComponent method in CSharp ? | 16 Aug 2006 15:10 GMT | 3 |
there is a method findcontrol when I use ASP.Net Web app. But I couldnt find the equivalent of this method in ASP.Net App ? Is there? Thanks
|
| pInvoke API to c# | 16 Aug 2006 15:00 GMT | 1 |
I want to pInvoke a API (from a DLL) and it have the following C interface: callme(unsigned short, void*, void*, unsigned long, void*, unsigned char, char, unsigned char*);
|
| how to insert and retrieve images from sql databasee... | 16 Aug 2006 14:55 GMT | 3 |
i am trying to store images in sql database in binary form .. i do it .... but when i want to show that stored images on my web form any where i got only first 16 bytes of the image. so i got error and cant display the image. but can store it successfully.
|
| hi | 16 Aug 2006 14:51 GMT | 3 |
i am using a third party dll to connect to HP9000 database and access data. Its was working fine for few days. Suddenly now it is raising an exception as:
|
| Create an Entry Point in a DLL | 16 Aug 2006 14:03 GMT | 2 |
I have developped a dll that I want to use in another program ! here is my code : using System; using System.Collections.Generic;
|