New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Rate and Leave a Comment




0.0
AVERAGE

Telerik Broadens Presence in North America

Leading .NET tools and solutions provider announces U.S. expansion, including enlargement of developer evangelist team

SOFIA, Bulgaria; Waltham, MA, September 28, 2009 – Telerik, a leading provider of development tools and solutions for the Microsoft's .NET platform today announced the expansion of its U.S. operations, with new offices opening in Waltham, MA, and Houston, TX. In addition, the company announced it is enlarging the size of its developer evangelist team in order to meet increased demand.

Located in Waltham, MA, recognized as one of the Northeast's leading technology hubs, Telerik's new offices house its growing Customer Advocate Group, under the direction of the head of U.S. operations, Dimitre Taslakov. The company relocated current operations in Newton, MA to the Waltham site on September 1, 2009. A second expansion phase incorporating new satellite offices in Houston, TX is also underway; Todd Anglin, Telerik Chief Technical Evangelist, will lead the Houston expansion. The new operational space allows Telerik to enhance the range of services offered to customers, provide support for its growing product portfolio, and tap into substantial regional pools of experienced technical talent.

“This expansion of our North American operations enables us to respond rapidly and dynamically to mounting customer demand for our latest products, ORM and WebTesting tools , as well as our growing Silverlight and WPF suites,” said Taslakov. “As our product lineup continues to broaden, so must the size and depth of our supporting technical team. The vibrant, thriving technology corridors of Waltham and Houston provide us with ideal avenues for identifying and adding new in-house expertise so that we can better serve an increasing client base.”


Rate this article:
Your Comments


This example demonstrates a typical usage of the RadRating control - rating a news article and leaving a comment by the user.

The user ratings and comments are stored in the Viewstate and will not appear next time you visit the page.

  • DefaultCS.aspx
  • DefaultCS.aspx.cs
  • scripts.js
<%@ Page Language="c#" AutoEventWireup="true" Inherits="Telerik.Web.Examples.Rating.RateAndLeaveComment.DefaultCS"CodeFile="DefaultCS.aspx.cs"  %>

<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<!DOCTYPE html>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head runat="server">
    <title>Telerik ASP.NET Example</title>
    <script src="scripts.js" type="text/javascript"></script>
    <telerik:RadCodeBlock ID="RadCodeBlock1" runat="server">
        <script type="text/javascript">
            function onClientRatedToolTip() {
                return $find("<%=RadToolTip1.ClientID %>");
            }
        </script>
    </telerik:RadCodeBlock>
</head>
<body>
    <form id="form1" runat="server">
    <telerik:RadScriptManager runat="server" ID="RadScriptManager1" />
    <telerik:RadSkinManager ID="RadSkinManager1" runat="server" ShowChooser="true" />
    <div class="demo-container no-bg">
