1
Answer

Handling events in Document library.

km b

km b

15y
2.1k
1
I use the "SPEventReceiverDefinition" class to test the event of the list.
It is worked.

Then i deleted the assembly that i tested in previous.

I create my new event class and update this assembly to eventreceivers of sharepoint.

But it is still worked with the first assembly.

I don't know why it is happened.

Pls point me.


Answers (1)
0
Gomathi Palaniswamy

Gomathi Palaniswamy

NA 3.8k 1.5m 14y
Hi Friend,

The below coding will help if you save the values in tostring()
                
                    string d;
                    d = dateTimePicker1.Value.ToShortDateString() + " 00:00:00".ToString();
                    string d1;
                    d1 = dateTimePicker2.Value.ToShortDateString() + " 23:59:59".ToString();

                    select command:

                select * from today where date between''+d+"'and'"+d1+"'


With Regards,
Gomathi.P