Last post Jun 03, 2020 09:06 AM by Noobewolf
Member
5 Points
18 Posts
Jun 03, 2020 06:23 AM|Noobewolf|LINK
this.Context.Response.Write(retailContext.Dataid);
can i this store another variable is it possible?
possibke means how?
Contributor
3140 Points
983 Posts
Jun 03, 2020 08:20 AM|Yang Shen|LINK
Hi Noobewolf,
If you are saying whether retailContext.Dataid can be set to another variable, then the answer is yes.
retailContext.Dataid
Just declare another variable and assign value:
string a = retailContext.Dataid;
Or if i misunderstood anything, please provide more code and detailed information about current requirement.
Best Regard,
Yang Shen
Jun 03, 2020 09:06 AM|Noobewolf|LINK
Yeah It`s Works.
Thank you
Member
5 Points
18 Posts
Store value to another variable
Jun 03, 2020 06:23 AM|Noobewolf|LINK
this.Context.Response.Write(retailContext.Dataid);
can i this store another variable is it possible?
possibke means how?
Contributor
3140 Points
983 Posts
Re: Store value to another variable
Jun 03, 2020 08:20 AM|Yang Shen|LINK
Hi Noobewolf,
If you are saying whether
retailContext.Dataid
can be set to another variable, then the answer is yes.Just declare another variable and assign value:
Or if i misunderstood anything, please provide more code and detailed information about current requirement.
Best Regard,
Yang Shen
Member
5 Points
18 Posts
Re: Store value to another variable
Jun 03, 2020 09:06 AM|Noobewolf|LINK
Yeah It`s Works.
Thank you