hi actually i want to regester two user controls ..i registered two different user controls and i embedded them in the body of the program but wheni am running the program i am getting only one user control in the output the other one i am not getting...the reason i am not able to find...but if i regester the 2nd one alone then i am getting the 2nd user control in the output ...if i both 1st and 2nd use at the same time i am getting only 1st user control in the output...why is this so...please tell me thanks for u r reply bye urmila.
Chris Mohan <[EMAIL PROTECTED]> wrote: The second half of line 2 is identical to line 3. It might work if you give the second one a unique tagname-but I'm guessing you only want to register it once. _____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of urmila nalla Sent: Thursday, September 08, 2005 4:00 PM To: [email protected] Subject: [AspNetAnyQuestionIsOk] parser error please any body tell me why i am getting the following error bye urmila. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: The 'aspnetmenu:table1' tag has already been registered. Source Error: Line 1: Codebehind="account.aspx.vb" Inherits="WebApplication4.account"%>Line 2: src="bankapp.ascx"%>src="menu.ascx"%>Line 3: tagname="table1" src="menu.ascx"%>Line 4: Line 5: "-//W3C//DTD HTML 4.0 Transitional//EN"> Source File: c:\inetpub\wwwroot\WebApplication4\account.aspx Line: 3 --------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com [Non-text portions of this message have been removed] SPONSORED LINKS Basic gramming+language&w2=Computer+programming+languages&w3=Programming+languages &w4=Java+programming+language&w5=The+history+of+computer+programming+languag e&c=5&s=176&.sig=clJRDppRYABhs6xUhzokKw> programming language Computer +programming+language&w2=Computer+programming+languages&w3=Programming+langu ages&w4=Java+programming+language&w5=The+history+of+computer+programming+lan guage&c=5&s=176&.sig=RiWZhYTiihJ1rWfeFgB2sg> programming languages Programming ing+language&w2=Computer+programming+languages&w3=Programming+languages&w4=J ava+programming+language&w5=The+history+of+computer+programming+language&c=5 &s=176&.sig=2BgLsjKfGvxPndstKBMU9g> languages Java ramming+language&w2=Computer+programming+languages&w3=Programming+languages& w4=Java+programming+language&w5=The+history+of+computer+programming+language &c=5&s=176&.sig=4wWSX5WKx7BCK9SrMVdrxQ> programming language The guage&w1=Basic+programming+language&w2=Computer+programming+languages&w3=Pro gramming+languages&w4=Java+programming+language&w5=The+history+of+computer+p rogramming+language&c=5&s=176&.sig=iNvYp6cfd9HwtDhK1iV-rg> history of computer programming language _____ YAHOO! GROUPS LINKS * Visit your group "AspNetAnyQuestionIsOk " on the web. * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] e> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. _____ [Non-text portions of this message have been removed] Yahoo! Groups Links --------------------------------- Click here to donate to the Hurricane Katrina relief effort. [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
