Answers

Mar 26, 2009 - 03:54 AM
otherwise, you should have that function in a class inside AppCode

Apr 17, 2009 - 06:24 AM
The Quomon Team

Aug 12, 2009 - 02:15 AM
here Test is the function on the ascx.cs page
and WebUserControl1 is the ascx page which is used in the aspx page

Oct 22, 2009 - 03:35 AM

Aug 10, 2010 - 06:59 AM
create that function "public" and then you can use that function like this
in ascx.cs
puplic void somefunction(arguments)
{
// your code here
}
in aspx.cs
controlObject.somefunction(arguments);

Apr 19, 2011 - 09:12 PM

Apr 24, 2011 - 08:24 PM
http://www.holeesoft.com/blu-ray-ripp...

Jun 09, 2012 - 11:22 PM
Add New Comment