Asp.net panel control Part 42

  Рет қаралды 118,403

kudvenkat

kudvenkat

Күн бұрын

Пікірлер: 25
@ajaygaykwad3175
@ajaygaykwad3175 4 жыл бұрын
Your way to explain things is Awesome ... The best tutorials.. thank you 🙏
@omarsalem8369
@omarsalem8369 6 жыл бұрын
Thank you so much mister Venkat ..I learnt a lot of things from your channel you have such a great knowledge and skill ..so don't worry a teacher like has all this knowledge ..we can't ignore your channel ..most of the views are foreigner ..i'm from Arabic country ..and ill share you with my friends.. ( :
@CursosIcarnegie
@CursosIcarnegie 9 жыл бұрын
thank you!! From México
@jerds_6885
@jerds_6885 8 жыл бұрын
In my opinion, to simplify the private voids that you created in order to show/hide controls, you could have passed a boolean parameters and create only 2 void. 1 void for admin controls and 1 void for non-admin control. The passed bool parameters when the void is called would dynamically ensure to affect the control with the right expression which is true or false dependant of the needs.
@anubhavprabakar4089
@anubhavprabakar4089 7 жыл бұрын
amazing presentation of the concept! simply brilliant!
@89Ssik
@89Ssik 8 жыл бұрын
Great series, great tutorials. I wonder how my knowledge level of ASP.NET will be like when I finish whole this series!
@anasalsadii5894
@anasalsadii5894 8 жыл бұрын
thank you very much I like this and I love you
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 8 жыл бұрын
+Anas Alsadii Thank you for the feedback. This means a lot. Very pleased you found these videos useful. Dot Net & SQL Server training videos to help you become a web developer kzbin.infoplaylists?view=1&sort=dd Download videos for offline viewing www.pragimtech.com/Order.aspx Slides, Code Samples & Text Version of the videos can be found on my blog csharp-video-tutorials.blogspot.com Tips to effectively use our youtube channel kzbin.info/www/bejne/r2ibYYCtnb5qZtU To receive alerts, when new videos are uploaded, please subscribe to our channel kzbin.info If you like these videos, please click on the THUMBS UP button below the video May I request you to please share the link with your friends who you think would also benefit from them To teach is to learn Thanks Venkat
@ReneDirks
@ReneDirks 5 жыл бұрын
Of course, if you'd have to NOT use a Panel you'd write the code like below and not in the clumsy 4 separate methods way. Doesn't mean panel is not better, but I think the comparison is way off. Still interesting series of tutorials though. // option = 0 -> none // option = 1 -> admin // option = 2 -> nonadmin private void ShowControls(int option) { AdminGreeting.Visible=(option==1); AdminNameLabel.Visible=(option==1); AdminNameTextBox.Visible=(option==1); // etc NonAdminGreeting.Visible=(option==2); NonAdminNameLabel.Visible=(option==2); NonAdminNameTextBox.Visible=(option==2;) //etc }
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 11 жыл бұрын
Sure Abishek, I will record and upload a video on ajax page splitter as soon as I can. If you want to receive email alerts, when new videos are uploaded, please subscribe to my youtube channel.
@puurusottamsaha8971
@puurusottamsaha8971 11 жыл бұрын
Very Nice....Its really Intresting..Like Movie..!!!
@JI9131
@JI9131 10 жыл бұрын
nice way for your demo, on the coding simplification journey
@maheswardash5137
@maheswardash5137 11 жыл бұрын
Thanks venky , it helped me a lot .. Can you please show panel control along with sharepoint masterpage
@jawadabbasi5161
@jawadabbasi5161 5 жыл бұрын
Superb video to reduce code..:)
@sandy1995
@sandy1995 7 жыл бұрын
Isn't this the same as having divs instead of panels? We could just change the visibility of the divs.
@AlexMartinez-be2rh
@AlexMartinez-be2rh 9 жыл бұрын
Excelente! brilliant
@ruhnshnik9106
@ruhnshnik9106 4 жыл бұрын
thankss bro
@echchoahmed4111
@echchoahmed4111 7 жыл бұрын
Thank you so much Sir
@moinakhter2474
@moinakhter2474 5 жыл бұрын
Hello Kuvenkat Can you please tell me what should i learn for web developement regarding to .Net technology
@secretlives2734
@secretlives2734 8 жыл бұрын
thank you sir
@VADIVXAYA
@VADIVXAYA 10 жыл бұрын
hi sir i want scroll in button right to left pls.....
@NIs171
@NIs171 10 жыл бұрын
getting an error Parser Error Message: Could not load type 'WebApplication1.controlpane I have read solution bt couldnot able to solve it..? Any help..
@PrashanthOlekar
@PrashanthOlekar 8 жыл бұрын
Hi sir.. how to add Update panel in asp.net web-form with jquery, i had tried many times but no use.. only partial post back occur. could you please help me.?
@zaminhassnain7570
@zaminhassnain7570 7 жыл бұрын
When I select any of the drop down list item i am getting this error kindly tell me how to get rid off it. Invalid postback or callback argument. Event validation is enabled using in configuration or in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.
@anaskala1196
@anaskala1196 4 жыл бұрын
today we will talk about something, or today we will discuss something.
Rangevalidator control in asp.net   Part 45
12:38
kudvenkat
Рет қаралды 95 М.
Фейковый воришка 😂
00:51
КАРЕНА МАКАРЕНА
Рет қаралды 7 МЛН
小丑妹妹插队被妈妈教训!#小丑#路飞#家庭#搞笑
00:12
家庭搞笑日记
Рет қаралды 35 МЛН
Touching Act of Kindness Brings Hope to the Homeless #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 18 МЛН
.NET in 300 seconds
5:48
Amichai Mantinband
Рет қаралды 72 М.
RegisterStartupScript and RegisterClientScriptBlock methods
16:11
Fileupload control in asp.net   Part 30
14:17
kudvenkat
Рет қаралды 209 М.
Introduction to ASP.Net Web Controls (Part-09)
34:43
G. Tech
Рет қаралды 6 М.
Using the AJAX UpdatePanel Control in ASP.Net (Part-30)
24:53
ValidationSummary control in asp.net   Part 49
10:49
kudvenkat
Рет қаралды 87 М.
Multiview control in asp.net   Part 35
14:39
kudvenkat
Рет қаралды 144 М.
Asp.net calendar control properties and events   Part 33
17:48
kudvenkat
Рет қаралды 114 М.
Wizard control in asp.net   Part 36
13:44
kudvenkat
Рет қаралды 110 М.
Фейковый воришка 😂
00:51
КАРЕНА МАКАРЕНА
Рет қаралды 7 МЛН