Hello,
What file types should I deploy to my production Internet web site? Should I deploy these
.aspx.designer.cs
.aspx.resx
Seems like I don't need them.
Files that I do need ...
Hi
I have a table that has EmpID, and I create a column called EmpPic with expression as [ EmpID + '.jpg' ] because I do have employees pictures saved using their ID.
Finally, I added a ...
Please provide a few examples of what
Return 0 vs Return 1 vs Return -1 do.,
along with definitions of what they mean.
I need to create a Windows application in C# where the user can open a PDF document, and then use a pen like tool to make marks on the PDF and then save it. I have the code so that I can comb...
Is there a way in C# to associate a Button on a Windows Form with the button assigned to "back" or "forward" on a mouse?
I have two forms, both of which have combo boxes. The user selects car in form1 combo box and enters the car model in a text box. Upon clicking a button, I want to display Form2 with its com...
Greetings all
I am trying to delete a record from a DataGridView (see snippet). The DataGridView contains a hidden (Invisible) column that has the row_number in the dataset. This works fine...
I am maintaining a GUI application written in C# and modifying it using Visual Studio 2005. I believe it was originally written using a previous version of Visual Studio. However, although t...
Hi,
I have an Array List which reads the contents of a text file and is populated.
The text file content contains a timestamp and other two more values in csv fomat which is seperated b...
I got a httpresponse object with
the header containt below data
base {System.Collections.Specialized.NameValueCollection} = {Content-Disposition: attachment; filename=1234.EXE
Cneonction...
Could someone please explain the lifecycle of an ASP page? I'm new to ASP development but have already seen how lack of this knowledge can get you barking up the wrong tree.
Thanks,
newbi...
I am not sure how to handle compile time errors that occur when a method has been removed or commented out.
For instance, I deleted a ToolStripMenuItem that has a method associated with it...
I've got a 3rd-party Access application that frequently flakes out and the vendors solution is to "recompile and then compact & repair" every morning. I do not want my users to have to manual...
Hello,
I found this tool online: http://www.mikes-marketing-tools.com/ranking-reports/
It checks the current position of a given keyword on different search engines. As I have several webs...
Experts there is this SQL Reporting 2000 that i am dealing with here. When i press the submit button to generate report, after like a 2 or 4 minute gap i get this exception.
Any ideas ? I f...
I have a single-form .NET Windows application written in C# (.NET 3.5) that is opened by another application. I need this .NET application form to be modal, that is, that the application canno...
Hi,
I have an application that cannot lost the focus. I wrote a C# application that stay in background and hook some keyboard command to create a kind of log files. Now what I need to do is t...
Hi All,
I am working on windows application using c# 2005.
I want to provide a feature to my application that connects to the scanner to scan the documents and save it in pdf format.
Could ...
I need to store a list of Permission objects I will create and attach it to the Session object in ASP.NET 2.0 using C# and Visual Studio 2005. Could someone give me a tip how to do this?
t...
C# - .NET WinForms
In my example there are 2 objects: the MainForm, which has a custom control "control1" in it, and a UserControl "control2" that becomes a child of the MainForm.
I need to ...
UDSEventLoop problem
Problem: How to seperate the UDSEventLoop code and opening of form on two different threads.
Attached are the two files. UDSEventLoop_Problem contains the content belo...
Hi,
I have this function that accepts a string as parameter.
Problem is that the string has several "\" characters and I don't know how to escape them.
What I have:
ExecCommand("C:\P...
I built the following window service program on VS2005, built it and install it on windows 2000 server. I can see it in control panel add/remove program.
Then, I run installutil.exe /i Win...
I'd like to create a Data and have it consume an XML file and then provide the usual DataSet features to the data from the XML file.
Could someone show me how? I think you'll need to provi...
I have an application running on either on the right side of the desktop(eg 0,0 to 200,768) or on the right side of teh desktop (eg 1000,0 to 1280x768) with the screen resolution being 1280x76...