all groups > c# > january 2008 > threads for sunday january 6
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
TDataSet.State equivalent in C#
Posted by Benj Nunez at 1/6/2008 11:10:37 PM
Hello experts,
I used to program in Delphi and used TDataSet.State to check on the
status of a database operation (Insert, Update, Delete, Browse). Now
that I'm into C#, I would like to know if there is a property or class
that exists and has this kind of behavior.
Many thanks in advance.
... more >>
Determine if dataset has changed
Posted by Benj Nunez at 1/6/2008 11:07:03 PM
Hello experts,
I used to program in Delphi and used TDataSet.State to check on the
status of a database operation (Insert, Update, Delete, Browse). Now
that I'm into C#, I would like to know if there is a property or class
that exists and has this kind of behavior.
Many thanks in advance.
... more >>
Need help creating another XML file
Posted by Mary Smith at 1/6/2008 10:40:46 PM
I want to create a new XML file from another XML file. The original file =
will be stored on the hard drive and it is about 3mb. I do not need =
everything from the original XML file so the new one will be much =
smaller and easier to manage. I only need to do this when new data has =
been added... more >>
\r\n problem
Posted by John B. at 1/6/2008 8:49:21 PM
Hi there,
I'm making a call to "DataSet.WriteXml(string fileName)" and the call is
converting all occurrences of "\r\n" to "\n" in the resulting file (for
string columns in each of my tables). Is there a way to write the "\r\n"
combination as-is or otherwise convert the "\n" back to "\r\n" ... more >>
Last try at this treeview
Posted by John Rogers at 1/6/2008 7:29:14 PM
I had given up on this for a while, but I am attempting it again.
This is what i am using to store my treeview layout into a db, I
am only using a few fields to make it easier to understand while
I am attempting to restore it back into the tree.
Text "Parent0", Level 0
Text "Child0", Level ... more >>
XsltCompiledTransform
Posted by Analizer1 at 1/6/2008 5:34:51 PM
c#2.0
I am Calling the below
Xslt.Transform(InputFile,OutPutFile);
I get the Below Error when transforming a large file
input file is XML , 2300 rows of data to Create the Input XML
for xlst Transformation....
Has any body seen the below error and can point me in the right
direction to solv... more >>
processes and mutexes
Posted by pbd22 at 1/6/2008 5:04:22 PM
Hi.
I have a C# program that fires an external VB6 program which writes to
a file and terminates.
It is ugly, but this is how I have to do it. I cannot change this part
of the program.
The problem I am encountering is that the former process created by
this EXE is not complete
(it runs ... more >>
Can't figure out this issue with Generics
Posted by Steve K. at 1/6/2008 5:02:43 PM
I am in over my head I think, I've got my brain running in circles trying to
figure this out.
I'm using remoting with a client and a server. I need the server to raise
events on the client and after doing quite a bit of reading I found what I
think is the correct way. The article I read e... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Databinding DataGridView to business object
Posted by t.mall10@yahoo.com at 1/6/2008 4:29:01 PM
Hi,
I'm attempting to code my own data access layer class; it's been about
a month of coding, following examples, searching Wikipedia and UseNet,
and my efforts have met with some success. Right now I'm implementing
IList, but I may change it to a derived class depending on what I can
do wit... more >>
Newbie question on dotnet - OOP
Posted by Mr. X. at 1/6/2008 3:50:10 PM
Hello.
I would like some examples on using OOP with dotnet developing tools
(For VB & VC), please.
Also what are the main difference of version 3.0 and priors (2 & 1.1).
Need some samples, and tutorials please.
Thanks :)
... more >>
Triple linked lists
Posted by colin at 1/6/2008 3:42:44 PM
Hi,
I have 3 object of interest wich are objects in 3d space,
surface,wire,point.
they are all interconnected,
and they all contain lists of objects they are connected to,
eg each surface will have a list of wires, points, and adjacent surfaces.
same for the others.
building the lists so ... more >>
Partial assemblies
Posted by Andrus at 1/6/2008 12:53:34 PM
I need to add methods without subclassing to run time compiled assembly at
design time so that reflection also works .
I need to define single type methods in two assemblies.
I created project1 containing
public partial class Class1 {
public string Test1() {
return "";
}... more >>
newbie question about axd
Posted by Danny Ni at 1/6/2008 11:24:22 AM
Hi,
What are the porposes of files with .axd extensions? Some say they are http
handlers, then why not just create .ashx files?
TIA
... more >>
reg SSL
Posted by Techeek at 1/6/2008 7:52:01 AM
We are using SSL to provide security to our web application we have
created. But this shows a Security Alert Box every time any user logins. Can
any one pls tell me how this can be avoided? The same security alert box does
not come up when we login to gmail or some other secure sites.
--
t... more >>
Help Required
Posted by Techeek at 1/6/2008 7:50:01 AM
I have a requirement as follows
I need to navigate to a folder X which contains numerous folders a,b,c etc.
Each
of the folders a,b,c have files withing them. i need to count the files in
each
of these folders and store the count in the database. If anyone has an idea
regarding this cou... more >>
SQL Server 2005 "Connect to Server" Dialog
Posted by jwgoerlich@gmail.com at 1/6/2008 7:44:18 AM
Hello group,
I am building several Windows C# applications that interact with SQL
Server 2005 databases. Is it possible to re-use the SQL "Connect to
Server" dialog box? Alternatively, can someone suggest a good canned
login form?
I can build my own login form, of course, but would like to ... more >>
It is important to measure a performance
Posted by qq304180532 at 1/6/2008 7:35:48 AM
It is important to measure a performance
http://gg08.net.cn/business3.htm
Is it really important to measure a business performance? I think if
you will even need to purchase someone's business, then you will never
ask this question and the answer will be "Yes! Sure!", because if you
do not ... more >>
Calling C# dll from existing native application
Posted by Jan Lindh at 1/6/2008 6:07:01 AM
Hi
Is there a preferable way to write a C# dll that should be called from an
existing application (running native code).
It is not possible to change this application and its source code isn't
available.
The dll performs the communication beteween the computer and a external
device (us... more >>
Delegate of/Pointer to object instance
Posted by Dominik Gallus at 1/6/2008 2:53:18 AM
Hey there,
What i know is that a delegate is a (address)reference to a method or a
object-instance's method.
But how can i have a reference JUST to a object instance? Is this also
done by delegates?
Thanks in advance,
Dominik
--
Dominik Gallus
http://www.dgallus.de... more >>
modulas
Posted by Analizer1 at 1/6/2008 1:54:55 AM
does c# have a mod function
tks
... more >>
c# ide
Posted by Peter K at 1/6/2008 1:19:39 AM
Hi, is there anyone here who uses an ide other than Visual Studio?
I use VS2005 (and just recently started using 2008) at work, but wondered
if there were other (cheaper) alternatives.
I think Visual Studio is a great tool, but as this (for me) is provided by
my employer I can't technicall... more >>
Deployment with database
Posted by Just D at 1/6/2008 1:15:14 AM
All,
What's the simplest way of a deployment of an application written in C# and
using ADO.NET and MS SQL Server?
I created a deployment project in the VS2005, aded it to the solution,
configured, added the main project. The deployment project creates 2 files -
setup.exe and MyApplicatio... more >>
Calling extension method using reflection
Posted by Andrus at 1/6/2008 12:31:04 AM
How to call extension method using reflection ?
I tried this code but methodInfo is null.
Andrus.
using System.Reflection;
using System.Windows.Forms;
public class Customer { }
public static class CustomerExtension {
public static string FindById(this Customer c, string id) {
ret... more >>
|