Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Team,
How can I open a modal form in asp.net page and I the modal form I want to be in a dll file.From my application I will call the dll and popup form will open using some function.

i want to open a modal form in asp.net...I have a dll and I will use this dll in my different applications so I dont want to write the same code again n again so I want to use dll.This dll will open a modal form on some button click in my application.

Thanks
Sukhen Das
Posted
Updated 6-Nov-11 19:11pm
v2

Hi Sukhen,

Your question is not clear, please be more specific
 
Share this answer
 
Comments
sukhen dass 7-Nov-11 1:09am    
i want to open a modal form in asp.net...I have a dll and I will use this dll in my different applications so I dont want to write the same code again n again so I want to use dll.This dll will open a modal form on some button click in my application.
 
Share this answer
 
Please ask your question more clear. It is not more specific.
 
Share this answer
 
You can not do this in Web Development. Calling a Form from Dll is a concept of Windows Programming.

However you may have a look at below links for Modul Popup in Asp.Net.

1) Using Ajax
http://www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite/modalpopup/modalpopup.aspx

http://msdn.microsoft.com/en-us/magazine/cc164247.aspx

2) Using JQuery

Google Search Result - Modul Popup using JQuery

Updated - Since you updated your Question, Have a look a below link.

Developing Custom ASP.NET Server Controls
 
Share this answer
 
v2

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