在从服务器端绑定html文本框的值时,密码在登录表单中显示为空 [英] password showing empty in login form while binding the value for html textbox from server side

查看:49
本文介绍了在从服务器端绑定html文本框的值时,密码在登录表单中显示为空的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有登录表单并记住我复选框,当他们点击记住我需要存储详细信息并再次我需要绑定登录表单,当他们再次登录我得到用户名但密码没有显示





i have the login form with remember me check box when they click remember me i need to store the details and again i need to bind that in login form when they again login i get the username but password is not showing


username_id.Value = Request.Cookies["UserName"].Value; password.Attributes.Add("value", Request.Cookies["PassWord"].Value);





i使用html控件与



i am using html controls with

runat=server

推荐答案

这篇关于在从服务器端绑定html文本框的值时,密码在登录表单中显示为空的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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