Questions




Answers
1
how to implement remember me functionality in mvc?

how to implement remember me functionality in mvc?

is it secure to use cookies for this?

...
Read More
Answers
3
How to check if url contains a sub-string using jQuery or javascript?

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

...
Read More
Answers
1
Generic type array get and set in C# , how to make it work?

getting error While executing the code below in C#

...
Read More
Answers
1
How to resolve Class, struct, or interface method must have a return type?

C# error, when trying to execute the code as below

...
Read More
Answers
2
How to get Filtered Data in Crystal Report?

I have a list of passengers and I have some filters in the view also to search passenger according to the filter.

...

Read More
Answers
1
How we use tempdata in controller from another controller in asp.net mvc?

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?"

...
Read More
Answers
1
How to dynamically create textbox in asp.net c# on button click according to user input value?

How to dynamically create a textbox in asp.net c# on button click, according to user input value?

...
Read More
Answers
1
how to select row where Id is not equal to in SQL?

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

...
Read More
Answers
2
How to send mail from Domain server in Asp.net c#?

How to send email from my Asp.net c# website from my domain email id with attachment.

//Solution 

...
Read More
Answers
2
how to implement switch case in Razor (.cshtml)?

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

...
Read More

Page 39 of 54