Do not use on any
shared computer
August 29, 2008 09:09pm pdt

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

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

 
Top MS Visual C# Solutions: 326 - 350 of 615
 
If I have a (C# VS2008) class (object) with fields and methods (A), and those method instanciate another object (B) which has fields and methods ... how do I reference the (A) fields/methods f...
Hi, I am being passed a class that contains Properties some of which are simple types, some of which are structs and some of which are other classes. In turn these structures may contain simp...
I have the attached file. Which is a dataset. name : public DataSet ds = new DataSet(); the column name where the  cropyear and no is PRICE_LIST_HDR_ID, It is the first column ...
using MainTabControl I can index to the next tab by  this.MainTabControl.SelectTab(1); If the user is in the first tab and would like to go into the second tab control then he/she can use ...
Greetings all, I have a very starnge one ... If you're in a grid edit, with  the cell empty and have validation to ensure that the field contains data, then trying to click on a button, ...
I am looking for the source code solution to create multiple or nested properties in my own class module.   For example,  txtAddress.Text.Length.   I know the Get accessor for text in th...
I need to create a windowless textbox using c#.net?  Please give a solution for this....
Hi, How can a make a collection of an ArrayList Ex.  arraycollection = (array1,array2,...arrayn) thanks
I am wanting to use some of my sql routines from the asp.net site and utilise within a c#, WinForm. did a cut and paste (as attached) -- but the compiler is complaining about SqlDataSou...
Hi All, I am getting this strange scenario. I've built an application in .NET 3.5 - C# (Visual Studio 2008) for crunching numbers, I've installed this app on 6 XP machines with SP2 & Framewor...
           FileInfo file = new FileInfo(Server.MapPath("~/log4net.config")); I'm curious about the use of the tilde? thanks, newbieweb
view this post first from a previous question...don't worry it's short http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_CSharp/Q_23560128.html so my question boils down to...
Hi I have a string \\HOME\\A7GGG5005 I would like to format it into 2 separate strings: string a = HOME string b = A7GGG5005 The length of string a and b is dynamic. How can I d...
This is a simple question I am sure but Ive had a rough day. I have a drop down list of states for a program I am working on. I need to be able to select multiple states (Currently it only acc...
Hi all, how do I hide a horizontal scroll bar in datagrid. I use the below code doesnt work. Is there any property to hide Or is there any way to create a custom grid to hide the horizont...
Hi, I've inplemented in the "Join" page of a site I'm building in C#/ASP.NET, something like you can see at: http://www2.dte.ua.pt/ilte/form.html (just begin typing in the login textbox a...
The scenario is: There is two asp text fields Date From and Date To and in both there are asp Calender and a ajax Calendar Extender beside the text field. So when the calendar is clicked it po...
NetworkStream.DataAvailable occasionally returns false, even when the complete data has not arrived. Is there any workaround for this issue.
Hi, I've been making a program and part of my code requires me to call upon a batch script. The Problem i am having is that i would like to launch the batch file from C:\Documents and Setti...
Exactly what it said in the question. "Your download will start  momentarily" I allow the visitor to download a file and I want to start  the download in a few moments. In other words I...
I have an extensive and complicated print system based on GDI plus, I want to be able to control where the output of the application goes as it has to have the capacity to print to multiple pr...
I want to include an if statement in my application for the status of an Excel file.  If the file is already open, proceed with method; but if the file is not open, open it.
Hi Experts, Do you have any "best practices" about coding to share?
I thought this would work: DataSet results =SomeFuntion(); foreach (DataRow dataRow in results) {      // check each row... } but the compiler tells me that type: System.Data.DataS...
Hello  experts - I have a pdf with certain editable sections when looked at through a pdf reader. In those sections, my client wants to populate some data that is in a Sharepoint list. How ...