VikciaR

Vilnius, Republic of Lithuania

Jun
6
answered ASP.net C# makes asynchronous call on button click event
Jun
5
comment Can´t check if array values are true from another class in main class
Use debugger: set breakpoint, analyze values, path of execution(step through your code).
Jun
5
comment How do I automatically display all properties of a class and their values in a string?
Or use typeof(MyClass)
May
23
comment How to check for subscribers before raising an event in VB.NET
msdn.microsoft.com/en-us/library/fwd3bwed%28v=vs.110%29.aspx
May
22
comment ASP.NET MVC4 Validation
In what assembly is defined RequiredIfAttribute? I can't find it.
May
22
comment ASP.NET MVC4 Validation
Its not full page post back: it makes background ajax call.
May
22
comment MVC4 style bundle giving 403
I had two bundles: ~/Content/kendo (for css) and ~/bundles/kendo (for scripts). So: 403 error. When I changed name one of them - problem gone. Thanks.
May
22
comment ASP.NET MVC4 Validation
@CodeCaster: remote validation can help you to implement very sophisticated validation: by two, three fields. It also allows to validate data by additional data from database. This is not only way, but I like this approach.
May
22
comment ASP.NET MVC4 Validation
Complete sample here: tugberkugurlu.com/archive/…
May
22
answered ASP.NET MVC4 Validation
May
21
revised NHibernate query throws exception, when looking by related table
edited title
May
20
accepted NHibernate query throws exception, when looking by related table
May
20
answered NHibernate query throws exception, when looking by related table
May
19
comment How to Delete via DbSet in EntityFramework
Or msdn.microsoft.com/en-us/library/… as answered by Khanh To.
May
19
comment How to Delete via DbSet in EntityFramework
msdn.microsoft.com/en-us/library/…
May
19
comment How to Delete via DbSet in EntityFramework
First fetch entity and then delete it.
May
17
comment NHibernate query throws exception, when looking by related table
Of course this doesn't help at all.
May
17
comment NHibernate query throws exception, when looking by related table
Updated question.
May
17
revised NHibernate query throws exception, when looking by related table
Update answer to fully understand circumstances
May
17
asked NHibernate query throws exception, when looking by related table
1 2 3 4 5