Asp.net checkboxlist control Part 23

  Рет қаралды 147,207

kudvenkat

kudvenkat

Күн бұрын

Пікірлер: 30
@monoimathew9631
@monoimathew9631 7 жыл бұрын
Appreciate the teaching skills and dedication...thanks a lot..
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 7 жыл бұрын
Thank you very much for taking time to give feedback. This means a lot. I am very glad you found the videos useful. I have organised all the Dot Net & SQL Server videos in to playlists, which could be useful to you kzbin.infoplaylists?view=1&sort=dd If you need DVDs or to download all the videos for offline viewing please visit www.pragimtech.com/kudvenkat_dvd.aspx Slides and Text Version of the videos can be found on my blog csharp-video-tutorials.blogspot.com Tips to effectively use my youtube channel. kzbin.info/www/bejne/r2ibYYCtnb5qZtU If you want to receive email alerts, when new videos are uploaded, please subscribe to my youtube channel. kzbin.info If you like these videos, please click on the THUMBS UP button below the video. May I ask you for a favor. I want these tutorials to be helpful for as many people as possible. Please share the link with your friends and family who you think would also benefit from them. Good Luck Venkat
@qualityrenov
@qualityrenov 8 жыл бұрын
the best teacher on youtube, hands down.thank you very very very much!!
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 12 жыл бұрын
Hi Ankit, sure I will try to record and upload videos on web services, as soon as I can. If you want to receive email alerts, when new videos are uploaded, please subscribe to my youtube channel. May I ask you for a favour. I want these tutorials to be helpful for as many people as possible. Please free to share the link with your friends and family who you think would also benefit from them. Good Luck.
@NSNegi-mt7rx
@NSNegi-mt7rx 6 жыл бұрын
venkat sir marvelous the way you teach and explain things is the unique style like a real guru. i have become your fan i have never seen such talent before
@krismaly6300
@krismaly6300 10 жыл бұрын
Check Box List Control explained with a good example and and also NULL reference. Recommend others to watch this video. Thanks a bunch
@pragyagera2262
@pragyagera2262 3 жыл бұрын
Helped a lot 🙌🙌
@m3cv1no
@m3cv1no 8 жыл бұрын
i will always watch your videos ........ peace ^_^
@juliobarriga
@juliobarriga 11 жыл бұрын
Awesome as always.
@georgigeorgiev4871
@georgigeorgiev4871 8 жыл бұрын
Dear Mr. Venkat, I personally consider typing == true a better option for readability purposes. Sometimes you don't need to do the most effective thing.
@Trzbne
@Trzbne 6 жыл бұрын
Booleans usually begin with Is... I find it easier and more readable to read: if(MyObject.IsHidden), I just read: if my object is hidden, than: if(MyObject.IsHidden == true), what I would read as: if my object is hidden is true :-)
@tony.g9022
@tony.g9022 7 жыл бұрын
@Kudvenkat I need to display the listitem dynamically from json. How we can do that ?
@secretlives2734
@secretlives2734 8 жыл бұрын
thanks
@biNuTheFirst
@biNuTheFirst 11 жыл бұрын
awesome tutorial
@raymulligan55
@raymulligan55 9 жыл бұрын
Can you select all from a parent node with checkbox list? If so, How is that done
@9694601965
@9694601965 11 жыл бұрын
Nice Video Thanks Sir
@InkSpacely
@InkSpacely 11 жыл бұрын
How do I output these results on a label, instead of beside the checkboxlist? Thanks, good video.
@musengamvula7200
@musengamvula7200 4 жыл бұрын
i love visual C# and I really want to learn how to code using visual C#
@m3cv1no
@m3cv1no 8 жыл бұрын
thx ^_^
@alvinchuah714
@alvinchuah714 10 жыл бұрын
How about Check Box List that selected show at Other Form?
@ankit2883
@ankit2883 12 жыл бұрын
can you upload some videos on webservices
@AbdulHannan-bv8of
@AbdulHannan-bv8of 10 жыл бұрын
awesome sir
@InkSpacely
@InkSpacely 11 жыл бұрын
It's ok i got it fixed, sorry
@89Ssik
@89Ssik 9 жыл бұрын
I'm pretty sure users who want to learn programming they not only need to listen to your videos but actually type in every single line of code and understand why is it written like that. Just want to save time for users who only watch videos and think that they will learn it faster in reality they will just be in bigger issue when they find themselves to actually write code on their own.
@Trzbne
@Trzbne 6 жыл бұрын
I agree, you are right 100%!!!
@jayshah8420
@jayshah8420 7 жыл бұрын
what if i want to restrict the user to select only 2 selections out of four. how can that be achieved.?
@Trzbne
@Trzbne 6 жыл бұрын
Use CheckBoxList control, because it handles all checkboxes inside it together. Subscribe for SelectedIndexChanged event, and there: int counter = 0; foreach(ListItem item in CheckBoxList1.Items) { if(item.Selected) counter++; } if(counter > 1) { foreach(ListItem item in CheckBoxList1.Itemse){ if(!item.Selected) item.Enabled = false; } else { // foreach items there, item.enabled = true
@sca11ywagg
@sca11ywagg 5 жыл бұрын
The reason you compare against "true" is to make your code more explicit. I agree that it makes no difference functionally, and I wouldn't fail this code in a review, but by being more explicit you make slightly more readable when the next person has to work on it. Readability should be the #1 goal of anybody writing code. Even if your code has bugs, than as long as it is readable then it can be fixed. If it's not readable, it has to be discarded and rewritten by someone else.
@InkSpacely
@InkSpacely 11 жыл бұрын
I'm also getting the error "GetEnumerator" Any help, thanks
Asp.net checkboxlist, select or deselect all list items   Part 24
10:32
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
Cascading dropdown asp.net   Part 22
36:47
kudvenkat
Рет қаралды 220 М.
.NET Microservices - Full Course
11:05:58
Les Jackson
Рет қаралды 1,4 МЛН
List controls in asp.net   Part 29
17:47
kudvenkat
Рет қаралды 95 М.
multiple checkboxlist values insert into sql server table asp net 4 6
15:08
Haritha Computers & Technology
Рет қаралды 34 М.
ASP.NET - Validation Controls
21:17
TutorialsPoint
Рет қаралды 118 М.
10 Signs Your Software Project Is Heading For FAILURE
17:59
Continuous Delivery
Рет қаралды 38 М.
When to use - IEnumerable vs IList vs ICollection?
12:05
DotNetMastery
Рет қаралды 54 М.
Hidden field in asp.net   Part 34
16:28
kudvenkat
Рет қаралды 127 М.