Click here to Skip to main content
15,886,199 members

Comments by Sreekanth Mothukuru (Top 200 by date)

Sreekanth Mothukuru 6-Nov-16 10:53am View    
Is it a web or console app? If web, are you running on iis or express?
Sreekanth Mothukuru 28-Sep-16 10:25am View    
Just add a simple JavaScript on your terms & conditions partial page to find menu container control with #id and to hide it.
This way user will not have any other option to navigate away.
Sreekanth Mothukuru 12-Sep-16 23:21pm View    
I guess you need to check the @model that you are using for the partial view when retrieving from single table or from two tables.
Sreekanth Mothukuru 4-Sep-16 11:59am View    
Are you using "update panels" or making Ajax calls?
Sreekanth Mothukuru 4-Sep-16 11:54am View    
Try using TextboxFor instead of hiddenfor and set the css property to make it hidden and then write a required attribute for the same.

If this doesn't work try to write a custom validation..