I am creating a view page before I write to the database.
The submit button on my CreateTicket.aspx is pointed to ReviewTicket.aspx.
Response.Redirect("ReviewTicket.aspx?Creator=strCreator&PriorityLevel=strPriorityLevel");
the ReviewTicket.aspx writes to the database if the accept button is clicked.
Please advice.
Thanks,
Steve
The submit button on my CreateTicket.aspx is pointed to ReviewTicket.aspx.
Response.Redirect("ReviewTicket.aspx?Creator=strCreator&PriorityLevel=strPriorityLevel");
the ReviewTicket.aspx writes to the database if the accept button is clicked.
Please advice.
Thanks,
Steve