Raysefo

Raysefo

  • NA
  • 128
  • 96.5k

ModalPopUpExtender - How to make it a DLL?

Sep 20 2012 3:52 AM
Hi,

I would like to make a dll and use it in my web site page load event. Here is what I would like to do in my dll:

  • Retrieve Data from a table (user,count), if count is 0 then display this modal pop up.
  • if modal pop up is displayed then update count to 1
Is there a way to implement this?

Best Regards.