Paip. Change the Asp.net ASPX page without source code
Author attilax, 1466519819@qq.com
Double-click the page without any response .. Delete inherits = "webadmin_accountadd, lebimall .. Then, double-click to create the page_load event ..
<% @ Page Language = "C #" autoeventwireup = "true" inherits = "webadmin_accountadd, lebimall" %>
<! Doctype HTML public "-// W3C // dtd xhtml 1.0 transitional // en" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-
Transitional. DTD ">
<SCRIPT runat = "server">
Protected void page_load (Object sender, eventargs E)
{
Base. page_load (null, null );
}
Protected void button#click (Object sender, eventargs E)
{
// Response. Write ("AAA ");
Base. button#serverclick (null, null );
// Int uid = int. parse (httpcontext. Current. request ["uid"]);
String uname = txt_username.value;
Decimal money = decimal. parse (txt_money.value );
Ipinjeo PJ = accram. getpinjeor ();
PJ. Save (uname, "ACC module admin", money, pinjeotype. adminadd );
}
</SCRIPT>