I have following code :
Currently the scenario is ---
User Clicks on button the item is added . When user refreshes the page the value is gone .
Wanted Scenario ----
User Clicks on button the item is added . When user refreshes the page the value is still there
I do not want any databases involved plz if possible . Thank You . Reply me fast plz
protected void Button1_Click(object sender, EventArgs e) { RadPanelItem newItem = new RadPanelItem(RadTextBox1.Text); RadPanelBar1.Items.Add(newItem); }User Clicks on button the item is added . When user refreshes the page the value is gone .
Wanted Scenario ----
User Clicks on button the item is added . When user refreshes the page the value is still there
I do not want any databases involved plz if possible . Thank You . Reply me fast plz