Home > Net >  The session value problem
The session value problem

Time:09-24

Click modify, and news category is a little problem, has always been the first, and the post status also has a problem, don't get value, post status is Templatefield form

CodePudding user response:

Big problem,,,
The session is not used to do this,
Since be bound data, then use the datatable or List ,
Even if you say to cache, also should be a cache, such as

CodePudding user response:

reference 1st floor is nu month god reply:
problem,,,
The session is not used to do this,
Since be bound data, then use the datatable or List ,
Even if you say to cache, also should be a cache, such as

This force can, the datatable how to write ah, thank you, for example just enough

CodePudding user response:

refer to the second floor residual 訫 々 response:
Quote: refer to 1st floor is nu month god reply:
problem,,,
The session is not used to do this,
Since be bound data, then use the datatable or List ,
Even if you say to cache, also should be a cache, such as

This force can, the datatable how to write ah, thank you, for example

Load data in a datatable,
Then it is good to bind to a data source directly,
The front desk through the eval binding column, also can,
Specific you still baidu, in a few words couldn't say for sure,

CodePudding user response:

Is there any bosses know how to solve

CodePudding user response:

refer to the third floor is nu month god reply:
Quote: refer to the second floor residual 訫 々 response:

Quote: refer to 1st floor is nu month god reply:
problem,,,
The session is not used to do this,
Since be bound data, then use the datatable or List ,
Even if you say to cache, also should be a cache, such as

This force can, the datatable how to write ah, thank you, for example

Load data in a datatable,
Then it is good to bind to a data source directly,
The front desk through the eval binding column, also can,
Specific or baidu, you couldn't say for sure in a few words,

No data source, through the GridView access, by value

CodePudding user response:

refer to fifth floor residual 訫 々 response:
no data sources, obtained by the GridView, the value is

Actually I want to say, don't recommend use session,
But now it seems that, you will also change not to come over, half a
We will discuss the cause of the error calculate,

In again_value this approach, you add a breakpoint debugging,
See if the specific value selected value do you want?

CodePudding user response:

reference 6 floor is anger god reply:
Quote: refer to fifth floor residual 訫 々 response:

No data source, through the GridView access, just pass the value

Actually I want to say, don't recommend use session,
But now it seems that, you will also change not to come over, half a
We will discuss the cause of the error calculate,

In again_value this approach, you add a breakpoint debugging,
See if the specific value selected value do you want?

Only type (drop-down box) and state (radio button) has a problem, from the period of point type of value can get, but according to the page has a problem

CodePudding user response:

Session has a lot in the redirect is the action of other operating rewrite!

So you can't use the session, but with the other methods to Transfer data within the project page, for example: for Server Transfer,

Usage of what your own search,

CodePudding user response:

refer to 7th floor residual 訫 々 response:
only type (drop-down box) and state (radio button) has a problem, see, from the period point type value can get, but according to have a problem to the page

1 first of the two problems in the test again_value values, (this you said no problem)
2 look pass the last session, if there are any problems (in general, this step does not exist the problem)
3 when watching you bind eval is led to this problem, your state and type, should be similar to the existence of the enumeration values,
I think you could get this correspond to the type and status, problems,

CodePudding user response:

references are anger, 9/f, in god's response:
Quote: refer to 7th floor residual 訫 々 response:

Only type (drop-down box) and state (radio button) has a problem, look, from the period point type value can get, but according to have a problem to the page

1 first of the two problems in the test again_value values, (this you said no problem)
2 look pass the last session, if there are any problems (in general, this step does not exist the problem)
3 when watching you bind eval is led to this problem, your state and type, should be similar to the existence of the enumeration values,
I guess you could get this corresponding to the type and status, problems,

First led him to change the Server. The Transfer

CodePudding user response:

references to the tenth floor fat uncle write code reply:
Quote: reference is anger, 9/f, in god's response:

Quote: refer to 7th floor residual 訫 々 response:

Only type (drop-down box) and state (radio button) has a problem, look, from the period point type value can get, but according to have a problem to the page

1 first of the two problems in the test again_value values, (this you said no problem)
2 look pass the last session, if there are any problems (in general, this step does not exist the problem)
3 when watching you bind eval is led to this problem, your state and type, should be similar to the existence of the enumeration values,
I guess you could get this corresponding to the type and status, problems,

Let's first led him to change for Server Transfer

The Gridview how to obtain the value of the dropdownlist, thank you, tried many methods I can't, you're also tried

CodePudding user response:

references to the tenth floor fat uncle write code reply:
Quote: reference is anger, 9/f, in god's response:

Quote: refer to 7th floor residual 訫 々 response:

Only type (drop-down box) and state (radio button) has a problem, look, from the period point type value can get, but according to have a problem to the page

1 first of the two problems in the test again_value values, (this you said no problem)
2 look pass the last session, if there are any problems (in general, this step does not exist the problem)
3 when watching you bind eval is led to this problem, your state and type, should be similar to the existence of the enumeration values,
I guess you could get this corresponding to the type and status, problems,

Let's first led him to change for Server Transfer

Well, indeed here use for Server Transfer, should be in your,nullnull
  • Related