2634 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
2624 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
2391 0
Create or initialize List Tuple in C#
In this article, I have mentioned how we can create or initialize List of tuple in C# with an console application example
Type
Article
2379 0
C# Comments with example (Single or Multi-line)
In this article, I have mentioned how we can comment code in C# with examples, using Single line comment or multi line comment.
Type
Article
2377 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


2317 1
How can I convert values in euro currency?

How i can convert values in euro currency

For Example:- if There is 25000 then output will be €25.000

If There is 995 then €9,95

...
Type
Question
2276 0
Remove last character from string in C#
In this article, I have mentioned how we can remove last character from string in C# using console application example.
Type
Article
2249 0
Fibonacci series In C# (Various possible ways)
In this article, I have mentioned how we can create Fibonacci series program in C# console application using recursion or without recursion.
Type
Article
2160 0
Remove Duplicates from Array in C#
In this article, I have mentioned with console application example to remove duplicate from an array in C#
Type
Article
2156 0
Generate Random Number in C#
In this article, I have mentioned how we can Generate Random Number in C# with multiple methods provided by Random Class in C#
Type
Article

Page 21 of 24