Click here to Skip to main content
15,911,039 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to Override internal abstract method? Pin
m@u10-Dec-07 22:58
m@u10-Dec-07 22:58 
GeneralRe: How to Override internal abstract method? Pin
N a v a n e e t h10-Dec-07 23:01
N a v a n e e t h10-Dec-07 23:01 
GeneralRe: How to Override internal abstract method? Pin
m@u10-Dec-07 23:11
m@u10-Dec-07 23:11 
GeneralRe: How to Override internal abstract method? Pin
N a v a n e e t h10-Dec-07 23:17
N a v a n e e t h10-Dec-07 23:17 
GeneralRe: How to Override internal abstract method? Pin
m@u10-Dec-07 23:23
m@u10-Dec-07 23:23 
GeneralBeginner in C# Pin
tasumisra10-Dec-07 18:25
tasumisra10-Dec-07 18:25 
GeneralRe: Beginner in C# Pin
Michael Sync10-Dec-07 18:54
Michael Sync10-Dec-07 18:54 
GeneralRe: Beginner in C# Pin
Abhijit Jana10-Dec-07 19:08
professionalAbhijit Jana10-Dec-07 19:08 
tasumisra wrote:
i am trying to make a form that contains..
A Button and a text area

so on click of button it will show what ever in text area..


I thing you question is related to Asp.net !!! isnt it !!!Confused | :confused: Confused | :confused:

You want to show the text of text area Confused | :confused: Where you want to show it Confused | :confused: do you want in a message box !!!!

Hope this will clear You

<script language="javascript">
function ShowTextArea()
{
 
   var s=document.getElementById("TextArea1");
   alert(s.value);
 
}
</script>

and This is your Form !!!
<form id="form1" runat="server">
    <div>
        <textarea id="TextArea1" cols="20" rows="2"> </textarea>
      <input id="Button2" type="button" value="button" language="javascript" onclick="ShowTextArea();" {<br="" mode="hold" />
}" </div>
    </form>


Let me know if you have any doubt !!!


Best Regards
-----------------
Abhijit Jana
View My CodeProject Articles

"Success is Journey it's not a destination"

GeneralRe: Beginner in C# Pin
tasumisra10-Dec-07 19:21
tasumisra10-Dec-07 19:21 
GeneralRe: Beginner in C# Pin
N a v a n e e t h10-Dec-07 19:45
N a v a n e e t h10-Dec-07 19:45 
GeneralRe: Beginner in C# Pin
tasumisra10-Dec-07 19:52
tasumisra10-Dec-07 19:52 
GeneralRe: Beginner in C# Pin
Abhijit Jana10-Dec-07 19:47
professionalAbhijit Jana10-Dec-07 19:47 
QuestionWhat would cause a COM object to lose its RCW? Pin
JoeRip10-Dec-07 14:17
JoeRip10-Dec-07 14:17 
AnswerRe: What would cause a COM object to lose its RCW? Pin
TJoe10-Dec-07 17:24
TJoe10-Dec-07 17:24 
GeneralRe: What would cause a COM object to lose its RCW? Pin
JoeRip10-Dec-07 21:37
JoeRip10-Dec-07 21:37 
GeneralRe: What would cause a COM object to lose its RCW? Pin
TJoe11-Dec-07 2:11
TJoe11-Dec-07 2:11 
GeneralCOM in c# [modified] Pin
Dromar10-Dec-07 12:30
Dromar10-Dec-07 12:30 
GeneralRe: COM in c# Pin
Luc Pattyn10-Dec-07 13:21
sitebuilderLuc Pattyn10-Dec-07 13:21 
GeneralRe: COM in c# Pin
JoeRip10-Dec-07 14:01
JoeRip10-Dec-07 14:01 
GeneralRe: COM in c# Pin
Luc Pattyn10-Dec-07 14:11
sitebuilderLuc Pattyn10-Dec-07 14:11 
GeneralRe: COM in c# Pin
Anthony Mushrow10-Dec-07 14:41
professionalAnthony Mushrow10-Dec-07 14:41 
GeneralRe: COM in c# Pin
Luc Pattyn10-Dec-07 14:45
sitebuilderLuc Pattyn10-Dec-07 14:45 
GeneralRe: COM in c# Pin
Anthony Mushrow10-Dec-07 14:51
professionalAnthony Mushrow10-Dec-07 14:51 
GeneralRe: COM in c# Pin
Luc Pattyn10-Dec-07 15:42
sitebuilderLuc Pattyn10-Dec-07 15:42 
GeneralRe: COM in c# Pin
Dromar10-Dec-07 14:31
Dromar10-Dec-07 14:31 

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.