How can I have a form keep updating without moving to the next page. In other words If I was doing this In Access I would have a List box and just keep adding their parts to a ever growing list. the list would requery every time to show the new part.
I have a Table thats dynamic on my .ASP page but how do I refresh it and stay on the same page after they click a Add this part button.
I would prefer to do it in VBScript Server side
<%@ Language=VBScript %>
I have a Table thats dynamic on my .ASP page but how do I refresh it and stay on the same page after they click a Add this part button.
I would prefer to do it in VBScript Server side
<%@ Language=VBScript %>