asp.net站点地图超链接传多个参数
asp.net站点地图超链接传多个参数
url="proviewBySmallId?BigId=7&SmallId=8"
出错 好像中间不能用&
如果用and的话也不行
在线求助
转义&
url="proviewBySmallId?BigId=7&SmallId=8"
&
一般不会出现不能传,你出现的是什么错误?
谢了 很及时
相关问答:
select top 12 * from Product where [id] not in (select top 12 [id] from Product)
这样可以分页,但是我在后面想加个条件
select top 12 * from Product where [id] not in (select top 12 [id] from Prod ......
调整了这里,那里出问题。
有没有什么好的方法,像调整对话框一样????
找个专门做页面的
在dreamweaver里调。。。也可以直接控制HTML代码
确实痛苦 感同身受呀
哈哈 坚决路过。
用DW吧,VS搞设计 ......
protected void btnLogin_Click(object sender, EventArgs e)
{
SqlConnection conn = new SqlConnection("Server = (local);user id = sa;pwd = 1;database = Login");
&nb ......
代码: protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
SqlDataSource1.SelectCommand = "SELECT * from [shang_pi ......