Hello,
We are developing windows forms based application.
We have datagridview and text box in toolstrip to perform searches in this datagrid there is also status bar and main menu strip.
When ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23305068.html
Hi Experts,
I created a custom command button (.NET Control) all I am doing is I set its size, font, and Image properties. Until I added the image porperty change I was able to see my forms...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23212519.html
Hi Experts,
I am converting a VB 6.0 function into C#. The function opens a file using the following code:
< Open path For Append Access Write Lock Read Write As #f >
I need to create ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23224024.html
We are recompiling our code from .Net Framework 1.1 to 2.0, I am getting an error at the line of code:
string callingDLLFolder = string.Concat(new Uri(Path.GetDirectoryName(System.Reflection.Assem...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_2.0/Q_23534469.h...
Hello, I have a listview control on my dialogbox that will at times be populated with 10,000 items. When my dialogbox opens there is a delay while the data is fetched from the sql server and for t...
http://www.experts-exchange.com/Programming/Languages/.NET/Class_Libraries/Windows_Forms/Q...
Hi Experts,
I have a standard AJAX toolkit for .NET framework 2.0 gridview which gets populated by a stored procedure. My database connection uses a connection string from the web.config.
Co...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23884903.html
I am currently working on a simple screen-scraper to obtain some data from a government web-site, and the site uses ASP.Net with buttons for the Next and Previous links (initiating a postback).
...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23463275.html