Click here to Skip to main content
15,895,656 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionA Challenging Dynamic web page issue Pin
georgegarvasis17-Feb-08 19:15
georgegarvasis17-Feb-08 19:15 
GeneralRe: A Challenging Dynamic web page issue Pin
Christian Graus17-Feb-08 19:27
protectorChristian Graus17-Feb-08 19:27 
GeneralRe: A Challenging Dynamic web page issue Pin
N a v a n e e t h17-Feb-08 19:28
N a v a n e e t h17-Feb-08 19:28 
GeneralInherited controls in datagrid template columns Pin
danasegaranea17-Feb-08 18:28
danasegaranea17-Feb-08 18:28 
GeneralRe: Inherited controls in datagrid template columns Pin
N a v a n e e t h17-Feb-08 18:49
N a v a n e e t h17-Feb-08 18:49 
GeneralRe: Inherited controls in datagrid template columns Pin
danasegaranea17-Feb-08 18:54
danasegaranea17-Feb-08 18:54 
GeneralRe: Inherited controls in datagrid template columns Pin
N a v a n e e t h17-Feb-08 19:23
N a v a n e e t h17-Feb-08 19:23 
GeneralRe: Inherited controls in datagrid template columns Pin
danasegaranea17-Feb-08 19:31
danasegaranea17-Feb-08 19:31 
I tried like this

<ItemTemplate>
<asp:ResourceHyperLink ID="lblResource_First" Runat="server" Text='My' BorderColor="white" >
</asp:ResourceHyperLink>
</ItemTemplate>
<asp:TemplateColumn>




and got the error as

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: Could not load type System.Web.UI.WebControls.ResourceHyperLink from assembly System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a.

Source Error: 


Line 322:								<asp:TemplateColumn>
Line 323:									<ItemTemplate>
Line 324:										<asp:ResourceHyperLink ID="lblResource_First" Runat="server" Text='My' BorderColor="white" >
Line 325:										</asp:ResourceHyperLink>
Line 326:									</ItemTemplate>

GeneralRe: Inherited controls in datagrid template columns Pin
N a v a n e e t h17-Feb-08 19:47
N a v a n e e t h17-Feb-08 19:47 
GeneralSearch a keyword and highlight it Pin
yadlaprasad17-Feb-08 18:27
yadlaprasad17-Feb-08 18:27 
GeneralRe: Search a keyword and highlight it Pin
Christian Graus17-Feb-08 18:34
protectorChristian Graus17-Feb-08 18:34 
GeneralRe: Search a keyword and highlight it Pin
dilipv17-Feb-08 19:14
dilipv17-Feb-08 19:14 
GeneralTrouble Posting Data from Javascript to ASP.NET in Custom Control Pin
codegal17-Feb-08 18:14
codegal17-Feb-08 18:14 
QuestionTrigger Pin
senthilsstil17-Feb-08 18:11
senthilsstil17-Feb-08 18:11 
GeneralRe: Trigger Pin
N a v a n e e t h17-Feb-08 18:14
N a v a n e e t h17-Feb-08 18:14 
GeneralRe: Trigger Pin
Guffa17-Feb-08 21:12
Guffa17-Feb-08 21:12 
QuestionWhat is the utility of authorization concepts in web.config , when database is there ? Pin
Sonia Gupta17-Feb-08 18:01
Sonia Gupta17-Feb-08 18:01 
GeneralRe: What is the utility of authorization concepts in web.config , when database is there ? Pin
N a v a n e e t h17-Feb-08 18:15
N a v a n e e t h17-Feb-08 18:15 
QuestionRe: What is the utility of authorization concepts in web.config , when database is there ? Pin
Sonia Gupta17-Feb-08 18:17
Sonia Gupta17-Feb-08 18:17 
GeneralRe: What is the utility of authorization concepts in web.config , when database is there ? Pin
N a v a n e e t h17-Feb-08 18:20
N a v a n e e t h17-Feb-08 18:20 
Questionjavascipt document.getElementByID() problem using MasterPage Pin
sivaprakas17-Feb-08 17:50
sivaprakas17-Feb-08 17:50 
GeneralRe: javascipt document.getElementByID() problem using MasterPage Pin
Venkatesh Mookkan17-Feb-08 18:02
Venkatesh Mookkan17-Feb-08 18:02 
AnswerRe: javascipt document.getElementByID() problem using MasterPage Pin
sivaprakas17-Feb-08 19:37
sivaprakas17-Feb-08 19:37 
GeneralRe: javascipt document.getElementByID() problem using MasterPage Pin
N a v a n e e t h17-Feb-08 20:18
N a v a n e e t h17-Feb-08 20:18 
GeneralVs2005 & vs2003 Pin
Member 387988117-Feb-08 17:37
Member 387988117-Feb-08 17:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.