<div style="width: 100%;">
        <div style="background: url('back.png') no-repeat; position: relative; top: 17px; text-align: left; padding: 0; width: 697px; margin: auto;">
            <br />
            <br />
            <br />
            <table style="table-layout: fixed;">
                <tr>
                    <td valign="top" style="padding-left: 10px; width: 100px; text-align: right;">
                        <asp:Label ID="lblRating" runat="server" Text="0.0" Font-Size="50px"></asp:Label>
                        <span style="font-size: smaller; color: Gray;">AVERAGE</span>
                        <br />
                        <br />
                    </td>
                    <td style="width: 500px; padding-left: 25px">
                        <h1 style="font-size: 24px; font-weight: normal; color: #1E90FF;">Telerik Broadens Presence in North America</h1>
                        <div>
                            <p>
                                <em>Leading .NET tools and solutions provider announces U.S. expansion, including enlargement
                                of developer evangelist team</em>
                            </p>
                            <p>
                                <strong>SOFIA, Bulgaria; Waltham, MA, September 28, 2009</strong> &#150; Telerik,
                            a leading provider of development tools and solutions for the Microsoft's .NET platform
                            today announced the expansion of its U.S. operations, with new offices opening in
                            Waltham, MA, and Houston, TX. In addition, the company announced it is enlarging
                            the size of its developer evangelist team in order to meet increased demand.
                            </p>
                            <p>
                                Located in Waltham, MA, recognized as one of the Northeast&#39;s leading technology
                            hubs, Telerik&#39;s new offices house its growing Customer Advocate Group, under
                            the direction of the head of U.S. operations, Dimitre Taslakov. The company relocated
                            current operations in Newton, MA to the Waltham site on September 1, 2009. A second
                            expansion phase incorporating new satellite offices in Houston, TX is also underway;
                            Todd Anglin, Telerik Chief Technical Evangelist, will lead the Houston expansion.
                            The new operational space allows Telerik to enhance the range of services offered
                            to customers, provide support for its growing product portfolio, and tap into substantial
                            regional pools of experienced technical talent.
                            </p>
                            <p>
                                &#147;This expansion of our North American operations enables us to respond rapidly
                            and dynamically to mounting customer demand for our latest products, <a href="http://www.telerik.com/products/orm.aspx">ORM </a>and <a href="http://www.telerik.com/products/web-testing-tools.aspx">WebTesting
                                    tools</a> , as well as our growing <a href="http://www.telerik.com/products/silverlight.aspx">Silverlight </a>and <a href="http://www.telerik.com/products/wpf.aspx">WPF</a>
                                suites,&#148; said Taslakov. &#147;As our product lineup continues to broaden, so
                            must the size and depth of our supporting technical team. The vibrant, thriving
                            technology corridors of Waltham and Houston provide us with ideal avenues for identifying
                            and adding new in-house expertise so that we can better serve an increasing client
                            base.&#148;
                            </p>
                        </div>
                    </td>
                </tr>
                <tr>
                    <td></td>
                    <td valign="top">
                        <br />
                        <div style="float: right;">
                            Rate this article:
                            <telerik:RadRating RenderMode="Lightweight" ID="RadRating1" runat="server" ItemCount="5" SelectionMode="Continuous"
                                Precision="Exact" OnClientRated="OnClientRated" OnRate="RadRating1_Rate" Skin="Default">
                            </telerik:RadRating>
                        </div>
                    </td>
                </tr>
                <tr>
                    <td></td>
                    <td style="padding-left: 20px">
                        <div style="padding-top: 20px">
                            <asp:Label ID="lblComments" runat="server" Text="Your Comments" Font-Size="14px"
                                ForeColor="Gray" Font-Italic="true"></asp:Label>
                        </div>
                    </td>
                </tr>
            </table>
        </div>
    </div>
    </div>
    <telerik:RadToolTip RenderMode="Lightweight" ID="RadToolTip1" runat="server" ShowEvent="FromCode" HideEvent="FromCode"
        TargetControlID="RadRating1" RelativeTo="Element" Skin="Default" Position="BottomLeft"
        OffsetX="-15" Animation="Slide">
        <br />
        <asp:Label ID="lblName" runat="server" Text="Name:"></asp:Label><br />
        <asp:TextBox ID="txtName" runat="server">
        </asp:TextBox>
        <asp:RegularExpressionValidator ID="RegularExpressionValidator2" runat="server" ControlToValidate="txtName"
            Display="Dynamic" ErrorMessage="Please use plain text only" ValidationExpression="[^<]+"></asp:RegularExpressionValidator>
        <br />
        <br />
        <asp:Label ID="lblInstructions" runat="server" Text="Your feedback:"></asp:Label><br />
        <asp:TextBox ID="txtComments" runat="server" TextMode="MultiLine" Rows="5" Columns="30"></asp:TextBox><br />
        <asp:Button ID="btnPostComment" UseSubmitBehavior="false" runat="server" Style="margin-top: 5px; color: #3e570a"
            Text="Post" OnClick="btnPostComment_Click"></asp:Button>
        <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="txtComments"
            Display="Dynamic" ErrorMessage="Please use plain text only" ValidationExpression="[^<]+"></asp:RegularExpressionValidator>
    </telerik:RadToolTip>
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="btnPostComment" EventName="Click">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="lblRating"></telerik:AjaxUpdatedControl>
                    <telerik:AjaxUpdatedControl ControlID="lblComments"></telerik:AjaxUpdatedControl>
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManager>
    <br />
    <br />
    </form>
</body>
</html>

Support & Learning Resources

Find Assistance