Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / August 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Custom Error Pages!16 Aug 2006 17:57 GMT2
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 info16 Aug 2006 17:51 GMT1
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 toolstripmenu16 Aug 2006 17:32 GMT3
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 Question16 Aug 2006 16:47 GMT4
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 file16 Aug 2006 16:41 GMT3
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 .NET16 Aug 2006 16:24 GMT1
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.NumberDecimalSeparator16 Aug 2006 16:22 GMT2
Is there an error in the
currentCulture.NumberFormat.NumberDecimalSeparator?
Take a look at this code:
Thread.CurrentThread.CurrentCulture = new CultureInfo("nb-NO");
Membership connection string16 Aug 2006 16:14 GMT2
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 GMT6
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 fila16 Aug 2006 15:21 GMT2
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 GMT3
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 GMT1
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 GMT3
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.
hi16 Aug 2006 14:51 GMT3
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 DLL16 Aug 2006 14:03 GMT2
I have developped a dll that I want to use in another program !
here is my code :
using System;
using System.Collections.Generic;
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.