您的位置:知识库 » .NET技术

一步一步学Silverlight :综合实例之Live Search

作者: TerryLee  来源: 博客园  发布时间: 2008-10-09 11:27  阅读: 3632 次  推荐: 0   原文链接   [收藏]  

修改测试页

在测试ASPX中,修改Silverlight插件的样式控制,并添加一个div用来显示搜索的结果:

<div  style="height:100%;">
    <asp:Silverlight ID="Xaml1" runat="server" 
        Source="~/ClientBin/TerryLee.SilverlightGoogleSearch.xap"
        Version="2.0" Width="857" Height="140" />
    <div id="result"></div>
</div>

定义几个简单的样式:

<style type="text/css">
    #result
    {
        margin-left:20px;
    }
    .urlstyle
    {
        color:#59990E;
    }
    .itemstyle
    {
        border-bottom:dotted 1px #59990E;
        margin-bottom:20px;
    }
</style>

0
0

.NET技术热门文章

    .NET技术最新文章

      最新新闻

        热门新闻