Scriplet and C# in asp.net, No integration???
-
I have an scriplet object defined in 'createservice.aspx' using the following code Where createservice have registered and inherits from src='createservice.cs' (code Behind), this file includes funtions to insert DB written in C#. in editor.aspx, <IFRAME> is defined where user types in texts. and editor.aspx is linked to compose.js using<script src="compose.js?169" language="javascript"></script> 1) My question is simple but took me hours, how to retrieve mytext.value from editor.aspx and to be use in createservice.cs(code behind), say like store in a string defined in createservice.cs, 2) should I declare the object in createservice.cs, but how to declare an OBJECT, i only know how to declare htmlTeatArea, htmlLabel and etc from the UI.webcontrols class from .NET framework Thank you very much regards, karsin:eek: </x-turndown>