Advertisement

1 - 10 of 22 containing alltags:("C# VS2008") (0.001 seconds)
I need the ability to upload a file from a client, using IE. Is it possible, for the client to initiate (possible through a script), something like: http://xyz.domain.com/uploadpage.aspx?file=C:\...
Zones: Visual Studio, Mi...Date Answered: 05/02/2008 Grade: A Views: 10
Unfortunately, we designed C# web app (VS2008) to use       public static MyClass MyCurrentStuff We have just learned that concurrent web sessions all share this, which means that our web app is...
Zones: C#, ASP, .Net Editors & IDEsDate Answered: 05/22/2008 Grade: A Views: 46
I'm trying to use the ObservableCollection and need a code example on how to add a new item to the collection. Spesific: I want to add a new employee to the list when pushing my "Add Employee" button.
Zones: C#Date Answered: 08/26/2008 Grade: A Views: 47
There are two things I need to change about my datagrid. Please see the picture attached where I have pointed them out. 1) I do not want the extra row appearing. In my datagrid the user shouldn'...
Zones: MS Visual C#Date Answered: 09/23/2008 Grade: A Views: 0
Hi, I want to select records out of a dataset table wit a filter string like id=5.  Please show some sample code on this.  Thak you.
Zones: C#Date Answered: 10/22/2008 Grade: A Views: 34
I'm looking at some code that a new class has a line of code instantiating it during its deiniting.  What's the purpose of this?  Is this the class contructor now?  Why does have that named as Pare...
Zones: C#Date Answered: 11/06/2008 Grade: A Views: 8
Hi, I'm passing in an instance of a class that has like 80 properties that gets its value from a record of a database.  I use SqlDataReader to read in a record at a time.  Is there a easy way to as...
Zones: C#, SQL SyntaxDate Answered: 11/14/2008 Grade: A Views: 6
I want to change from if-else to ?: operator but don't know why I'm getting the error.  "Type of conditional expression cannot be determined because there is no implicit conversion between '<null>'...
Zones: C#Date Answered: 11/17/2008 Grade: A Views: 0
Which of the following should I use to see if the field below contains a "NULL" in the SQL2005 DATABASE?  Thank you. SQLDATAREADER rdr; if (rdr["StartDate"] != System.DBNull.Value) or if (rdr...
Zones: C#Date Answered: 11/18/2008 Grade: A Views: 0
I am opening up a pdf document, filling the fields with data and want to print the document. I am having troubles with the print part. I was thinking of perhaps counting the number of pages in the ...
Zones: ProgrammingDate Answered: 06/18/2008 Grade: A Views: 27