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:\...
http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_2008/Q_23369716.h...
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23424595.html
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.
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23665977.html
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'...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23756087.html
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.
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23827134.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23883894.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q-23905903-I-use-SqlDataRead...
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>'...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23912817.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q-23915147-What-to-use-to-se...
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 ...
http://www.experts-exchange.com/Programming/Misc/Q_23483838.html
Zones:
ProgrammingDate Answered: 06/18/2008 Grade: A Views: 27