Search Engine
Here you can search through the pages of this Namespace, their attachments and the files uploaded to the system.
Note: the results will only display the items you have permissions to read.
This search, performed through 582.69 KB (179 documents, 6974 words), completed in 0.0 seconds and yielded 2 results.
[...] indication of what additional words are needed to refine your results on the next search. For example, [ weather cancun ] is a simple way to [...]
[...] <%:Html.RenderControl("test.ascx")%> inside test.ascx you put html and init function
http://ycg.kr/open.content/ko/weather.ascx for example
like include in asp
but you also can write Init() function
if you have dynamic html, like in case of weather.ascx
<script runat="server">
void Init()
{
//blah-blah-blah
}
</script> like Page_Load
Class
Package: Defined In : Default.aspx Class: Subclasses: Extends: Public Methods
<%:Html.RenderControl("test.ascx")%> need test.ascx file in same folder test.ascx example
[...]