Hi all
This might have been answered before, but I have been unable to find an answer I can use, so here goes....
I have a DataTable filled with data from an Excel file. Using a for-loop...
I need a timer to run as my progress bar runs, I want it to increase one second at a time.
here is how I have tried to do it so far, but im missing something, please help.
Thank You.
Nu...
Gridview properties SortExpression and SortDirection not maintaining values when using paging...
1) I am manually binding to a MySQL database
2) Therefore I am manually handling the firing...
This is probably fairly simple, but I cant find an answer for this question anywhere.
I have a standard cheapo usb webcam and I need to capture a bitmap image from it. I have found quite a ...
How to get the Project folder path in C#. Example: C:\Documents and Settings\Colorsit123\My Documents\Visual Studio 2005\Projects\Demo\Demo
I have 5 dropdownmenu to get the year, month, day, hour and minutes in the following format:
2008
09
17 (= 2008-09-17)
11
15
00 (= 11:00:00)
so, they can be formed as 2008-09-17 23:...
i have a string variable in which i get values from 3 different date variable and make it look like a date
eg validdate = requestdate1.month + "/" + requestdate2.day + "/" + requestd...
I am trying to find an easy way to copy files in C# across servers/domains/account. I assumed that this would be an easy task until I started researching it about 4 hours ago....
The basic...
Hello experts.
I need help with implementing drag and drop from a listview to a tree view,
does anyone have a example.
Im using C# WinForm in VS2005.
Thanks,
My ASP.net application resides on a server with central time. from the same server I am pushing a web service request to another application. Now in that web service I am asked to send time ...
I have the following code.. On right click, it brings up a nice pretty context menu..
However; This rigth click event is not tied to the TreeView Node, so that anywhere i right click brings ...
I want a class that returns an array of strings, but I don't know in advance how many elements the array will have:
using System;
using System.Collections.Generic;
using System.Text;
n...
Hope someone can help with this problem...
Using Visual C# 2008 express and SQL Server enterprise 2008
running on a laptop (vista home .premium)
i've created a new database using SQL s...
I have some code that I would like to execute for each row in a dataGridView that I am populating from a database. Does anyone know how I can get the value of the ID Column for each row for t...
FernandoSoto,
As I mentioned in another thread. I follow your code to upload a file to ftp server by webclient at my web application. I pass a file path to the function you posted. I got a ex...
I am developing a website application using Visual Studio 2005, .NET 2.0, and c#.
I have a gridview using a SQLDataSOurce. There are 2 columns always visible in the gridview. One column is ...
How do i remove blank spaces from a string array?
I have a file browser that will select an excel file. How do I import it into the application? Do I open and read each line, one at at time? Can someone post some code?
Thanks
hello experts,
i am using a datagrid inside accordion pane.I want to bind the dagrid to a datasource for which i need to find the control inside the
content template of accordion.
...
Hi,
I am looking into "OOPS" - Object Oriented Programming Concepts. I have the following definition for "Abstraction". Can you please explain / justify me this concept in simple terms ? Ev...
Hi
I need to upload a csv or excel file which has one column (A) to an aspx page.
It can read the row data one by one and insert into MSSQL DB.
After the row of data inserted into MSSQL D...
Hello guys,
I have a string in the following format.
37.6356141828677,-119.026451960508;
37.6355202516414,-119.026345176074;
37.6354248587871,-119.026240478262;......
I want to conv...
I have a simple C# App with a Form. How do I programatically change the color of the Title bar? [NOTE: If this means changing all nonclient area color then that is ok too.]
Hi I am writing my first c# winforms application. I am trying to read the connection string from an app.config file that looks like this
<?xml version="1.0" encoding="utf-8" ?>
<configurat...
Hi Experts
Hope you can help here. I have to admit I think this is a dumb question but I have been out of the Visual Studio Game since 2000 so please help!
Ok here is the problem. I have...