473,410 Members | 1,873 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,410 software developers and data experts.

What is the equivalent of data exchange in C#?

In a Windows Form, I have a control called MyEditC, an edit control. I want
to have a string variable that holds the string value of MyEditC. In C++,
this was done through DataExchange, DDX... and UpdateData calls. Does this
ring a bell?

How does one do it in C#?

Thanx,

Reza
Nov 16 '05 #1
1 1307
Reza Razavipour wrote:
In a Windows Form, I have a control called MyEditC, an edit control. I want
to have a string variable that holds the string value of MyEditC. In C++,
this was done through DataExchange, DDX... and UpdateData calls. Does this
ring a bell?

How does one do it in C#?


MyEditC.Text = "foo";
MessageBox.Show(MyEditC.Text);

Welcome to the world of RAD. ;-)
Nov 16 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Andrew Banks | last post by:
I've been struggling with this for the past 2 days and have tried various solutions. I need to parse the following XML file and extract the data into variables <?xml version="1.0"...
4
by: Jack Stream | last post by:
I am building a new Warehouse Management System. Like most such systems, operators will use handheld devices for wireless RF real time data collection and interchange during operations. In picking,...
2
by: Joakim Braun | last post by:
Greetings, I'm playing around with a web-based interface to MySQL that would let you manage, create and use databases. So far I'm using PHP to talk to MySQL and query strings to exchange the...
2
by: M Rao | last post by:
I have xml data coming in as a stream from a web service running against exchange server.The attributes for the elements dtstart and dtend, b:dt="dateTime.tz"...
2
by: Martin Høst Normark | last post by:
Hi everyone Has anyone got the least experience in integrating the Digital Signature with an ASP.NET Web Application? Here in Denmark, as I supose in many other countries, they're promoting...
3
by: Alwin | last post by:
Hey All! I am currently designing a database model for (at first sight) a simple order entry program. The problem I'm currently facing is the exchange of data between the databases of each branch...
38
by: Tom | last post by:
I need my data generating C program on computer #1 to export small amounts of data (one - 40 byte data structure) periodically (once per minute) to a C program on computer #2. I am considering...
11
by: justsome_newbie | last post by:
Hello experts! I'm trying to send mail from my C# Asp.Net webpage. I used the code samples at www.systemnetmail.com but it still won't send. I think the problem is on the iis or exchange server...
2
by: Duncan Smith | last post by:
I'm the process of updating some code that uses the COM object XMLHttpRequest that gets installed with IE6 (I need to POST data to an HTTP server), and was wondering if there is a native .NET...
0
by: RLN | last post by:
RE: Access 2003 / Outlook 2003 My current Outlook data is stored on the server in MS Exchange. I have a local .pst on an external drive serving only as a backup. Right now I do these steps...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.