473,407 Members | 2,629 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,407 software developers and data experts.

ASP.net and IEditableObject

Dev
Hi all,

Do we have to implement the IEditableObject interface within our business
objects to support databinding in ASP.net?
My understanding is this is relavent only in the case of Winforms (when you
want be able to undo, apply changes say while you are editing your business
object from a grid etc...). Please let me know. If you think this is
relavent also let me know why.

Thanks.

Dev
May 20 '07 #1
1 1144

Its not as relevant.

Asp.Net is html at the end of the day... and there is not 2 way
immediate/connected binding.

the page displays. you have to have some edit mechanism, and (even with
ajax) you go back to the server.

IEditableObject isn't trivial as you might know already.

If you're not doing winforms , then its not as important.

"Dev" <de*@newsgroup.comwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
Hi all,

Do we have to implement the IEditableObject interface within our business
objects to support databinding in ASP.net?
My understanding is this is relavent only in the case of Winforms (when
you
want be able to undo, apply changes say while you are editing your
business
object from a grid etc...). Please let me know. If you think this is
relavent also let me know why.

Thanks.

Dev


May 21 '07 #2

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

Similar topics

11
by: Alx Sharp | last post by:
Hello group... I've created a collection class that implements the following interfaces: IBindingList, IList, ICollection, IEnumerable and ITypedList: abstract class DataCollectionBase :...
17
by: CJ Taylor | last post by:
Alright before I get started, first of all, this is a help article. I'm just shocked I didn't think of a solution or couldn't find one on the web at all. So I figured I would write a quick...
19
by: Simon Verona | last post by:
I'm not sure if I'm going down the correct route... I have a class which exposes a number of properties of an object (in this case the object represents a customer). Can I then use this...
3
by: Nina | last post by:
Hi there, Is there anyone knows how to make windows form datagrid that is bound to an array editable? How to catch when a cell has been edited? Thank you for your help. Nina
10
by: John Richardson | last post by:
General question about how WinForms handles undoing a change during a control's validation, if it does at all. After a change to a control's value, if the data is determined to be invalid, then in...
1
by: Ruben | last post by:
I have a collection (PersonCollection inherits collectionbase and implements ITypedList it's a collection of Person objects) this collection also implements the IComponent interface, so I can drag...
5
by: haroldsphsu | last post by:
Hi, I understand that I cannot create an instance of an interface, but why is it ok to do the following? What is it creating? foo = New System.ComponentModel.IEditableObject(10) {} whereas...
1
by: Chuck Cobb | last post by:
Here's one more question on this topic: I am developing a CRM system using business objects...I have used the approach we previously discussed to develop lists of business objects for the...
3
by: Przemek M. Zawada | last post by:
Dear Group, I'm developing sample window form, using DataGridView control, which is filled with data through BindingSource, which is based on type of object, as follow: public sampleClass {...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.