如何创建下拉菜单 [英] how to create the drop down

查看:83
本文介绍了如何创建下拉菜单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用css在asp.net中创建facebook,twitter,g +的下拉列表,请提前提供帮助.

how to create the drop down list of the facebook,twitter,g+ in the asp.net using css please help thanks in advance.

推荐答案

使用ajax

就像

它可以帮助您

use ajax

As like

its helps you

<asp:TextBox ID="txtAccountName" runat="server" AutoPostBack="True" OnTextChanged="txtAccountName_TextChanged"

                                                                                                                                       TabIndex="13" Text='<%# Eval("Name") %>' Width="150px"></asp:TextBox>
                                                                                                                                   <ajaxToolkit:AutoCompleteExtender ID="AutoCompleteExtender1" runat="server" CompletionSetCount="2"

                                                                                                                                       MinimumPrefixLength="1" ServiceMethod="GetLedgername" ServicePath="~/UserControls/Autolist.asmx"

                                                                                                                                       TargetControlID="txtAccountName">
                                                                                                                                   </ajaxToolkit:AutoCompleteExtender>



请点击以下链接:
http://stackoverflow.com/questions/5789014/how-to- create-a-button-dropdown-like-facebook [ ^ ]
http://sammaye.wordpress.com/2010/01 /23/facebook-style-css-jquery-drop-down-menus/ [ http://173.203.115.147/wordpress/html/facebook_dropdown.html [
Hi,
Follow the links below:
http://stackoverflow.com/questions/5789014/how-to-create-a-button-dropdown-like-facebook[^]
http://sammaye.wordpress.com/2010/01/23/facebook-style-css-jquery-drop-down-menus/[^]
http://173.203.115.147/wordpress/html/facebook_dropdown.html[^]


All the best. Let me know if my links works for you.

--Amit


这篇关于如何创建下拉菜单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