求助!!关于asp.net的loginview控件

问题描述

这是前台的代码:<body><formid="form2"runat="server"><divid="header"><divclass="logo"style="font-size:xx-large;font-family:GungsuhChe;height:85px;width:370px;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Christina's<br/><br/>&nbsp;<br/>&nbsp;&nbsp;&nbsp;FavouriteBlog</div><divclass="site-nav">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<spanclass="style3">&nbsp;</span><ahref="Home.aspx"><spanclass="style1"><spanclass="style3">主页</span></span></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<ahref="About.aspx"class="style1"><spanclass="style3">日志</span></a><br/></div></div><divid="content"><divclass="bot"><divclass="inner"><divclass="inner_copy"><divclass="inner_copy"></div></div><h2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WelcometomyBlog!</h2><fieldset><divstyle="margin:30px0040px"><asp:LabelID="Label1"runat="server"Text="名字:"style="font-size:large"></asp:Label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<asp:LoginViewID="LoginView0"runat="server"><AnonymousTemplate><asp:TextBoxID="cname"runat="server"Text="游客"Width="417px"></asp:TextBox></AnonymousTemplate><RoleGroups><asp:RoleGroupRoles="admin"><ContentTemplate><asp:LabelID="cname1"runat="server"Text="admin"style="font-size:large"></asp:Label></ContentTemplate></asp:RoleGroup></RoleGroups></asp:LoginView><asp:LabelID="Label6"runat="server"Text="*用户名不能为空"ForeColor="Red"></asp:Label></div><divstyle="margin:30px0040px"><asp:LabelID="Label4"runat="server"Text="评论:"style="font-size:large"></asp:Label></div><divstyle="margin:-15px00110px"><asp:TextBoxID="ccon"runat="server"Height="282px"Width="436px"></asp:TextBox><asp:LabelID="Label2"runat="server"Text="Label"ForeColor="Red">*内容不能为空</asp:Label></div><divstyle="margin:20px00220px"><asp:ButtonID="Button1"runat="server"Text="提交"onclick="Button1_Click0"Height="40px"Width="72px"/>&nbsp;&nbsp;&nbsp;&nbsp;<asp:ButtonID="Button2"runat="server"Text="返回"PostBackUrl="~/About.aspx"Height="39px"Width="78px"/></div></fieldset></div></form></body>后台:publicpartialclassWtitecom:System.Web.UI.Page{protectedvoidPage_Load(objectsender,EventArgse){}protectedvoidButton1_Click0(objectsender,EventArgse){stringname,name1;stringcontext=Request.Form["ccon"];stringid=Request["no"];Createcreate=null;if(LoginView0.FindControl("cname")!=null){TextBoxtb=(TextBox)LoginView0.FindControl("cname");name=tb.Text;create=newCreate(name,context,id);}else{Labellb=(Label)LoginView0.FindControl("cname1");name1=lb.Text;create=newCreate(name1,context,id);}Response.Redirect("~/About.aspx");}}但是在后台那里一直显示当前上下文不存在loginview0,这是为什么呢?

解决方案

解决方案二:
该回复于2011-12-14 09:07:54被版主删除
解决方案三:
重建个试试

时间: 2024-11-03 07:53:09

求助!!关于asp.net的loginview控件的相关文章

ASP.NET关于Login控件使用,LoginView&amp;#160;控件,CreateUserWizard&amp;#160;控件

原文:ASP.NET关于Login控件使用,LoginView 控件,CreateUserWizard 控件 Login控件它是属于Membership服务的一部分,必须配置Membership提供程序和数据库... 如果你要使用自己的数据库则必须继承MembershipProvider抽象类重写自己的提供程序并正确配置Web.config...   ASP.NET登陆控件比较多,封装了大部分WEB应用中要实现系统登陆的系列功能,涉及到很多方面.众多 ASP.NET 登录控件一起为 ASP.NE

下面这道题怎么用asp.net里的控件来实现?

