I am converting an HTML site template to ASP.Net.
One of hte pages will have a dropdown list of records, the user selects a record and either clicks on either Edit or New. When this happesm some Javascript fires off and opens a new window with the details.
Is it possible in ASP.NET to have the selectBox of records update with the update/addition when the close button is clicked on the poopup page?
This is my first ever ASP.net project, so im a little unsure of a lot of things at the moment.
One of hte pages will have a dropdown list of records, the user selects a record and either clicks on either Edit or New. When this happesm some Javascript fires off and opens a new window with the details.
Is it possible in ASP.NET to have the selectBox of records update with the update/addition when the close button is clicked on the poopup page?
This is my first ever ASP.net project, so im a little unsure of a lot of things at the moment.