<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>greatbag - over view in dotnet2.0</title><link>http://blog.csdn.net/greatbag/category/180694.aspx</link><description>.net2.0的心得体会</description><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 28 Feb 2008 11:51:36 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>greatbag</dc:creator><title>数据绑定方式及效率</title><link>http://blog.csdn.net/greatbag/archive/2006/04/06/652361.aspx</link><pubDate>Thu, 06 Apr 2006 10:16:00 GMT</pubDate><guid>http://blog.csdn.net/greatbag/archive/2006/04/06/652361.aspx</guid><wfw:comment>http://blog.csdn.net/greatbag/comments/652361.aspx</wfw:comment><comments>http://blog.csdn.net/greatbag/archive/2006/04/06/652361.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/greatbag/comments/commentRss/652361.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=652361</trackback:ping><description>三、数据的绑定DataBinder&lt;img src ="http://blog.csdn.net/greatbag/aggbug/652361.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>greatbag</dc:creator><title>Cannot convert type 'ASP.login_aspx' to 'System.Web.UI.WebControls.Login'(无法将类型'ASP.login_aspx' 转换为'System.Web.UI.WebControls.Login'</title><link>http://blog.csdn.net/greatbag/archive/2006/03/03/614567.aspx</link><pubDate>Fri, 03 Mar 2006 13:13:00 GMT</pubDate><guid>http://blog.csdn.net/greatbag/archive/2006/03/03/614567.aspx</guid><wfw:comment>http://blog.csdn.net/greatbag/comments/614567.aspx</wfw:comment><comments>http://blog.csdn.net/greatbag/archive/2006/03/03/614567.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/greatbag/comments/commentRss/614567.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=614567</trackback:ping><description>在2.0中做用户登陆界面Login.aspx时出现了这个错误.

Cannot convert type 'ASP.login_aspx' to 'System.Web.UI.WebControls.Login'(无法将类型'ASP.login_aspx' 转换为'System.Web.UI.WebControls.Login'

研究了一下,这个错误的罪魁祸首是:



中Inherits="Login"这句,在创建页面Login.aspx的时候,vs2005在后台页面Login.aspx.cs也创建了类

public partial class Login : System.Web.UI.Page

而Login类和2.0的'System.Web.UI.WebControls.Login'引发了冲突,所以才有上面的错误.在这里,只需要把Inherits="Login" 和public partial class Login : System.Web.UI.Page 中的Login改为其它,错误就会消失了
&lt;img src ="http://blog.csdn.net/greatbag/aggbug/614567.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>greatbag</dc:creator><title>How to troubleshoot 'Procedure or function has too many arguments specified' in asp.net 2.0 </title><link>http://blog.csdn.net/greatbag/archive/2006/03/01/613216.aspx</link><pubDate>Wed, 01 Mar 2006 17:06:00 GMT</pubDate><guid>http://blog.csdn.net/greatbag/archive/2006/03/01/613216.aspx</guid><wfw:comment>http://blog.csdn.net/greatbag/comments/613216.aspx</wfw:comment><comments>http://blog.csdn.net/greatbag/archive/2006/03/01/613216.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/greatbag/comments/commentRss/613216.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=613216</trackback:ping><description>如何解决asp.net2.0中'Procedure or function has too many arguments specified'( 存储过程或函数指定过多参数)的问题&lt;img src ="http://blog.csdn.net/greatbag/aggbug/613216.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>