Click here to Skip to main content
15,891,033 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to add Button click event?? Pin
N a v a n e e t h28-Oct-07 19:44
N a v a n e e t h28-Oct-07 19:44 
GeneralRe: How to add Button click event?? Pin
varshavmane28-Oct-07 20:06
varshavmane28-Oct-07 20:06 
GeneralRe: How to add Button click event?? Pin
N a v a n e e t h28-Oct-07 20:24
N a v a n e e t h28-Oct-07 20:24 
AnswerRe: How to add Button click event?? Pin
soni uma28-Oct-07 19:46
soni uma28-Oct-07 19:46 
QuestionTextBox Multiline Mode is not working in Content Placeholder ****** Pin
VenkataRamana.Gali28-Oct-07 19:30
VenkataRamana.Gali28-Oct-07 19:30 
AnswerRe: TextBox Multiline Mode is not working in Content Placeholder ****** Pin
soni uma28-Oct-07 19:55
soni uma28-Oct-07 19:55 
GeneralRe: TextBox Multiline Mode is not working in Content Placeholder ****** Pin
VenkataRamana.Gali28-Oct-07 20:26
VenkataRamana.Gali28-Oct-07 20:26 
GeneralRe: TextBox Multiline Mode is not working in Content Placeholder ****** Pin
soni uma28-Oct-07 20:34
soni uma28-Oct-07 20:34 
Check your Master page and content page with following.

I am try it now and it is successfull work

<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="test.aspx.cs" Title="Welcome to World Class" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

<asp:TextBox ID="txtdesc" runat ="server" MaxLength ="2000" TextMode ="MultiLine" Columns ="25" Rows ="4" ></asp:TextBox>

</asp:Content>
AnswerRe: TextBox Multiline Mode is not working in Content Placeholder ****** Pin
ShruthiLavan28-Oct-07 20:00
ShruthiLavan28-Oct-07 20:00 
GeneralRe: TextBox Multiline Mode is not working in Content Placeholder ****** Pin
Thavika31-Oct-07 18:16
Thavika31-Oct-07 18:16 
Questionpayment gateway Pin
ajau28-Oct-07 19:10
ajau28-Oct-07 19:10 
AnswerRe: payment gateway Pin
N a v a n e e t h28-Oct-07 19:23
N a v a n e e t h28-Oct-07 19:23 
AnswerRe: payment gateway Pin
John-ph28-Oct-07 20:24
John-ph28-Oct-07 20:24 
QuestionAuthentication and Autherisation Pin
julius.masilamani28-Oct-07 18:51
julius.masilamani28-Oct-07 18:51 
AnswerRe: Authentication and Autherisation Pin
Sumit Prakash Sharma28-Oct-07 19:15
professionalSumit Prakash Sharma28-Oct-07 19:15 
QuestionEvent not firing Pin
Kasic Slobodan28-Oct-07 10:32
Kasic Slobodan28-Oct-07 10:32 
AnswerRe: Event not firing Pin
reza toorani28-Oct-07 10:41
reza toorani28-Oct-07 10:41 
GeneralRe: Event not firing Pin
Kasic Slobodan29-Oct-07 1:15
Kasic Slobodan29-Oct-07 1:15 
GeneralRe: Event not firing Pin
Kasic Slobodan30-Oct-07 1:56
Kasic Slobodan30-Oct-07 1:56 
QuestionUrlFriendly Pin
reza toorani28-Oct-07 6:57
reza toorani28-Oct-07 6:57 
AnswerRe: UrlFriendly Pin
Guffa28-Oct-07 9:55
Guffa28-Oct-07 9:55 
GeneralRe: UrlFriendly Pin
reza toorani28-Oct-07 10:30
reza toorani28-Oct-07 10:30 
QuestionMessage Board Pin
ramakant_135228-Oct-07 4:48
ramakant_135228-Oct-07 4:48 
AnswerRe: Message Board Pin
Saksida Bojan28-Oct-07 5:29
Saksida Bojan28-Oct-07 5:29 
Questionmaking activeX control Pin
samy10028-Oct-07 4:39
samy10028-Oct-07 4:39 

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.