|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
SIMPLE QUESTION<form method="post" runat="server" id="PromotionForm"> and some textboxes and <asp:button id="Button3" runat="server" Text="Update"></asp:button> When i run my web application pressing f5 and hitting Update Button it does nothing Though I have Response.Write ("sa"); Response.End (); if (Page.IsPostBack) { Response.Write ("sa"); Response.End (); } code block in my Page_Load event handler.. What can cause it ? Ok I found my stupid mistake
added that line and it worked ;) this.Load += new System.EventHandler(this.Page_Load);
asp to asp.net conversion
Creating composite web controls Custom control with ListBox ASP.NET 2.0 - How to databind to nested (hierarchical) business objects? asp with membership/login Problem woth ObjectDataSource and Dataset... Calendar Control - ASP.Net 2.0 SIMPLE USER CONTROL PROBLEM Syntax to populate a radio button list and Label? Nested Repeater |
|||||||||||||||||||||||