I'm trying to figure out how to upload files like sharepoint does for our website. I've looked at several posts regarding uploading multiple files in EE, but haven't found a satisfactory solu...
Hi,
I am writing an ASPX app that needs to access remote CAD drawing. I can access the file when running from VS2005's local debugging server. When I deploy the app, it cannot retrieve the ...
I've got a 500kb csv file with around 12000 lines and 4 columns: ID, First Name, Last Name, DOB and Location (which is just three letters). I would like to know how can I send this csv file to...
Hi,
Sorry for such lame questions, but I'm a total newbie at ASP.NET and Visual Studio.
I'm building this web site in C#/ASP.NET.
I have a class that I want to compile in to a .dll fi...
I have an array of itemIDs: 5, 7, 8, 1, 2, 4, ... (itemID is indexed field in my table tblTest)
I need to open DatarRader and read records in the given order.
What is an efficient way to...
How would I go about converting an XML structure to an HTML List?
i.e.
<ul>
<li>Australia<ul>
<li>New South Wales<ul>
<li>Sydney</li>
</ul>
</li>
<li>Northern Territory...
I try to use this below:
//write to file test
TextWriter tw = new StreamWriter("\\servername\test.txt");
tw.WriteLine("test1");
...
I'm getting this error:
System.Net.WebException: The remote name could not be resolved: 'www.microsoft.com'
at System.Net.HttpWebRequest.GetResponse()
on any kind of WebRequest, such...
I need to automatically prepare a histogram to include in an email, that I can create without using Excel. Can anyone suggest a tool or method for me to do this?
I have output from a free ...
Hi All,
Am using treeview on my desktop application and i choosed some images to be displayed with the nodes from imageList. But it doesnt displayed at all ... is there special type of ima...
Dear EE
i want to Declare Publice Var so all my Forms can see this variable and Get or Set its value
how can i do that
ex: string _strUserName
please advise me
Hi,
I am reading a file which hs the amount value as "packed signed hexadecimal". I need to print this value as normal currency value.
For example the value in the file is "FF FF FB" whi...
I don't know why my main form was disappeared after I start to run the project. I view the process by looking at Task Manager and find the program, but can't find the Form.
File Program.cs
...
Hello all
I'm attempting to integrate our MRP with the UPS XML tracking tool.
After the shipment has been authenticated, ups returns a BASE64 encoded string that I need to decode and sen...
I am pulling some text from a database field that has HTML tags within it and I want to replace the double line breaks <BR /><BR /> tags with commas. I have used the string.Replace function an...
I'm a VB guy trying to learn C#.
I'm adding controls to a form at runtime with applicable event handlers. My code is posted below.
Why does it throw an exception for only the "LinkClicked"...
I was researching a bit on this the last week, and based on what I've found I can't do this? This doesn't make sense to me though, so I figured I would ask. I mean, I am connecting to my dat...
Hello experts,
I am new to this ...so I need your help.
After creating a database by adding a new database to my project in C# ( Visula Studio 2008), by the following :
SqlConnection con...
In C# I would like to format my text boxes to accept and display 2 digit numbers only. What is the best way to do this? These text boxes are on a Windows form.
Can anyone point me to some C# code that I could use to create my own PDF viewer. I would like to be able to parse out a PDF document through code, not using some already existing control. ...
hi all,
I have a TabControl in my form, when i am trying to set its TabControl_Leave() Event it doesn't work properly
When I click a control in my ToolStrip it doesn't fire but it will fire ...
hi -- I'm new to LINQ and I'm trying to find a way of performing an update to a record without having to update each field in the record. The caveat is I'm using a datagrid view. I can correct...
Hi,
I have an existing WCF web service written in C# 2005. It works fine, but now I would like to add authentication using a username/password combination and also encrypt the traffic. ...
hi , i just find this code in a website. One thing i need your help. how to create a datatable with all the file information inside the foreach and display the information in the Gridview. Ho...
I have a very simple VB.NET (I assume it's .NET, may be old style VB) application that I am trying to convert to C#
Here is the problem code:
Dim fso As New Scripting.FileSystemObject
D...