So I have a windows application (C# .NET VS2008) where i put my configuration values into Settings like so...(Solution's View -> Your Project name -> Properties -> settings.Settings - which se...
Hi,
I'm trying to display a calendar using c# asp.net. I have a basic calendar (see jpg attachment for picture) but I need to remove the column to the far left that has month and week writt...
Hi
In VB.net I have to load many images into picture boxes on a Windows form.
The way I add an image is by right clicking on the "Resources" folder then
selecting "Add existing item". By ...
I am trying to start a process in a c# app. I can start the process without any problems if I use "run", but when I start it with the follow code I get an error message.
Could someone pl...
Hi, I have the following code that I am desperately trying to get to work. Basically if the user selects a particular radio button, I need a textbox to become a required field. I am not gett...
One of my Gridview columns contains a datetime value that I would like formatted without seconds. For example, a meeting is currently being displayed as 11/2/2006 6:30:00 PM. I would like to...
How can I grab the user name to display only his information in the grid view. I'm using User Authentication and want to match the CurrentUser to the Project Lead Name.
In the following cod...
Hello,
I'm looking for a way to create a signup form with 3 fields. Name, username, & password. However i need to beable to encrypt the password so that when i insert the new record in the ...
How can I print a PDF to a printer without Acrobat Reader from a .NET Windows application (Windows Service actually)? Ideally I'm looking for a free or open source library that lets me print w...
Hi,
I have been given a database to build a front end to.
I have a Company table that is a lookup table, and the ID of each record is a UniqueIdentifier object. The table I am inserting...
how do i integrate ssrs report into .net application including parameters
Hi all, wondering if i get some tips on how to get the index from dropdownlist inside a control. If you look at the code snippet below i need to get the basketItemId and related quantity.
...
can you include aspx file in asp file? asp using vbscript, aspx using asp.net vb language
I have code that will install and uninstall my service, however, if the service is installed, then uninstalled, it cannot be installed again unless my application is restarted. My code is belo...
Hello
I'm looking for generic microsoft icon buttons for my toolstrip. The buttons are for file open, save, right, left, etc...
I can get it when I create a generic file explorer form. ...
In my master page I have a dropdown menu. When the user changes the selected item in the dropdown menu I need it to change a Session variable then reload the page the user is currently at. I...
I have a class that I want to use several instances of... the class raises events to notify me of completed things.
everything works fine as 1 instance... however if i try to make an array ...
Hi, I have a dynamic dropdown list that lists the counties based on the state that is chosen. The counties are trying to be drawn from a county table. I made a code behind file with the code t...
Using .net tcpclient.to establish a telenet session to a Unix box. After connection all I get are 3 characters and noting else until I tome out. I'm guessing from all I've searched on the net,...
I have a user control (HEader) that has some buttons that are exposed via public proeprties. For example:
Public Readonly Property Button1 as Control.Button
get
return Me.th...
I am trying to add System.Web.HttpApplication to my application. Any idea how to do this. I found an example for the Global.asax file but It will not build. I tried following the directions...
Is there a way or a control that will allow me to specify a directory and have it list all the contents of that directory? I'm essentially looking for that exact same thing you would see usin...
Hi
I'm looking for some .NET code or a utility that would enable me to create .RDP files on mass.
Those files that launch RDP sessions.
I wish to us My.computer.Network.DownloadFile to download files from the internet because it has a built in UI that shows progress and also has a [Cancel] button.
I am not looking for an al...
I am trying to add a row in vb.net which is attached to a button. I am using the SQL INSERT statement. I thought this would be easy. The code runs but the row is not added. Any ideas?