level 1
前台<a href='<%#Geturl( Convert.ToInt16(Eval("FwType")), Convert.ToInt16(Eval("id")))%>'>
后台
public string Geturl(int type,int uid)
{
if (type > 3)
{
return "orderDetialbwb.aspx?ID="+uid+"&as=4";
}
else
{
return "orderDetial.aspx?ID="+uid+"&as=4";
}
}
自己解决了~
2015年11月30日 08点11分