关于网站中的搜索按钮和悬停功能 [英] regarding search button and hover feature in website

查看:91
本文介绍了关于网站中的搜索按钮和悬停功能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用asp.net在网站中部署搜索按钮和悬停功能以显示该页面中的内容.

how to deploy search button in website and hover feature using asp.net to display the contents in that page.

推荐答案

您肯定是初学者或ASP.NET的新功能.

如何部署搜索按钮
您部署了一个Web应用程序,该应用程序的页面将被呈现并显示给用户(可以在其上进行控制...这里是一个搜索按钮!)

使用asp.net悬停功能以显示该页面中的内容
悬停通常用于更改某些UI外观或显示/隐藏内容.但是,如果要在悬停时从服务器获取某些数据,则绝对可以这样做.阅读XMLHttpRequest,就可以使用它.悬停时,调用Javascript方法,然后在该方法中使用XMLHttpRequest来显示数据并显示出来.

试试吧!
Well, you surely must be a beginner or new to ASP.NET.

how to deploy search button
You deploy a web application with a page that will be rendered and shown to user (that can have controls on it... here a search button!)

hover feature using asp.net to display the contents in that page
Hover are generally done to change some UI look and feel or show/hide stuff. Though, if you want to fetch some data from server on hover, you can definitely do it. Read on XMLHttpRequest and you can use it. On hover, call a Javascript method and in that method use XMLHttpRequest to bring data and show up.

Try!


这篇关于关于网站中的搜索按钮和悬停功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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