Click here to Skip to main content
16,020,182 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
i am running a page in which i have to select data from database. if data is empty than open a dialog box type that take user input than next processing start from there.

What I have tried:

how to open modal pop on if else condtion in asp.net c#
Posted
Comments
Karthik_Mahalingam 15-Jul-16 4:16am    
post your code.

1 solution

C#
if (MyCondition == true)
    {           
      modalPopUpID.Show();
    }
 
Share this answer
 

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