当前位置:网站首页>vs怎么用一个Button链接到另一个页面
vs怎么用一个Button链接到另一个页面
2022-08-09 13:15:00 【Serendipity_-】
方法1:
设置按钮的onclick事件:onclick="aa.aspx"
方法2:
Response.Redirect("aa.aspx");
方法3:
Response.Write("<script>window.loaction.href='aa.aspx'</script>");
方法4:
Response.Write("<script language='javascript'>window.location='IndexNew.aspx'</script>");
边栏推荐
- 43. The sword refers to Offer 1 ~ 1 the number of occurrences of n integers (recursive, mathematics)
- 程序员的七夕怎么过?不会是写代码吧
- pyautogui的简单操作(2)-弹窗操作
- RobotFramework 之 Setup和Teardown
- 服务器被攻击了三次,还把我的数据库删除了,还想要我汇钱赎回数据
- 11.cuBLAS开发指南中文版--cuBLAS中的Level-1函数amax()和amin()
- NC84 完全二叉树结点数
- mmdetction
- 从房产中介到程序员--80后张江男
- FFmpeg multimedia file processing (the basic concept of ffmpeg processing stream data)
猜你喜欢
随机推荐
MySQL主从同步原理
openharmony容器组件之Row
零基础学习CANoe Panel 设计目录
An Offer 21. Adjust the array in order to make odd in even the front (loop invariant)
tkiner组件之滚动文本框(scrolledtext )相关操作
vivo手机上的系统级消息推送平台的架构设计实践
Q_08 更多信息
远程控制软件-向日葵
Spark GC日志分析
【NVIDIA】Tesla V100安装NVIDIA-Driver驱动程序适配CUDA-Toolkit-11.6
目标检测类间不平衡问题
WPF 系统托盘 图标闪烁
NC53 删除链表的倒数第n个节点
处理JSON,fastjson、json-lib简单使用
IDEA Gradle 常遇问题(一)
Professor Chen Qiang's "Machine Learning and R Application" course Chapter 14 Assignment
2个有序数组排序
操作系统迁移实战之在openEuler上部署MySQL数据库
群组行动控制--自动队列化实现策略
Q_04_07 进一步探索