Click here to Skip to main content
16,007,163 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionasp.net Editor Pin
satyaki mishra30-Sep-07 19:32
satyaki mishra30-Sep-07 19:32 
AnswerRe: asp.net Editor Pin
N a v a n e e t h30-Sep-07 19:36
N a v a n e e t h30-Sep-07 19:36 
AnswerRe: asp.net Editor Pin
Christian Graus30-Sep-07 19:55
protectorChristian Graus30-Sep-07 19:55 
QuestionSyntax for calling the .exe file Pin
yogesh205830-Sep-07 19:20
yogesh205830-Sep-07 19:20 
AnswerRe: Syntax for calling the .exe file Pin
N a v a n e e t h30-Sep-07 19:38
N a v a n e e t h30-Sep-07 19:38 
AnswerRe: Syntax for calling the .exe file Pin
Christian Graus30-Sep-07 19:56
protectorChristian Graus30-Sep-07 19:56 
QuestionHow to show a document in the same format Pin
Kurian_Kurian30-Sep-07 15:52
Kurian_Kurian30-Sep-07 15:52 
AnswerRe: How to show a document in the same format Pin
N a v a n e e t h30-Sep-07 19:41
N a v a n e e t h30-Sep-07 19:41 
Kurian_Kurian wrote:
if am using other controls except text box this display continously.it will show like paragraphs.but when am using textbox i will get correctly.i don't want use textbox.why it is coming like this.is there any solution


Datatgrid/Label will render the contents as plain HTML. When you type on textbox, it will have newline characters (\n). This won't be rendered correctly. That is making problem. So you need to replace \n with <br> to show the details correctly.


Questionproblem in datagrid Pin
Shuaib wasif khan30-Sep-07 10:36
Shuaib wasif khan30-Sep-07 10:36 
AnswerRe: problem in datagrid Pin
DotNetXenon30-Sep-07 16:27
DotNetXenon30-Sep-07 16:27 
QuestionHi guys ASP + SilverLight [modified] Pin
Epsilone330-Sep-07 9:40
Epsilone330-Sep-07 9:40 
AnswerRe: Hi guys ASP + SilverLight Pin
Guffa30-Sep-07 9:53
Guffa30-Sep-07 9:53 
GeneralRe: Hi guys ASP + SilverLight Pin
Epsilone330-Sep-07 9:58
Epsilone330-Sep-07 9:58 
QuestionDateTime Conversion error Pin
Gymnast30-Sep-07 9:18
Gymnast30-Sep-07 9:18 
AnswerRe: DateTime Conversion error Pin
Scott Dorman30-Sep-07 10:28
professionalScott Dorman30-Sep-07 10:28 
GeneralRe: DateTime Conversion error Pin
Gymnast1-Oct-07 17:30
Gymnast1-Oct-07 17:30 
QuestionCheckbox with gridview Pin
aransiola30-Sep-07 8:48
aransiola30-Sep-07 8:48 
QuestionGridview not showing first set of data from my query Pin
aransiola30-Sep-07 8:10
aransiola30-Sep-07 8:10 
QuestionAccess local website via internet Pin
zafax_30-Sep-07 7:07
zafax_30-Sep-07 7:07 
AnswerRe: Access local website via internet Pin
Scott Dorman30-Sep-07 8:19
professionalScott Dorman30-Sep-07 8:19 
GeneralRe: Access local website via internet Pin
zafax_30-Sep-07 8:43
zafax_30-Sep-07 8:43 
GeneralRe: Access local website via internet Pin
Scott Dorman30-Sep-07 10:25
professionalScott Dorman30-Sep-07 10:25 
GeneralRe: Access local website via internet Pin
zafax_30-Sep-07 20:06
zafax_30-Sep-07 20:06 
GeneralRe: Access local website via internet Pin
Scott Dorman1-Oct-07 2:56
professionalScott Dorman1-Oct-07 2:56 
GeneralRe: Access local website via internet Pin
zafax_1-Oct-07 3:14
zafax_1-Oct-07 3:14 

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.