CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP.NET - InMotion Framework

 Retrieve recordset field value

Print topic Send  topic

Author Message
DataDoIT
Posted: 03/19/2013, 12:02 PM

Per Yes Software support... To retrieve the value of a recordset field,
or a field that is part of the datasource query but not assigned to a
control in your grid or record.

Grid BeforeShowRow:
DirectCast(sender, InMotion.Web.Controls.Grid).DataItem("event_id").ToString

Record BeforeShow:
DirectCast(sender,InMotion.Web.Controls.Record).DataItem("event_id").ToString

Grid, Record AfterExecuteSelect:
DirectCast(e.OperationResult,System.Data.DataView).Table.Rows(0)("event_id").ToString

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.