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

ASP.NET

 
AnswerRe: How to read and write web config file userid,password ? Pin
Christian Graus17-Feb-08 21:53
protectorChristian Graus17-Feb-08 21:53 
GeneralHelp Me in GridView Pin
Zeeshan Ahmed Memon17-Feb-08 20:02
Zeeshan Ahmed Memon17-Feb-08 20:02 
GeneralRe: Help Me in GridView Pin
N a v a n e e t h17-Feb-08 20:09
N a v a n e e t h17-Feb-08 20:09 
GeneralRe: Help Me in GridView Pin
johnmuthu21-Apr-08 9:41
johnmuthu21-Apr-08 9:41 
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 
Hi all,
I have created inherited HyperLinkUser control as follows

Public Class ResourceHyperLink
       Inherits HyperLink
       Private m_ResourceID As Integer
       Private m_ResouceName As String

       Public Property ResourceName() As String
           Get
               ResourceName = m_ResouceName
           End Get
           Set(ByVal Value As String)
               m_ResouceName = ResourceName
           End Set
       End Property

       Public Property ResourceID() As String
           Get
               ResourceID = m_ResourceID
           End Get
           Set(ByVal Value As String)
               m_ResourceID = ResourceID
           End Set
       End Property
   End Class


Can I able to add this control in the datagrid Itemtemplate
<asp:TemplateColumn>
									<ItemTemplate>
									     'HERE									</ItemTemplate>
								</asp:TemplateColumn>

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 
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 

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.