问题描述 下面这道题怎么用asp.net里的控件来实现? 产品1 <div class="you-women"> <a href="single.html"><img class="img-responsive pic-in" src="images/pi4.jpg" alt=" " ></a> <span>产品2</span> <

ASP.NET:DataGrid控件的分页功能

asp.net|datagrid|datagrid控件|分页 DataGrid 控件是一个基于模板样式的.多功能的.多列的数据绑定控件.在三个数据绑定控件中,DataGrid是功能最为强大的,其次时DataList控件,然后是轻量级的数据绑定控件Repeater.要自定义 DataGrid 中各列的布局,您可以将列类型设置为"模板",然后修改列的模板.DataGrid 控件也可以无需模板,只需按照默认的设置即可进行呈现,这使得该控件成了用于报告方案的理想控件.      我们可以把Da

ASP.NET:DataGrid控件的排序功能

asp.net|datagrid|datagrid控件|排序 上一节我们已经知道DataGrid排序功能是由AllowSorting属性控制的,这一小节里,我们将通过实例来验证这个功能.     在DataCon Web项目里,添加一个窗体,命名为DataGrid_Sample4.aspx,添加一个DataGrid控件,DataGrid_Sample4.aspx的主要HTML代码如下:<body MS_POSITIONING="GridLayout"><form id

ASP.NET:DataGrid控件的编辑功能

asp.net|datagrid|datagrid控件 在ASP技术作Web编程的时候,因为对数据库的操作使用的RecordSet对象,如果不使用第三方控件,想要做到在线编辑数据就很困难.而DataGrid控件就支持了在线编辑的功能,只要把EditCommandColumn属性设置适当,稍加编程就可以实现了. DataGrid控件的EditItemIndex属性表示编辑按钮的类别,ASP.NET默认的EditItemIndex=-1,即不支持编辑属性.下面我们通过实例来学习一下.     在Da

ASP.NET:DataList控件的分列输出功能

asp.net|控件 DataList 控件在一个重复列表中显示数据项,并且还可以支持选择和编辑项目.可使用模板对 DataList 中列表项的内容和布局进行定义,它的最大的特点是可以分列显示数据.下面几节里,我们将详细介绍.     9.3  DataList控件的详解     9.3.1 DataList控件的分列输出功能     DataList控件被设计为用于分列输出数据,需要输出的数据在它的<ItemTemplate>属性里,每一个<Blockquote>就是一个强制换行

使用ASP.NET Atlas ListView控件显示列表数据

asp.net|控件|数据|显示 English Version: http://dflying.dflying.net/1/archive/113_display_listible_data_using_aspnet_atlas_listview_control.html 在这个系列中,我将介绍一些Atlas Sys.UI.Data中较高级的控件,包括: Sys.UI.Data.ListView:使用ASP.NET Atlas ListView控件显示列表数据 Sys.UI.Data.Item

ASP.NET用Repeater控件显示数据

asp.net|控件|数据|显示     如果你正在使用ASP.NET,你一定对DataGrid控件非常熟悉.DataGrid控件提供了各种特性,通过这些特性可以很容易地在一个Web页面上以列表形式显示数据.但是,如果你不想使用HTML表格形式呢?此时,可以使用一个DataGrid的一个鲜为人知的兄弟控件,即Repeater控件.Repeater控件提供显示你所需要数据的灵活性.      Repeater控件是什么?      Repeater是一个可重复操作的控件,也就是说,它通过使用模板显

使用 ASP.NET Atlas PageNavigator控件实现客户端分页导航

asp.net|导航|分页|客户端|控件 English Version: http://dflying.dflying.net/1/archive/127_paging_your_list_using_aspnet_atlas_pagenavigator_control.html 在这个系列中,我将介绍一些Atlas Sys.UI.Data中较高级的控件,包括: Sys.UI.Data.ListView:使用ASP.NET Atlas ListView控件显示列表数据 Sys.UI.Data.