You have made amazing videos on asp.net MVC. Covered all the concepts required for a live project. Please make the same kind for Angular also. Thank you so much 🙂👍
Do you have any video that will show data with more than one columns in a PartialView and I will need to add one more column of check box to select a records in the PartialView.
sir every thing was clear but im confused about the partial view, u have returned it by ajax call but how did the response in the view get that cam u pls explain or can any one pls explain
Good videos........... I was going through video 36, for cascading dropdown list. I wonder if it is possible to get the list of the code listing. I tried to type it from videos. But it is very difficult. Moreover, I tried to follow each step but could not get the $document ready function of change in dropdownlist. any suggestions?
when I ran the code I was getting the error "$ not defined." I used "var $ = jquery". It said, jquery not defined. Then I added following line to Index.cshtml. , Then it started working. My question is, How was your code working without this addition of line.
+M Shiraz Baig This is because it fails to load jquery js file . I have given the reference in layout . Including jquery reference is not enough. You should check the proper sequence of including the file . For example jquery reference should be given on the top then give reference to bootstrap js . If you reverse the sequence it will give same error that $ is not defined. So make sure to include jquery reference first then give other js references. Hope its clear now.
Hi Ashish. Thanks a lot for your informative videos. I've learnt a lot from them so far. Please I have a problem with enabling datepicker in asp. net MVC application. It works well with Chrome but not Internet explorer. Do you have any ideas on this?. Thanks
no Dear when i save record cascading working good but when i go to Edit button its give back country dropdown but not showing state data relative data according to country state dropdown is showing empty
Hi Ashish. Your videos are great! But unfortunately cascading dropdown list not working for me! I see that ajax not response partial view. Do you have any solutions? Thanks
Yes, and when in browser i paste url localhost/Test/GetStateList?CountryId= 4 ,for check i see all name of states where countryid is 4,but on page localhost/Test/Index when i choose country, combobox of states is empty
+Nadezda Janjetovic ok I think there is an error in your ajax call .. right click on your browser then click on inspect option.Tap on console tab in inspector .If you see any error then tell me. You can also put break point on controller method to check data
That's amazing. Thank you soooooooooooooooooooooooooooo much and can we achieve the same thing without using "CHANGE FUNCTION". If yes, could you please explain it without using jquery or js? Thanks in advance......
Complete employee registration form I need using entity framework single stored procedure with countrycode, statecode,citycode being foriegn key of employee master table with all the possible crud operations
+Umer Zaman thanks ..Partial simplifies the things. You can get the list of text and value in the list and return into Jquery response. The iteration through item in list by using $.each function in jquery . Then create html option tag with current text and value. Finally apend this to second dropdown(states).
Sir When we Click back on --Select Country--- then state should be null again how we do this and when i click on submit button this error occur "There is no ViewData item of type 'IEnumerable' that has the key 'CountryID'."
I'm also kindly requesting if you can do a video showing how to integrate geographic mapping into asp. net MVC apps eg using open layers, D3js or Google maps. Thanks Bro.
thanks ashish sir i have been complited in your mvc video in part 1 to 37 but problem in menu bar service list i click music button not open in music page please help me
Ashish and Technotips are the best. Thank you so much for all of your help and the time you spent putting this series together.
+Jon Schneider thank Jon.. keep learning..if you find this useful then please share among your friends
very great help.your video helped me alot to solve my problem.
You have made amazing videos on asp.net MVC. Covered all the concepts required for a live project. Please make the same kind for Angular also. Thank you so much 🙂👍
amazing some days ago you was not consistent.but now going well thank you for sharing these info on daily basis :)
+Ali Raza thanks dear..during 3 days holiday I got enough time to publish new video..
hmm ok thanks for reply
Nice and simple. Easy to understand.
Thank you.
Do you have any video that will show data with more than one columns in a PartialView and I will need to add one more column of check box to select a records in the PartialView.
Ashish ur awesome Bro Love From Pak I see ur all tutorials Love you so much :)
+Murtaza Ahmed thanks..keep learning and sharing
Amazing videos I have ever watched about mvc...
+Faiza khan thanks
Can you make it with crud operaction , there is a issue , 2nd dropdown not display at the edit mode
All ur videos are super
i am trying since 2 weeks ago, and i cant proceed with the state's dropdown, it isn't showing any deploying, can you help me?
Facing Same Problem what you done next
sir every thing was clear but im confused about the partial view, u have returned it by ajax call but how did the response in the view get that cam u pls explain or can any one pls explain
Please watch part 17 and 18 that will help you to understand partial view with example
Good videos........... I was going through video 36, for cascading dropdown list. I wonder if it is possible to get the list of the code listing. I tried to type it from videos. But it is very difficult. Moreover, I tried to follow each step but could not get the $document ready function of change in dropdownlist. any suggestions?
Thanks. I got the code. It is in your Blog. Thanks. Good work. Hope I can make it work :-)
+M Shiraz Baig thanks for your effort.. keep learning and sharing
when I ran the code I was getting the error "$ not defined." I used
"var $ = jquery".
It said, jquery not defined. Then I added following line to Index.cshtml.
,
Then it started working. My question is, How was your code working without this addition of line.
+M Shiraz Baig This is because it fails to load jquery js file . I have given the reference in layout . Including jquery reference is not enough. You should check the proper sequence of including the file . For example jquery reference should be given on the top then give reference to bootstrap js . If you reverse the sequence it will give same error that $ is not defined. So make sure to include jquery reference first then give other js references. Hope its clear now.
Hi Ashish. Thanks a lot for your informative videos. I've learnt a lot from them so far. Please I have a problem with enabling datepicker in asp. net MVC application. It works well with Chrome but not Internet explorer. Do you have any ideas on this?. Thanks
+Okwaro Isaac thanks dear ..keep learning and sharing.. Ya explore usually have script loading issues .. I will look into this issue ..
how will we update or edit it according cascading because when i click on edit didnt load province cascading
+Umer Zaman are you getting error in jquery ?
no Dear when i save record cascading working good but when i go to Edit button its give back country dropdown but not showing state data relative data according to country state dropdown is showing empty
+Umer Zaman seems like you are refreshing whole page . Are you using type =submit in edit button ? .
i am using link button and not show model popup dropdowns in modal popup and not showing state dropdown on save showing but not in edit
Can you show me your logic.it will be helpful for me to identify error
Can you please add the Topic "5-Tier Architecture in ASP.NET MVC" CRUD operations.
Hellow sir ,make video on dynamic bind of radiobuttonfor
Hi Ashish. Your videos are great! But unfortunately cascading dropdown list not working for me! I see that ajax not response partial view. Do you have any solutions? Thanks
+Nadezda Janjetovic I have shared the the code link ..have you tried that
Yes, and when in browser i paste url localhost/Test/GetStateList?CountryId= 4 ,for check i see all name of states where countryid is 4,but on page localhost/Test/Index when i choose country, combobox of states is empty
+Nadezda Janjetovic ok I think there is an error in your ajax call .. right click on your browser then click on inspect option.Tap on console tab in inspector .If you see any error then tell me. You can also put break point on controller method to check data
Thanks a lot for your answer! When i click on inspect element and console tab i got this error: Uncaught ReferenceError: $ is not defined
at Index:43
+Nadezda Janjetovic oh you have not included jquery reference. Just give reference before starting script tag
That's amazing. Thank you soooooooooooooooooooooooooooo much and can we achieve the same thing without using "CHANGE FUNCTION". If yes, could you please explain it without using jquery or js?
Thanks in advance......
Complete employee registration form I need using entity framework single stored procedure with countrycode, statecode,citycode being foriegn key of employee master table with all the possible crud operations
Edit mode how to bind casecading drop-down
How open this list in edit mode?
Good work dear ... just me clear on one thing how can we create its without creating partial view
+Umer Zaman thanks ..Partial simplifies the things. You can get the list of text and value in the list and return into Jquery response. The iteration through item in list by using $.each function in jquery . Then create html option tag with current text and value. Finally apend this to second dropdown(states).
Sir When we Click back on --Select Country--- then state should be null again how we do this and when i click on submit button this error occur "There is no ViewData item of type 'IEnumerable' that has the key 'CountryID'."
+Umer Zaman after selecting --select-- you can add html option with value empty and text --select-- . Ex $("#secondDropdownId").html('--select--'):
how to display images in sql database to mvc application
+Hardik Ribadiya please watch part 34 for this
I'm also kindly requesting if you can do a video showing how to integrate geographic mapping into asp. net MVC apps eg using open layers, D3js or Google maps. Thanks Bro.
+Okwaro Isaac surely..will add this topic into my list..
Great tutorial !!
tkanks your video. it's greate
how to upload in next video for mvc part 38 and nexe
+Hardik Ribadiya Part 38 will be coming after this month. Thanks keep learning and sharing
thanks ashish sir i have been complited in your mvc video in part 1 to 37 but problem in menu bar service list i click music button not open in music page please help me
+Hardik Ribadiya have you specified correct path to link ?
ok i try in currect path
search functionality in mvc part 37 but search text in menubar how to code maintain in layout
how to save dropdownlist value into database in MVC
+Abid Ali watch part 10 to 14
Great... Thank you..
+janaka aravinda thanks ..
How to do drop-down cascading using single table
omg your message popups going to give me a heart attack.
+David Donadze haha .
The same happened to me, I lost the dream overnight, my heart speed up
Yes David !
It happened with me also.
I was watching the video using earphone.
Suddenly my heart beat increased after it's message popup.