后选中的复选框未显示在视图页面上.... [英] after checked checkbox not showing on view page....

查看:87
本文介绍了后选中的复选框未显示在视图页面上....的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

(1)我有两个Checkbox ID,例如Check1和Check2.经过检查和其他文本框fieldup后,我正在向该页面发送邮件.我想做的是,当用户查看邮件中的页面"复选框时,应在填充时查看的地方.请有人帮我得到解决方案.
(2)另一个问题是我正在捕获无法以正确格式显示的systemdate.例如在14 \ 09 \ 2010中显示,而我想要在14/09/2010中显示.
(3)和lastone我用ajax压延机,但压延机未显示.....
请有人帮我....我同时发送.aspx和代码隐藏页....

===================
来自JSOP

我删除了您的代码,因为您发布了太多与您的实际问题无关的代码.发布更少的代码,并确保它是您遇到问题的代码.并学习如何使用 pre 标签.

(1) I have two Checkbox id like----Check1 and Check2. after checked and other textboxes fieldup i am sending mail that page. what i want to do is when user view the page in mail checkbox should beviewed in place where that was while fill. please some one help me to get the solution.
(2) Another problem is i am catching systemdate which not showing in proper format.like showing in 14\09\2010 and i want in 14/09/2010.
(3) and lastone i used ajax for calender but calender not showing.....
please someone help me....i am sending both .aspx and codebehind page....

====================
From JSOP

I deleted your code because you posted too much code that doesn''t have anything to do with your actual problem. Post less code, and be sure it''s the code you''re having problems with. And learn how to use pre tags.

推荐答案

要回答#3,您需要确保添加一个ToolkitScriptManager.否则,任何Ajax控件都将无法正常工作.参见此处:显示简单的弹出式日历 [
To answer #3, you need to make sure to add a ToolkitScriptManager. Without that, no Ajax controls will work. See here: Display a Simple Popup Calendar[^]

As far as #2, it probably has to do with your UICulture. Before setting the system date, try changing your Culture and UICulture. You can do that easily by doing:
Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US");
Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-US");


您只需要添加


You just need to add

using System.Threading;
using System.Globalization;



至于第一名,我不知道你在问什么.我认为英语不是您的母语,因为英语没有意义.



As far as #1, I have no idea what you''re asking. I assume English is not your first language because it makes no sense in English.


这篇关于后选中的复选框未显示在视图页面上....的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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