Hi I'm completely newbie in JavaScript. Now my problem is: I have a page (Default.aspx). The page has a link button "Refresh" (lbtnRefresh) and another linkbutton (lbtnSave) which saves some data users has entered into DB.
I want the page be refreshed after saving data into DB, by using javascript.
Is that possible or not?
Thank you