asp.net - Convert to Master Page -


I have 3 ASP.Net pages. I submit a form, a submit button and a javascript next to each function, which it validates textbox data

When I change these 3 pages into a master page / content page, the most of the three forms to merge and submit the function What's the best way?

Thanks in advance!

Only because the form of multiple pages does not mean that form processing logic is in a master page Should be restored. Wherever the form is defined, CodeBehind usually has the best place for form processing logic.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -