I have created an Iframe with the following code;
<table id="Table1" cellspacing="10" cellpadding="0" width="100%" border="0">
<tr>
...
Hi,
I have a typed dataset (dsOrder) and an XSLT template. I want to transform the dataset to XML but couldn't get any output. I think is something to do with the "Match" and "Select" state...
I read this file into a DataSet:
<?xml version="1.0"?>
<DocumentElement>
<Person FName="FirstName1" LName="LastName1" PIN="1234" Date="26/08/2008" />
<Person FName="FirstName2" LName...
I have a MonitorAction ma return a MonitorResponse mr as a string:
Code:
MonitorAction ma = new MonitorAction();
try
{
ManagerResponse mr = manager.Connection.SendActio...
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?
Visual Studio 2005 , C#
I want all my windows, Titles, Label text and message box texts etc be language complient.
currently it is English, and some hard coded messages exist.
I want all...
Hi experts,
Just for the pure curiosity and "fun" aspect, I'd like to write my own POP3 server using C#. Can any of you give me some links to tutorials or what I'd need to do this? I google...
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,
First of all, my apologies for such a lame question, but I'm really a newbie at C#.
I'm trying to get an INTEGER from a DATABASE and after that, INSERT it into another table of the s...
I have a visual C# 2005 winform project. I would like to store golfer handicap and stats. Approx 50 records per round per golf. I would like to keep everything internal to the project so that ...
Can't figure out how to instantiate "venueBookInfo"...
If I have a (C# VS2008) class (object) with fields and methods (A), and those method instanciate another object (B) which has fields and methods ... how do I reference the (A) fields/methods f...
I'm relatively new to C# Programming and I've created a small Windows App to delete single and multiple workstation objects from Active Directory. I want to make sure the program is written co...
why I got a run time error when binding ms access table in C# ?
The error is : {System.Runtime.InteropServices.COMException (0x80040E3D): Type is invalid.
here is my code:
Experts,
I have attempted to research the answer to this question, but have not been successful.
I am trying to insert an arrow at the end of the text of a LinkLabel, specifically Unicod...
I am trying to create a gridview (or other view if better) of all of the users on my site that are currently logged in but I'm not sure which is the best way of doing it.
Hi,
I'm building this web site in C#/ASP.NET.
I need to call a program from a .aspx file.
My code is:
"
Process process = new Process();
process.StartInfo.Filename = "C:\\path_to_a...
I need to set the scrollbar width of control in my .net application. This should be independent of system setting.
For e.g. how can i change the scrollbar width of a combobox or panel?
Using C#, I need help to design a simple utility that will parse data from a text file and write the data to a new Excel file. The text file contains fixed width fields which need to be extra...
I'm a bit confused by this notation to create this interface that is a template factory. In particular the Create() function.
Could someone please explain it to me?
thanks,
newbieweb
...
Hi,
Is there a way to limit the cells you enter while tabbing to just non readonly cells in a DatagridView control?
I'm getting comfortable with ActiveRecord but see something I have not seen before in C#, the use of '??' as an operator.
Does this mean return the greatest of the two values?
thanks,
n...
Does Visual Studio have a tool for this?
If so, how do I access it?
thanks,
newieweb
I have an windows form with some buttons. Enable disable of these buttons depends on internal operations. Now i have to assign rights on these buttons i.e. coming from a table of database. Ass...
I want to be able to click on an image and return the x and y position within the image using ASP.NET. Or would this problem be better solved using AJAX, Flash, or PHP?
Furthermore, what if...