Click here to Skip to main content
15,909,605 members
Home / Discussions / Web Development
   

Web Development

 
QuestionSessions and cookiless property and URIs Pin
swjam23-Jun-10 4:21
swjam23-Jun-10 4:21 
AnswerRe: Sessions and cookiless property and URIs Pin
T M Gray25-Jun-10 9:45
T M Gray25-Jun-10 9:45 
Questionhow to analyst which website using webservice Pin
Naunt22-Jun-10 15:00
Naunt22-Jun-10 15:00 
AnswerRe: how to analyst which website using webservice Pin
Not Active22-Jun-10 15:25
mentorNot Active22-Jun-10 15:25 
QuestionDynamically add a LinkButton to a text stream? Pin
Gregory Gadow22-Jun-10 7:19
Gregory Gadow22-Jun-10 7:19 
AnswerRe: Dynamically add a LinkButton to a text stream? Pin
Not Active22-Jun-10 7:29
mentorNot Active22-Jun-10 7:29 
GeneralRe: Dynamically add a LinkButton to a text stream? Pin
Gregory Gadow22-Jun-10 7:53
Gregory Gadow22-Jun-10 7:53 
GeneralRe: Dynamically add a LinkButton to a text stream? Pin
Not Active22-Jun-10 8:03
mentorNot Active22-Jun-10 8:03 
ASP.NET is built around postback operations. Ajax is an out of band call that does not use postback.

I don't understand the problem, you are not explaining it clearly. You can't hard code the link for a LinkButton but that is what you are doing for an anchor tag. You should do some research on databinding and databound controls such as Repeater or DataList rather than using such brute force methods and constructing a string.

I know the language. I've read a book. - _Madmatt

GeneralRe: Dynamically add a LinkButton to a text stream? Pin
Gregory Gadow22-Jun-10 9:17
Gregory Gadow22-Jun-10 9:17 
GeneralRe: Dynamically add a LinkButton to a text stream? Pin
Not Active22-Jun-10 9:39
mentorNot Active22-Jun-10 9:39 
Questionlinking the domain name Pin
dahras19-Jun-10 21:42
dahras19-Jun-10 21:42 
AnswerRe: linking the domain name Pin
DaveAuld20-Jun-10 4:24
professionalDaveAuld20-Jun-10 4:24 
GeneralRe: linking the domain name Pin
dahras20-Jun-10 6:15
dahras20-Jun-10 6:15 
GeneralRe: linking the domain name Pin
DaveAuld20-Jun-10 6:22
professionalDaveAuld20-Jun-10 6:22 
GeneralRe: linking the domain name Pin
dahras20-Jun-10 7:02
dahras20-Jun-10 7:02 
GeneralRe: linking the domain name Pin
DaveAuld20-Jun-10 7:24
professionalDaveAuld20-Jun-10 7:24 
GeneralRe: linking the domain name Pin
dahras20-Jun-10 7:28
dahras20-Jun-10 7:28 
GeneralRe: linking the domain name Pin
DaveAuld20-Jun-10 7:39
professionalDaveAuld20-Jun-10 7:39 
GeneralRe: linking the domain name Pin
dahras21-Jun-10 12:23
dahras21-Jun-10 12:23 
GeneralRe: linking the domain name Pin
dahras20-Jun-10 7:45
dahras20-Jun-10 7:45 
GeneralRe: linking the domain name Pin
dahras20-Jun-10 6:42
dahras20-Jun-10 6:42 
GeneralRe: linking the domain name Pin
DaveAuld20-Jun-10 6:55
professionalDaveAuld20-Jun-10 6:55 
GeneralRe: linking the domain name Pin
Smithers-Jones22-Jun-10 4:37
Smithers-Jones22-Jun-10 4:37 
AnswerRe: linking the domain name Pin
Dalek Dave20-Jun-10 5:14
professionalDalek Dave20-Jun-10 5:14 
QuestionHttpContext.Current.Session & HttpContext.Current.Cache questions Pin
swjam19-Jun-10 19:10
swjam19-Jun-10 19:10 

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.