This video got posted in the year 2012 that is 11 years ago, i went across all the other tutors on youtube, i must say that no one teaches and explains the way u teach... U are really a gem thank you so much sir....
Hello Amlesh - Thank you very much for the feedback. Means a lot. I have included all the c# tutorial videos, slides and text articles in sequence on the following page. Hope you will find it useful. www.pragimtech.com/courses/asp-net-tutorial-for-beginners/ When you have some time, can you please leave your rating and valuable feedback on the reviews tab. It really helps us. Thank you. Good luck and all the very best with everything you are doing.
Hi Ahmed, click on the link, the actual images will be opened. Right click on the image and save it. Unfortunately, as it is a blog I am not able to upload the PPT.
+Sunny Kathariya Thank you. Dot Net & SQL Server training videos for aspiring web developers ua-cam.com/users/kudvenkatplaylists?view=1&sort=dd Download our training videos and slides for offline viewing www.pragimtech.com/Order.aspx Code Samples, Text Version of the videos & PPTS on my blog csharp-video-tutorials.blogspot.com Tips to best utilise our channel ua-cam.com/video/y780MwhY70s/v-deo.html To receive email alerts, when new videos are uploaded, please subscribe to our channel using the link below ua-cam.com/users/kudvenkat Please click the THUMBS UP button below the video, if you think you liked them Thank you for sharing the link with your friends who you think would also benefit from them Best Venkat
Another problem if you clear the list and add it again is that when you change the value of dropdown and then click the button the selected value is lost
Hi Venkat, I loves to watch your Videos and I really appreciate your help and work..very clear understanding of the concepts...A great work..In reality you have Art..:) Please start the sessions on Web ApI and restful services. It is used in market in great details and without your help it seems little difficult to grasp the concept clearly..Please help...
Thank you Sir for this playlist and the other playlists :) But can I download these slides? I go to the your blog and i find the slides but it is a .png and its quality is low, so If possible can you upload the .ppt or at least upload the slides on slideshare? Thank you so much.
Dear Venkat: When trying to build solution I get the following error: "The name ddlCity does not exist in the current context" Where do I declare this? Using VS2012 - Thanks !
Hm not getting it,... ispostback i understand but, why not simply add items to the dropdownlist trough visual studio ?. (items property of dropdown box). Also its caused because list.add is used, something like var list = new List { "London", "Paris", "Amsterdam" }; Wouldnt give such a result Is this chapter to explain a common bad coding error ?.
Hello Sir, I have used ddCity.Items.clear() and as well as EnableViewStae is True , Even thought it the dropdown list does not preserve previous state. For instance after clicking Register employee button while selecting Sydney on hte dropdown list, it displays London on the dropdown list , which clearly show by using ddCity.Items.Clear() , it does not preserve the state. Why Sir ?
Hai , my age is 35years and I worked as an assistant professor level at various engineering colleges. Currently i am looking for career change. Is it possible to get into IT at this age? I am interested to become full stack web developer. Especially I am very much interested in front-end developer. Also I have good analytical skillset and logical thinking. If i learn full stack web development course do I get opportunity to work in IT field ? Please reply. Any experts here please pour your comments. I looking forward to hear all your response. So that I can decide and get confident to work on it.
When i clicked on the dropdown list then password.text box is cleared...where i use password.text box before the dropdown list.. how to solve this problem sir??? my code is different from code that u shown in the tutorial..
Once again wrong about viewstate. Move your call for LoadCityDropDownList to Page_InitComplete instead of Page_Load and you will see that selected item is keept during postbacks even if EnableViewState is set to False. Because the selection is handled through postback data and not viewstate.
To help the developer learn about postback, code the following for the else of the !IsPostBack: // Subsequent time page is loaded (page is being loaded in response to a client postback) Response.Write("Page is being loaded a subsequent time ...");
I refresh the page after clicking the button that added three cities on the dropdown list but after refreshing the page it fires the page load event but cities not getting duplicated on dropdown.I have enabled view state. Can someone please explain.Thanks,
No one in my IT career has explained these concepts so beautifully!
This video got posted in the year 2012 that is 11 years ago, i went across all the other tutors on youtube, i must say that no one teaches and explains the way u teach... U are really a gem thank you so much sir....
Such a clear and detailed explanation! You’re genius mister Kudvenkat and a very talented tutor!
you are the best online teacher.. so clear, concise and unmatched eloquence. Kudos VenKat.
Hello Amlesh - Thank you very much for the feedback. Means a lot. I have included all the c# tutorial videos, slides and text articles in sequence on the following page. Hope you will find it useful.
www.pragimtech.com/courses/asp-net-tutorial-for-beginners/
When you have some time, can you please leave your rating and valuable feedback on the reviews tab. It really helps us. Thank you. Good luck and all the very best with everything you are doing.
Its 2024 but still functioning and working and helping, also with the new version. thanks.
Prey for the legend "Kudvenkat ".
you are legend!
Brilliant tutorial
again amazing experience from your efforts !!!!!!!!!!
Great work...Nice too learn by sitting home itself whenever required...Thnaks....
Great work, youre explanation is very clear. Greetings from Mexico
Very useful, great job. Thanks.
Great Work ... You way of explaining concepts in clear manner is really an art. Keep it up.
you are an excellent instructor. very well done. thank you
awesome video tutorials...you are just great ...!
You're awesome bro, thank you very much..
thnx alot... these videos r a gr8 help (y)
nice explanation ...very useful to easilt understand
Best video 🎉
Day 2
You're a legend!
Just Great
Wonderful
thanks for this ... very nyc explanation
Hi Ahmed, click on the link, the actual images will be opened. Right click on the image and save it. Unfortunately, as it is a blog I am not able to upload the PPT.
Great job (Y)
+Sunny Kathariya Thank you. Dot Net & SQL Server training videos for aspiring web developers
ua-cam.com/users/kudvenkatplaylists?view=1&sort=dd
Download our training videos and slides for offline viewing
www.pragimtech.com/Order.aspx
Code Samples, Text Version of the videos & PPTS on my blog
csharp-video-tutorials.blogspot.com
Tips to best utilise our channel
ua-cam.com/video/y780MwhY70s/v-deo.html
To receive email alerts, when new videos are uploaded, please subscribe to our channel using the link below
ua-cam.com/users/kudvenkat
Please click the THUMBS UP button below the video, if you think you liked them
Thank you for sharing the link with your friends who you think would also benefit from them
Best
Venkat
Either use ! post back or ( not recommended)enable View State off(i.e. disable it) ...13:25 consequences of later 13:56
YOUR CHANNEL IS FUCKIN AWESOME MAN!!!
Very clear. Thanks
Another problem if you clear the list and add it again is that when you change the value of dropdown and then click the button the selected value is lost
still watching in 2020 salute to you sir
very good
Thank you
this tutorial clear my concept.
ab to nokri bhi lg gai ho gi
this is the teacher... ha ha ha...
Hi Venkat, I loves to watch your Videos and I really appreciate your help and work..very clear understanding of the concepts...A great work..In reality you have Art..:) Please start the sessions on Web ApI and restful services. It is used in market in great details and without your help it seems little difficult to grasp the concept clearly..Please help...
Okay, no problem Sir.
Thanks
thanks sir from my heart
Tq so much
Thank you Sir for this playlist and the other playlists :)
But can I download these slides? I go to the your blog and i find the slides but it is a .png and its quality is low, so If possible can you upload the .ppt or at least upload the slides on slideshare?
Thank you so much.
Dear Venkat:
When trying to build solution I get the following error:
"The name ddlCity does not exist in the current context"
Where do I declare this?
Using VS2012 - Thanks !
dropdownlist on your web page --> properties(F4) ---> name(property) change it to ddlCity
Hm not getting it,... ispostback i understand but, why not simply add items to the dropdownlist trough visual studio ?.
(items property of dropdown box). Also its caused because list.add is used, something like
var list = new List { "London", "Paris", "Amsterdam" };
Wouldnt give such a result
Is this chapter to explain a common bad coding error ?.
sir plese make a one video server side and client side validation
what is validation used in the side and what validation we use in the client side
Hello Sir, I have used ddCity.Items.clear() and as well as EnableViewStae is True , Even thought it the dropdown list does not preserve previous state. For instance after clicking Register employee button while selecting Sydney on hte dropdown list, it displays London on the dropdown list , which clearly show by using ddCity.Items.Clear() , it does not preserve the state. Why Sir ?
i have problem.. in my code ispost back is always return false.. can you please help me. I am working on a live portal and its urgent
can i get the code so that i can paste and check it on my own...thanx...!!
Hai , my age is 35years and I worked as an assistant professor level at various engineering colleges. Currently i am looking for career change. Is it possible to get into IT at this age? I am interested to become full stack web developer. Especially I am very much interested in front-end developer. Also I have good analytical skillset and logical thinking. If i learn full stack web development course do I get opportunity to work in IT field ? Please reply. Any experts here please pour your comments. I looking forward to hear all your response. So that I can decide and get confident to work on it.
When i clicked on the dropdown list then password.text box is cleared...where i use password.text box before the dropdown list..
how to solve this problem sir???
my code is different from code that u shown in the tutorial..
Once again wrong about viewstate. Move your call for LoadCityDropDownList to Page_InitComplete instead of Page_Load and you will see that selected item is keept during postbacks even if EnableViewState is set to False. Because the selection is handled through postback data and not viewstate.
how to make table in webform as in above video ?
Dropdown list values not duplicating on refresh the page after button click (post) on page load event
??
Comment this line: ddlCity.Items.Clear();
where is the main method in your code
Where do you initialize ddlCity?
+Georgi Georgiev Hello, dllCity is the id (name) of the DropDownList (control).
To help the developer learn about postback, code the following for the else of the !IsPostBack:
// Subsequent time page is loaded (page is being loaded in response to a client postback)
Response.Write("Page is being loaded a subsequent time ...");
IsPostBack is not a static property then how are we able to access it by Page.IsPostBack? here Page is a class
I'm On Journey ,. wish me luck to reach 172 videos
Hello Fadjrin - All the very best. I am sure you will complete then soon.
Father Of the Asp.net (Y)
I refresh the page after clicking the button that added three cities on the dropdown list but after refreshing the page it fires the page load event but cities not getting duplicated on dropdown.I have enabled view state. Can someone please explain.Thanks,
Comment this line: ddlCity.Items.Clear();
TD's XD