如何通过前台判断后台的一个标示,来决定那个绑定数据
1个回答
展开全部
C# code?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
public bool flag = false;
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
{
string myUrl = Request.QueryString.Get("doc").ToString();
if (myUrl == "1")
{
Recommend(1); //File
flag = true;
}
if (myUrl=="2"){
New(1); //doc
flag = false;
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
public bool flag = false;
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
{
string myUrl = Request.QueryString.Get("doc").ToString();
if (myUrl == "1")
{
Recommend(1); //File
flag = true;
}
if (myUrl=="2"){
New(1); //doc
flag = false;
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询