Saved Bookmarks
| 1. |
Can we apply themes to ASP.NET applications? |
|
Answer» YES. By modifying the following code in the web.config file, we can apply themes to ASP.NET APPLICATIONS: <CONFIGURATION> <system.web> <pages theme="WINDOWS"/> </system.web></configuration> |
|