Click here to Skip to main content
15,893,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
script control May not be registered after page prerender this error occure when i call my employee.aspx page on this page i used one user control
Posted

1 solution

Before use the user control first register that user control in that page like this
HTML
<![CDATA[<%@ Register Src="~/usercontrols/UserControl_name.ascx" TagName="UserControl" TagPrefix="gpsUC" %>]]>

then use the user control.
 
Share this answer
 
Comments
Raj Dongare 11-Aug-12 1:03am    
Actually i m using obout grid control i have registered this before using on the page as


<%@ Register Assembly="obout_Grid_NET" Namespace="Obout.Grid" TagPrefix="cc1" %>
Raj Dongare 11-Aug-12 1:05am    
error shows on master page when i click on the link of this page.

Plz Help

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900