|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Textbox - inserted entersHello,
On my ASP.NET 2.0 page I have a textbox with edit type multiline. I have the following question: Is it possible to show manualy typed enters in the Gridview inserted from such a textbox? Please anser this question, thanks in advantage. Greetings, René Beltman You'd need to replace carriage returns with <br/> tags.
"RBM" <renebelt***@gmail.com> wrote in message On my ASP.NET 2.0 page I have a textbox with edit type multiline.news:1161257516.319899.206090@i3g2000cwc.googlegroups.com... Hello, I have the following question: Is it possible to show manualy typed enters in the Gridview inserted from such a textbox? Please anser this question, thanks in advantage. Greetings, René Beltman Thank you Steve. I have wrote a parser which parses every \r\n sequence
to <br /> and even after this, I replace the \r and \n to <br /> tags (for unix / mac support). Greetings, René Beltman Steve C. Orr [MVP, MCSD] wrote: Show quoteHide quote > You'd need to replace carriage returns with <br/> tags. > > -- > I hope this helps, > Steve C. Orr > MCSD, MVP, CSM > http://SteveOrr.net > > > "RBM" <renebelt***@gmail.com> wrote in message > news:1161257516.319899.206090@i3g2000cwc.googlegroups.com... > Hello, > > On my ASP.NET 2.0 page I have a textbox with edit type multiline. > I have the following question: > Is it possible to show manualy typed enters in the Gridview inserted > from such a textbox? > > Please anser this question, thanks in advantage. > > Greetings, > > René Beltman
Display an empty grid
good sample of creating my own web control? implicit vs explicit localization Datagrid template column GridView RowComand event Issue changing rows in a multiline textbox localization for all MS web controls email sending twice Request for the permission of type System.Web.AspNetHostingPermission failed Help on Text editors |
|||||||||||||||||||||||