sara25
یک شنبه 08 آبان 1390, 16:08 عصر
سلام من این کدو توی گلوبال گذاشتم
void Application_Start(object sender, EventArgs e)
{
Application[
"Session"] = 0;
Application[
"termination"] = 0;
}
واین کدو توی pageload صفحه
Application[
"termination"] = (int)Application["termination"] + 1;
Label1.Text = Application[
"termination"].ToString();
اما مشکل اینه که که برای هر کاربر این اپلیکیشن صفر میشه و تعداد کل بازدید رو جمع نمی کنه
ممنون میشم کمک کنین
void Application_Start(object sender, EventArgs e)
{
Application[
"Session"] = 0;
Application[
"termination"] = 0;
}
واین کدو توی pageload صفحه
Application[
"termination"] = (int)Application["termination"] + 1;
Label1.Text = Application[
"termination"].ToString();
اما مشکل اینه که که برای هر کاربر این اپلیکیشن صفر میشه و تعداد کل بازدید رو جمع نمی کنه
ممنون میشم کمک کنین