Click here to Skip to main content
16,014,860 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionTimeout Expired in an application State Pin
r aa j8-Jul-08 19:30
r aa j8-Jul-08 19:30 
AnswerRe: Timeout Expired in an application State Pin
Venkatesh Mookkan8-Jul-08 20:04
Venkatesh Mookkan8-Jul-08 20:04 
QuestionFCKEditor image browse in asp.net 2 Pin
TheEagle8-Jul-08 18:20
TheEagle8-Jul-08 18:20 
QuestionLogin Control Database [modified] Pin
ASPnoob8-Jul-08 16:54
ASPnoob8-Jul-08 16:54 
AnswerRe: Login Control Database Pin
Christian Graus9-Jul-08 1:14
protectorChristian Graus9-Jul-08 1:14 
GeneralCannot get inner content of because the contents are not literal. Pin
Zoltan Balazs8-Jul-08 11:08
Zoltan Balazs8-Jul-08 11:08 
GeneralRe: Cannot get inner content of because the contents are not literal. Pin
Christian Graus8-Jul-08 14:41
protectorChristian Graus8-Jul-08 14:41 
AnswerRe: Cannot get inner content of because the contents are not literal. Pin
Guffa8-Jul-08 17:53
Guffa8-Jul-08 17:53 
You can only use the InnerHtml property if the actual type of the control is LiteralControl or DataBoundLiteralControl, but your control is an HtmlAnchor.

If you want to change the contents of the control, clear the Controls collection of the control, then add a LiteralControl with the text that you want. Alternatively, if you know that it contains a single LiteralControl, get the reference to that control from the Controls collection, and change it's text.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: Cannot get inner content of because the contents are not literal. Pin
Nirandas8-Jul-08 18:54
Nirandas8-Jul-08 18:54 
GeneralRe: Cannot get inner content of because the contents are not literal. Pin
Zoltan Balazs8-Jul-08 19:22
Zoltan Balazs8-Jul-08 19:22 
GeneralRe: Cannot get inner content of because the contents are not literal. Pin
Nirandas8-Jul-08 19:59
Nirandas8-Jul-08 19:59 
GeneralRe: Cannot get inner content of because the contents are not literal. Pin
Zoltan Balazs8-Jul-08 21:00
Zoltan Balazs8-Jul-08 21:00 
QuestionUsing ASP.NET to post form results to a database and email the results to a someone. Pin
farmer8-Jul-08 8:23
farmer8-Jul-08 8:23 
AnswerRe: Using ASP.NET to post form results to a database and email the results to a someone. Pin
led mike8-Jul-08 9:10
led mike8-Jul-08 9:10 
GeneralRe: Using ASP.NET to post form results to a database and email the results to a someone. Pin
farmer8-Jul-08 9:24
farmer8-Jul-08 9:24 
GeneralRe: Using ASP.NET to post form results to a database and email the results to a someone. Pin
led mike8-Jul-08 9:28
led mike8-Jul-08 9:28 
GeneralRe: Using ASP.NET to post form results to a database and email the results to a someone. Pin
Christian Graus8-Jul-08 14:43
protectorChristian Graus8-Jul-08 14:43 
Questiondefault settings SQL Server does not allow remote connections Pin
Amit Agarrwal8-Jul-08 6:56
Amit Agarrwal8-Jul-08 6:56 
AnswerRe: default settings SQL Server does not allow remote connections Pin
N a v a n e e t h8-Jul-08 17:08
N a v a n e e t h8-Jul-08 17:08 
GeneralRe: default settings SQL Server does not allow remote connections Pin
Amit Agarrwal8-Jul-08 18:25
Amit Agarrwal8-Jul-08 18:25 
Questionusing sqldatasource Pin
strawberrysh8-Jul-08 6:48
strawberrysh8-Jul-08 6:48 
AnswerRe: using sqldatasource Pin
Kschuler8-Jul-08 11:36
Kschuler8-Jul-08 11:36 
AnswerRe: using sqldatasource Pin
N a v a n e e t h8-Jul-08 17:09
N a v a n e e t h8-Jul-08 17:09 
QuestionHow can i create a SiteMap for my website Pin
Member 45999728-Jul-08 5:38
Member 45999728-Jul-08 5:38 
QuestionASP.NET interact with windows service Pin
adam_smith_20038-Jul-08 5:08
adam_smith_20038-Jul-08 5:08 

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.