GridView w/ drop down menu
Mon, 6 Oct 2008 22:15:42 -0700 (PDT)
Hi,
I would like to put a drop down menu in a gridview with the datatype
selected from the SQL database.
These are the values will show.
red
orange
white
green
It shows the selected on the drop down list.
Currently, I'm query a SQL statement and put these in gridview using
datasource, datatable & s ...
|
Winform Flickering
Mon, 06 Oct 2008 21:30:58 -0700
By using the above method it feels that flickering is removed but my program crashes on linked label. ...
|
asp.net and dllimport
Mon, 6 Oct 2008 22:26:14 -0600
I have an asp.net application (C#) that calls a web service that uses
several c++ dlls which are loaded with DllImport. I put these dlls in a
sub-directory off of the bin directory. For example, lets say the web
service dlls reside in c:\<myservice path>. The imported dlls are in
c:\<myservice path>\impor ...
|
Modal dialog box and update status message
Mon, 6 Oct 2008 20:39:42 -0700 (PDT)
Hello,
I am writing modal dialog box to display progress of downloading file.
I am starting download of a file in constructor of dialog using some
asynchronous method call which returns me an asynchronous object. I
could use this object to get status. I will be using this status to
update status message on dial ...
|
Carpet Cleaners Los Angeles Home Carpet Rug Upholstery Cleaning
Mon, 6 Oct 2008 20:16:57 -0700 (PDT)
Carpet Cleaners Los Angeles Home Carpet Rug Upholstery Cleaning
Phone 1 310 925 1720 OR 1-818-386-1022
Local Call California Wide
We offer carpet cleaning services such as; Steam Cleaning, Dry
Cleaning, Fabric Lounge Suite Cleaning, Leather Lounge Suite Cleaning,
Tile & Grout Cleaning, Mattress Cleaning, Wet Ca ...
|
Linq - Count
Mon, 6 Oct 2008 17:21:45 -0700 (PDT)
Hello,
I have three tables with the following columns:
Polls (PollID, Question)
Options (OptionID, PollID, Answer)
Votes (VoteID, OptionID)
Then I have two wappers around Polls and Options, named PollPaper and
OptionsPaper:
public class PollPaper {
public Poll Poll { get; set; }
public List<Op ...
|
dynamically create class instance from class name
Mon, 06 Oct 2008 17:10:26 -0700
'Method 1
Dim Form1 As Form = Activator.CreateInstance(Of frmContractEdit)()
Form1.Show()
'Method 2
Dim Form2Type As Type = GetType(frmContractEdit)
MsgBox(Form2Type.AssemblyQualifiedName)
Dim Form2 As Form = CType(Activator. ...
|
|
|
ANN: Interested in a free copy of VS2008 w/ MSSDN Premium
Mon, 6 Oct 2008 19:53:05 -0400
I'm giving away a free copy of VS 2008 w/ MSDN premium subscription. Details
are located here:
http://msmvps.com/blogs/alvin/Default.aspx.To be considered, send an email
with one paragraph describing why you think you should win the sweepstake.
That's it. No gimmicks, no jokes, just VS 2008 w/ MSDN premium.
...
|
WPF User Controls
Mon, 06 Oct 2008 16:17:55 -0700
>> it pushes developers towards User Controls, which are just wrong in WPF.
please explain, or point us to a resource... ...
|
Re: Mediator class design pattern (two different ways)
Mon, 06 Oct 2008 14:00:19 -0700
How about:
public partial class Form1 : Form
{
Controller controller = new Controller();
public Form1()
{
..
controller.NotifyDispatcher += new
Mortgage.NotifyHandler(Form1_OnINotifyEvent);
controller.NotifyDispatcher += total.GetNotifyHandler();
...
|