2333 1
When i upgrade ReportViewer from V11 to 15 Giving error

When i upgrade ReportViewer from V11 to 15 Giving error

...
Type
Question
2330 0
Convert EPOC (Unix) time stamp to Datetime and Vice-Versa in C#
In this article, I have showed a console application example to convert unix timestamp to datetime and datetime to unix time in C#.
Type
Article
2257 0
Select vs SelectMany in C# With Example
In this article, I have mentioned difference between select and selectmany in C# linq with an example.
Type
Article
2232 1
How to access a variables and functions of a specific class from another class in C#

How to access variables and functions of a specific class from another class in C#

Please give an example.

...
Type
Question
2193 0
Tic Tac Toe Game in C# Console application
In this article, I have mentioned how we can create tic tac toe game in C# Console application with source code.
Type
Article


2181 1
How can I initialize Multidimensional Array [][] in c# with int [3][3]?

Hi, How can I initialize Multidimensional Array [][] in c# with int [3][3] (3 rows and 3 columns )? Like below

...
Type
Question
2180 1
How to gray out data which is before start time in list view of asp.net Web forms?

I am showing the list of restaurants in the listview, in this list, I have restaurant's start time and end time, So I want o to disable those restaurant's which is listed on the list, before start time , so that's user can't click on them or view them, in other words, gray out the restaurant's which isn't opened yet

Here is my current code:- restaurants.aspx

 

...
Type
Question
2178 0
SingleOrDefault vs FirstOrDefault in C#
In this article, I have mentioned difference between SingleOrDefault vs FirstOrDefault with console application example in C#.
Type
Article
2036 0
Create text file in C#
In this article, I have mentioned few possible ways to create a text file using C# console application example.
Type
Article
2033 1
How to catch exception in log parser(MSUtil) though SSIS Package while inserting log file data to table?

I am using LogParser tool (MSUtil dll) to insert data in db through SSIS Package.

I am using following code in script task component:

Looping through log files and using following :

 

...
Type
Question

Page 20 of 24