Click here to Skip to main content
15,902,715 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCan't resolve for a while. Link button in a datalist Pin
Albert834-Jan-09 13:00
Albert834-Jan-09 13:00 
AnswerRe: Can't resolve for a while. Link button in a datalist Pin
Not Active4-Jan-09 15:01
mentorNot Active4-Jan-09 15:01 
QuestionRe: Can't resolve for a while. Link button in a datalist Pin
Albert834-Jan-09 15:09
Albert834-Jan-09 15:09 
AnswerRe: Can't resolve for a while. Link button in a datalist Pin
Not Active4-Jan-09 15:22
mentorNot Active4-Jan-09 15:22 
QuestionRe: Can't resolve for a while. Link button in a datalist Pin
Albert834-Jan-09 15:26
Albert834-Jan-09 15:26 
AnswerRe: Can't resolve for a while. Link button in a datalist Pin
Not Active4-Jan-09 15:29
mentorNot Active4-Jan-09 15:29 
AnswerRe: Can't resolve for a while. Link button in a datalist Pin
Albert834-Jan-09 15:32
Albert834-Jan-09 15:32 
AnswerRe: Can't resolve for a while. Link button in a datalist Pin
N a v a n e e t h4-Jan-09 15:15
N a v a n e e t h4-Jan-09 15:15 
I think easy method is to use HyperLink control instead of LinkButton. Set the URL of HyperLink to something like deletemessage.aspx?messageId=someid. In the deletemessage.aspx, do the necessary validations and delete the message and return back to the previous page. This will help you not to iterate on DataList rows which will become slower if you have many rows in DataList.


GeneralRe: Can't resolve for a while. Link button in a datalist Pin
Albert834-Jan-09 15:18
Albert834-Jan-09 15:18 
GeneralRe: Can't resolve for a while. Link button in a datalist Pin
N a v a n e e t h4-Jan-09 15:26
N a v a n e e t h4-Jan-09 15:26 
GeneralRe: Can't resolve for a while. Link button in a datalist Pin
Not Active4-Jan-09 15:26
mentorNot Active4-Jan-09 15:26 
QuestionRe: Can't resolve for a while. Link button in a datalist Pin
Albert834-Jan-09 15:28
Albert834-Jan-09 15:28 
AnswerRe: Can't resolve for a while. Link button in a datalist Pin
Not Active4-Jan-09 15:31
mentorNot Active4-Jan-09 15:31 
GeneralRe: Can't resolve for a while. Link button in a datalist Pin
N a v a n e e t h4-Jan-09 15:30
N a v a n e e t h4-Jan-09 15:30 
GeneralRe: Can't resolve for a while. Link button in a datalist Pin
Albert834-Jan-09 15:39
Albert834-Jan-09 15:39 
GeneralRe: Can't resolve for a while. Link button in a datalist Pin
Not Active4-Jan-09 15:55
mentorNot Active4-Jan-09 15:55 
GeneralRe: Can't resolve for a while. Link button in a datalist Pin
Albert834-Jan-09 16:07
Albert834-Jan-09 16:07 
GeneralRe: Can't resolve for a while. Link button in a datalist Pin
Not Active4-Jan-09 16:41
mentorNot Active4-Jan-09 16:41 
GeneralRe: Can't resolve for a while. Link button in a datalist Pin
Albert834-Jan-09 16:53
Albert834-Jan-09 16:53 
GeneralRe: Can't resolve for a while. Link button in a datalist Pin
Not Active4-Jan-09 17:20
mentorNot Active4-Jan-09 17:20 
GeneralRe: Can't resolve for a while. Link button in a datalist Pin
Albert834-Jan-09 17:54
Albert834-Jan-09 17:54 
GeneralRe: Can't resolve for a while. Link button in a datalist Pin
N a v a n e e t h4-Jan-09 16:55
N a v a n e e t h4-Jan-09 16:55 
GeneralRe: Can't resolve for a while. Link button in a datalist Pin
Not Active4-Jan-09 17:16
mentorNot Active4-Jan-09 17:16 
GeneralRe: Can't resolve for a while. Link button in a datalist Pin
Albert834-Jan-09 17:21
Albert834-Jan-09 17:21 
GeneralRe: Can't resolve for a while. Link button in a datalist Pin
Not Active4-Jan-09 17:30
mentorNot Active4-Jan-09 17:30 

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.