4479 0
Convert List to string in C# (Comma-separated, New-Line)
In this article, I have provided example to convert List into comma-separated string or New line separated using C#.
Type
Article
4464 2
How to load cascading dropdown in asp.net MVC?

I am working on asp.net MVC web application, I want to fetch Second dropdown list based on value of first dropdown list, I know we can do it with Ajax, but I am not able to fetch results

How can achieve it, can anyone explain it with example, thanks

 

...
Type
Question
4448 0
Abstract class in C#
This article provides you detail explanation of c# abstract keyword and class, with working example in console application.
Type
Article
4376 2
How to send mail from Domain server in Asp.net c#?

How to send mail from Domain server in Asp.net c#?

...
Type
Question
4360 3
How to get all files inside folder using C# easily?

I have been reading this article to read file in C#, but how can I read all files inside folders, so basically how to get all files from directory or folder using C# and then read them?

...
Type
Question


4298 0
Creating a PDF file from HTML file in C# using IronPDF
This is a complete beginner's guide on how to create a pdf file from an HTML file in C#, Step by Step guide using IronPDF.
Type
Article
4280 1
How to check if File exists in C#? (Inside folder)

I am trying to download a file from a url, and there are many files, but I don't want to download files that already exists in my drive. So I want to implement to check if file already exists in a folder using C#?

...
Type
Question
4274 2
How to delete a file, after checking if it exists or not using C#?

I would like to know, how can I delete a file, after checking if it exists on the hard disk, if yes, then delete it, using C# in asp.net?

Thanks

...
Type
Question
4245 1
how to get the Url of page which called Application_Error in ASP.NET

How can i get the url from where the error was originated and Application_Error was called inAsp.NET MVC C#, i have followed this link https://qawithexperts.com/questions/13/how-to-catch-all-error-in-c-mvc-error-handling , with the help of which i was able to catch all type of errors(404,500,any other) in MVC web-application but i am not able to get the original requested ur, because of which Application_Error was called.

How can i get the url, any idea?

 

...
Type
Question
4163 2
Compare System Time with database time only (not datetime)

I need to compare a time in a table with the current system time and need to pop up a notification. But how can I compare both? here is my code and DB:

...
Type
Question

Page 14 of 24