C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Interview   Jobs   Projects   Offshore Development    
Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing | Talk to Us |



My Profile

Gifts

Active Members
TodayLast 7 Days more...









Editor.


Posted Date: 12 Jun 2008    Resource Type: Code Snippets    Category: ASP.NET WebForms

Posted By: Bharathi       Member Level: Diamond
Rating:     Points: 10



Check the attachement if you are not able to see the design code below:

Here the textarea will change its font based on the selection of B,I,U.

design:

<div>
<asp:LinkButton ID="Bold" Text="B" runat="server" OnClick="Bold_Click"></asp:LinkButton>
<asp:LinkButton ID="Italic" Text="I" runat="server" OnClick="Italic_Click"></asp:LinkButton>
<asp:LinkButton ID="UnderLine" Text="U" runat="server" OnClick="UnderLine_Click"></asp:LinkButton>
</div>
<div>
<asp:TextBox ID="txt" runat="server" TextMode="multiline"></asp:TextBox>
</div>


Code Behind Code.



protected void Bold_Click(object sender, EventArgs e)
{
txt.Font.Bold = true;
}
protected void Italic_Click(object sender, EventArgs e)
{
txt.Font.Italic = true;
}
protected void UnderLine_Click(object sender, EventArgs e)
{
txt.Font.Underline = true;
}



Attachments

  • Editor (18558-12551-Editor.txt)



  • Responses


    No responses found. Be the first to respond and make money from revenue sharing program.

    Feedbacks      
    Popular Tags   What are tags ?   Search Tags  
    Editor  .  

    Post Feedback


    This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
    You must Sign In to post a response.
    Next Resource: How to Create a table using <div> tag.
    Previous Resource: How to get the directory of an executing web application
    Return to Discussion Resource Index
    Post New Resource
    Category: ASP.NET WebForms


    Post resources and earn money!
     
    Related Resources



    dotNet Slackers   BizTalk Adaptors    Web Design

    audio conferencing services

    Contact Us    Privacy Policy    Terms Of Use