Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top MS Visual C# Solutions: 426 - 450 of 621
 
Need a regular expression to validate 3 types.. Only a number which contains 0-9 Only a word it contains only a-z or A-Z Alpha numeric string which contains 0-9,a-z and A-Z And no specia...
I am building an application that will eventually use SQL server as it database. I have been asked to prepare a quick demo for a subset of the application.  For this subset, I only need data f...
In Code Behind, I must concatenate two different texts in a linkButton that resides in a GridView (<ItemTemplate>) The trick is that the I need a newspaper-column effect. For example First...
I have a stored procedure which I execute with the following script; declare @s datetime declare @e datetime set @s = CONVERT(datetime, '17/09/2007 00:00:00', 103) set @e = CONVERT(dat...
Greetings all OI would like to clear the error icon from the DataGridView after the user has corrected. I have tried the following in the RpwValidating event, but without any joy:- dsBra...
I'm custom painting a menustrip and all of its toolstripitems and I can't seem to find a way to remove the checkbox/image bit next to the menu items. I've set everything to only Text but it...
I have the code below of a struct that I add to an ArrayList.  I can't seem to figure out how to get to the elements of the struct once added to the ArrayList...
Greetings all I am trying to create a SIngleton class (see attached) and get complaints: "Error     3     A get or set accessor expected     ". What have I missed? in advance, thanks!!!     ...
if (strConn != null)             {                 try                 {                     OleDbDataAdapter myCommand = new OleDbDataAdapter("SELECT * FROM [Sheet1$]", strConn);       ...
Is it possible to capture values from a web site. What I would like to do is to create an application that can refresh a web site and collect a few values. If these values hit a pre specified ...
Good afternoon expert, Created a web site in Visual Studio 2205 using C#. Worked well for several days. Today when I checked it in the browser I got The beige screen with trhe red font\ ...
I was given this nifty MSMQ sample program, but have trouble getting it to compile. http://www.codeproject.com/KB/cs/indigoqueuinghelloworld.aspx Could it be my environment settings? It'...
Hi I am using Visual studio.NET 2008 and VB.NET for Development. Is there any Free Online Report Tool which I can use for Reports. We can't afford to have SQL Server Reporting or Crystal ...
I have a gridview that contains a drop-down list. Making the example as simple is possible... PK   Hospital    State 1        St. 1         MO 2        St. H        AR 3        St. F    ...
Hi everybody, I'm using  an ActiveX control sendin events. In  my visual basic application I can handle the events this way : -------------------------------------------------------------...
Hi, I am trying to load data into my lst box but I keep getting an error: Column 'L.WID' does not belong to table Project. Description: An unhandled exception occurred during the execu...
Hi, I need to retrieve, insert and update data from a table in MSSQL for every 10 seconds. How can I write a console program runnning as service in windows 2003 server by C#? Is there...
Hello Experts, I'm looking for a short example of using destructor in C#. The most important thing to me is that it would be short but real life example. Just to make it clear: 1. I know h...
Hi guys Im having some problems. Im trying to make a slide show for work and I have 5 immages. I have it in a windows form with a priviouse,1,2,3,4,5,next buttons. Its in a windows form. I h...
hello, i'm receiving values,  as follow: 2.23 1.1 0.34 2.2 what i'd like to have then is  two values after the coma,  as follow 2.23 1.10 0.34 2.20 i've been trying to do it w...
I have a windows form that is using the web browswer control.  I have a method that opens a page in the web browser control.  When the web browser control is finished loading the page, it look...
Hello Experts, Does anyone know how to find the next Saturday date from a known date? In other words, Say you have a date variable with a value of 10/1/2008 Is there a way to autimatic...
How to configure the Visual Studio 2005 C# Window App to look into the specific database for a specific Stored procedure? How to present the data on the window form in a table view or grid vi...
Greetings, I have an application (see picture below) which I recently took over.  This application has various DataGridViews.  One bug which I need to resolve is missing rows.  For some rea...
I have a store procedure which I execute using the following script: declare @s datetime declare @e datetime set @s = CONVERT(datetime, '17/09/2007 00:00:00', 103) set @e = CONVERT(dat...