登录用户登录后的程序 [英] Login Procedures behind log in of a user

查看:65
本文介绍了登录用户登录后的程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

用户登录会话后面有多少个登录程序

How many log in procedures are running behind the log in session of the user

推荐答案

无论如何,



在存储过程的定义中,有一个@date值,你似乎没有在你的代码中处理。



你应该通过一个DateTime到你的方法,看看会发生什么。



你可以改变这行代码:

Anyway,

In the definition of your stored procedure, there is a @date value that you do not seem to take care of in your code.

You should pass a DateTime to your method and see what happens.

[edit]You may change this line of code:
bool ret = com.AddComment(int.Parse(Request.QueryString["id"]), TextBox1.Text, TextBox2.Text, TextBox3.Text);



[/ edit]


[/edit]


这篇关于登录用户登录后的程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