ASP.NET Pages Config


/ Published in: C#
Save to your folder(s)



Copy this code and paste it in your HTML
  1. web.config
  2.  
  3. <configuration>
  4. <pages configSource="pages.config" />
  5. </configuration>
  6.  
  7.  
  8.  
  9.  
  10. pages.config
  11.  
  12. <pages>
  13. <controls>
  14.  
  15. <add tagPrefix="ajax"
  16. assembly="AjaxControlToolkit"
  17. namespace="AjaxControlToolkit"></add>
  18.  
  19. </controls>
  20. </pages>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.