databinding question-obviously
From: Clown (clown_at_msn.com)
Date: 12/15/04
- Next message: Justin Barr: "RE: Article : Code Access Security Part - 2 (.Net FrameWork Tools Seri"
- Previous message: Rajesh Patel: "Re: Newbie Question: Distinguishing between user click and binding context position change"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 15 Dec 2004 05:48:46 -0700
Another databind problem I am facing is that the web service send frontend a
data table, one editable field are integer values such as number(1,2,3) I
need to display as string "'not required', 'required', 'other'), then i need
to save it back using web service as integer, and all these happen on a
datagrid....problem is how to perform the conversion from literal value "Not
required" to 0 and back for EACH row automatically on the client.
For simple data binding, we could convert value during the format and parse
events. can we still perform some sort of translation during complex data
binding?
- Next message: Justin Barr: "RE: Article : Code Access Security Part - 2 (.Net FrameWork Tools Seri"
- Previous message: Rajesh Patel: "Re: Newbie Question: Distinguishing between user click and binding context position change"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading