{{theTime}}

Search This Blog

Total Pageviews

How to wire objects returned from an RPC mechanism into a UI using Editor

See the detailed explanation how to wire objects returned from RPC into UI.
https://developers.google.com/web-toolkit/doc/latest/DevGuideUiEditors#Quickstart

No comments:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...