Man you saved me with this tutorial!!! Congratulations for your work!! If i had 2 ass holes i would give one to you!! Greetings from Brasil!!
@aaronmarks959510 жыл бұрын
Just wanted to stop by and say "thank you" yet again. Your clear explanation of custom validation attributes was extremely helpful and allowed me to move on to other things in my project today. Well done, sir!
@urielbraylen75353 жыл бұрын
i guess Im kinda off topic but does anyone know of a good website to stream newly released tv shows online?
@terrancehugo62583 жыл бұрын
@Uriel Braylen lately I have been using flixzone. Just google for it :)
@zaidkorbyn47563 жыл бұрын
@Uriel Braylen try Flixzone. You can find it by googling =)
@spidersilk0611 жыл бұрын
Sir I appreciate your work .... 1000 salutes to you... Sir It ll be great thanks if you post videos on Windows Application programming. Thanks in advance
@safeerkhan87064 жыл бұрын
thank you sooo much!!
@saagarsoni311 жыл бұрын
i really like this..thanx sir
@bobbyrichmond59448 жыл бұрын
Got a thumbs up for a very clear explanation and demo, this has helped me learn alot, but is there a way to validate a group of attributes at the same time? I.E. Build a search where you can search by memberID, firstname, lastname, hiredate. It should allow you to search any combination of these 4 EXCEPT if you enter nothing in all four. Basically a [required] but for a group of model attributes instead of individual(s) Thanks for the video and I will definitely be watching more.
@bobbyrichmond59448 жыл бұрын
I actually finished this, surprisingly easy with the new mvc. Only issue I ran into was with modelstate
@skolker10 жыл бұрын
awesome tutorials! why you use Common folder? I know you can name it how ever you want, just want to learn the right design name/structure... does common mean custom code? if you know a good link where I can check names/structures developer use, pls share , hope to hear from you.. thanks!
@krekkon211 жыл бұрын
I do everything as you say, but the client side validation is not working with the costum attributes. I referenced the three nececcery .js file, In the web.config the two option is true. The other buildt in validation messages(required) are appeared, but my custum message is'nt. On the server side the ModelState is false, and in my costum attribute i sent back false value. But nothing appeared and the post has sent. :( Can you give me some help?
@RonanClancy11 жыл бұрын
I have the same problem...have you found the solution???
@krekkon211 жыл бұрын
Ronan Clancy I think this is just a magic. I cannot solved too :) I ask it on Stackoverflow, and they say that too, but maybe can help [rate the question, please :) ] : stackoverflow.com/questions/20374306/the-custom-client-side-validationattribute-doesnt-trigger-in-mvc-4
@woodadmin-90679 жыл бұрын
great , with this video -- skip the range line with last video part 81 both way to enter date it works i.e. enter as 2015/04/21 or 04/03/2011
@ciscoinch12309 жыл бұрын
TO start , always go back to DB table creation pay attention in first 2 min -- back to part 80 so as to create VS solution (begin here -- kzbin.info/www/bejne/qoTdc4GIdsujfbs )
@akhilbajjuri5 жыл бұрын
can we add instance of interface to attribute as parameter in .net core?
@10goodday4 жыл бұрын
Great tutorial as always. Can you please create a custom multi regex data validation please? (Server and client validation with jQuery obtrusive). Thanks alot!
@hendesebilisim7 жыл бұрын
Thank you Sir
@kaizartariq95318 жыл бұрын
thank you for this tutorial... can u please tell me, how to create a Unique attribute for entity framework .? thank you...
@syedmohdnaqizaidi59245 жыл бұрын
Required fields insert and not required field will be inserted MVC how?
@syedmohdnaqizaidi59245 жыл бұрын
Model fields
@desireseri891610 жыл бұрын
great
@jagratichoudhary29073 жыл бұрын
Can anybody help in how to get a particular word with different colours in a sentence using asp. Net
@thaeerthaeer777 жыл бұрын
can i get the code pls,
@Squackles1411 жыл бұрын
very strange u cant put datetime.now in the constructor.
@bobrbudside75477 жыл бұрын
How do you do that validation is fired on the client-side ?? I'm using jquery.validate.js and jquery.unobtrusive-ajax.js but still method isValid is fired after posting form. Reqired attr is fine, it works.