databinding question-obviously

From: Clown (clown_at_msn.com)
Date: 12/15/04


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?



Relevant Pages

  • Databinding question
    ... Another databind problem I am facing is that the web service send frontend a ... data table, one editable field are integer values such as numberI ... For simple data binding, we could convert value during the format and parse ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Databinding question
    ... Another databind problem I am facing is that the web service send frontend a ... data table, one editable field are integer values such as numberI ... For simple data binding, we could convert value during the format and parse ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: Binding an array of objects to Data Grid
    ... Data binding and Web Services using Custom Collections ... The data binding capabilities in .NET are great, ... > Has anyone tried binding an Array of objects to a DataGrid, when the> array of objects is being returned by a Web Service? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Binding an array of objects to Data Grid
    ... Data binding and Web Services using Custom Collections ... The data binding capabilities in .NET are great, ... > Has anyone tried binding an Array of objects to a DataGrid, when the> array of objects is being returned by a Web Service? ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • .NET J2EE WebService ComplexType
    ... we have business logic implemented in JAVA and a frontend application ... I have no problem deploying a web service with simple data types like ... But what is the best way to return complex data types. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)

Loading