This topic is locked

Creating Custom page

12/20/2012 4:14:57 AM
ASPRunnerPro General questions
A
adnankmk author

I want to create two edit pages of the same table. At one page I want to use event and other page use simple edit the entries. Both pages should be included in the project.
For example.

Table Name : Student
in the one edit page. if i change the name, it should be changed and save.
On he other edit page an event should be used to calculate the grades of the students of the same table.
How should I do it.
Thanks in advance.

G
gdmacdo 12/20/2012

On the Table tab, click on the Add View button. Choose the table you are working with and give it a new name. Then, go to the Pages tab and click on the Edit check box to give it an edit page. You will then be able to design that page however you want.
You could add a button on a view page (this opens that page in a new window/tab):
On the Client Before tab (remove text out of the Server and the Client after tabs):
[font="Tahoma"][size="2"]var regex = new RegExp( regexS );[/size]
[font="Tahoma"][size="2"]var myLink="THE_NEW_EDIT_PAGE_edit.asp?editid1=" + results[1];[/size]
[font="Tahoma"][size="2"]window.open([/size]
[font="Tahoma"][size="2"] "_blank"[/size]