M
Matt
Have this generic page for update,new,close fields.
Once click on page1 and capture the button click. On second page I only
would like to show whateever button clicked(update,cl,new)
I would do this in asp like below.
<%if page = "update">
<td><update fields</td>
<%else%>
<td><close fields</td>
<%end if%>
I am not using codebehind.
Once click on page1 and capture the button click. On second page I only
would like to show whateever button clicked(update,cl,new)
I would do this in asp like below.
<%if page = "update">
<td><update fields</td>
<%else%>
<td><close fields</td>
<%end if%>
I am not using codebehind.