Click here to Skip to main content
15,894,460 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Control to insert several numeber at once Pin
Peace ON5-May-10 5:10
Peace ON5-May-10 5:10 
GeneralRe: Control to insert several numeber at once Pin
amina896-May-10 0:30
amina896-May-10 0:30 
QuestionRe: Control to insert several numeber at once Pin
amina897-May-10 11:38
amina897-May-10 11:38 
AnswerRe: Control to insert several numeber at once Pin
Peace ON7-May-10 21:43
Peace ON7-May-10 21:43 
QuestionRe: Control to insert several numeber at once Pin
amina897-May-10 22:38
amina897-May-10 22:38 
AnswerRe: Control to insert several numeber at once Pin
Peace ON7-May-10 22:46
Peace ON7-May-10 22:46 
QuestionRe: Control to insert several numeber at once Pin
amina897-May-10 23:22
amina897-May-10 23:22 
AnswerRe: Control to insert several numeber at once Pin
Peace ON9-May-10 20:35
Peace ON9-May-10 20:35 
Of course there exists multiline textbox in asp.net

You need to use normal textbox and just make it
multiline textbox.

You need to give rows, columns and textmode property according to your
requirement.

Try following....


<asp:TextBox ID="TextBox1" runat="server" Columns="50" Rows="5" TextMode="MultiLine"></asp:TextBox>


Hope this will help!
Jinal Desai - LIVE
Experience is mother of sage....

QuestionHow should I create a class that I can access across multiple ASP.NET pages? Pin
Adam Brown 35-May-10 4:26
Adam Brown 35-May-10 4:26 
AnswerRe: How should I create a class that I can access across multiple ASP.NET pages? Pin
Peace ON5-May-10 4:33
Peace ON5-May-10 4:33 
AnswerRe: How should I create a class that I can access across multiple ASP.NET pages? Pin
Sandesh M Patil5-May-10 4:42
Sandesh M Patil5-May-10 4:42 
AnswerRe: How should I create a class that I can access across multiple ASP.NET pages? Pin
overtech065-May-10 4:58
overtech065-May-10 4:58 
GeneralRe: How should I create a class that I can access across multiple ASP.NET pages? Pin
Adam Brown 36-May-10 3:47
Adam Brown 36-May-10 3:47 
GeneralRe: How should I create a class that I can access across multiple ASP.NET pages? Pin
overtech066-May-10 6:36
overtech066-May-10 6:36 
AnswerRe: How should I create a class that I can access across multiple ASP.NET pages? Pin
T M Gray5-May-10 4:58
T M Gray5-May-10 4:58 
GeneralRe: How should I create a class that I can access across multiple ASP.NET pages? Pin
Adam Brown 36-May-10 3:53
Adam Brown 36-May-10 3:53 
QuestionProblem Pin
MaheshSharma5-May-10 4:21
MaheshSharma5-May-10 4:21 
AnswerRe: Problem Pin
Sandesh M Patil5-May-10 4:24
Sandesh M Patil5-May-10 4:24 
AnswerRe: Problem Pin
JHizzle5-May-10 4:24
JHizzle5-May-10 4:24 
AnswerRe: Problem Pin
Not Active5-May-10 4:57
mentorNot Active5-May-10 4:57 
QuestionRegarding AjaxToolkit. Pin
dayakar_dn5-May-10 3:58
dayakar_dn5-May-10 3:58 
Questionproblem in update panel Pin
souravghosh185-May-10 2:35
souravghosh185-May-10 2:35 
AnswerRe: problem in update panel Pin
Jamil Hallal5-May-10 2:49
professionalJamil Hallal5-May-10 2:49 
AnswerRe: problem in update panel Pin
Abhijit Jana5-May-10 3:10
professionalAbhijit Jana5-May-10 3:10 
GeneralRe: problem in update panel Pin
Not Active5-May-10 3:22
mentorNot Active5-May-10 3:22 

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.