Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have created an Admin Panel for my Asp.Net web application. The admin panel is developed with multiple web forms by using panels, text boxes, buttons, labels, gridviews, listboxes etc. So my problem is I did not follow the proper alignment and theme for my application and did not care about forms alignment and design.
Now I want to apply already developed or built-in Admin Panel Template without changing my .CS files and removing my controls. Any one please tell me the easiest way of getting this task.
Posted
Updated 1-Dec-14 19:32pm
v2

1 solution

first of all take look on the structure of the admin panel...differentiate the header menu and content.

copy the resources(images, css, js) in your solutions explorer.

if you took master page then put the header side menu and footer in the master page and in the content put the content place holder. make sure you put the div in their own place.

if you want to use web user control then add 3 controls for header, menu and footer. and put the controls on the content page.

replace the html controls like text box and radio buttons or tables with asp text box, asp radio button and grid view or repeater respectively. don't forget to add the css class on your asp control.

hope your work will be done. just keep calm and go on..
 
Share this answer
 
Comments
Zahid Khan Kakar 24-Jan-15 10:16am    
Can you guide me to built-in template of such type please.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900