c# - ASP.NET Temporary or Session Variable -


what proper syntax in asp.net 3.5 c# assign textbox value temporary or session variable manipulated (added, subtracted, multiplied, divided) @ different points in application? want add decimal number variable in every instance well.

session["myvalue"] = convert.todecimal(textbox1.text);  decimal myvalue = convert.todecimal(session["myvalue"]); 

is want?


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -