View | Details | Raw Unified
Collapse All | Expand All

(-) Extras/AspNetAddIn/Templates/WebApplication.xpt.xml (+3 lines)
 Lines 58-63    Link Here 
	public class ${Name} : Page
	public class ${Name} : Page
	{
	{
		protected TextBox textBox1;
		protected Button button1;
		
		public void onButtonClick (object sender, EventArgs e)
		public void onButtonClick (object sender, EventArgs e)
		{
		{
			textBox1.Text ="Hello World";
			textBox1.Text ="Hello World";