how to implement remember me functionality in mvc?
is it secure to use cookies for this?
...How do i check if the current URL contains the sub-string using jQuery or javascript?
I need to select a anchor tag using class if a condition is met, suppose i need to check if URL has "/CRM" then select
...getting error While executing the code below in C#
...C# error, when trying to execute the code as below
...I have a list of passengers and I have some filters in the view also to search passenger according to the filter.
...
How we use temp data (or pass values) in one controller from another controller in asp.net mvc?
Originally asked by user_2107228942 on question "how to upload image in C# MVC?"
...How to dynamically create a textbox in asp.net c# on button click, according to user input value?
...I want to select rows from a table where Id is not equal to 4, How to achieve it using SQL query?
Something like in C# .Where(a=>a.Id != 4).ToList()
?
Or in SQL like Select * Where Id != 4
?
Thanks
...How to send email from my Asp.net c# website from my domain email id with attachment.
//Solution
...I need to implement switch case in Razor C# page as if-else would not be a good idea, because it will create too many conditions, so i thought to create Switch case instead, here is my current code, but it throwing syntax error
...