Repeater control in asp.net - Part 60

  Рет қаралды 107,592

kudvenkat

11 жыл бұрын

The HTML and the code used in the demo, can be found at the link below.
csharp-video-tutorials.blogspot.com/2013/04/repeater-control-in-aspnet-part-60.html
Healthy diet is very important both for the body and mind. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking our KZbin channel. Hope you can help.
kzbin.info/door/7sEwIXM_YfAMyonQCrGfWA
Link for csharp, asp.net, ado.net, dotnet basics and sql server video tutorial playlists
kzbin.infoplaylists
Similarities:
1. Just like gridview, a repeater is also a data-bound control.
2. To bind data, you use DataSource property and invoke DataBind() method.
3. The following 3 events are supported by both the controls
a) ItemCommand
b) ItemCreated
c) ItemDataBound
Differences:
1. By default, a repeater control will not render anything if templates are not specified, but where as with GridView control, the data from the underlying datasource will be rendered in a tabular format.
2. GridView is more suitable and designed for displaying data in a tabular format, where as Repeater is used when you want to have complete control over how you want the data to be rendered.
3. By default, the repeater control does not offer editing, paging and sorting capabilities, but where as a gridview control does. However, with a bit of effort and code it is possible to implement these features using a repeater control.
When do you use gridview control over repeater and vice versa?
A repeater is a very light weight control, and if you want to have the complete control over how the data is rendered, and if you don't want editing, paging or sorting capabilities, then repeater should be your choice. On the other hand if you want the data to be displayed in a tabular format and you also need editing, paging and sorting capabilities, then gridview should be your choice.
For sql script to create and populate tblEmployee table, please refer to Part 30 by clicking here.
csharp-video-tutorials.blogspot.com/2013/03/displaying-images-in-aspnet-gridview.html

Пікірлер: 47
@zacharysaldivar8132
@zacharysaldivar8132 8 жыл бұрын
Great video. Really explains the mechanics of the repeater control on a way that can be applied to any scenario. Thanks for your hard work.
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 8 жыл бұрын
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
@javarox
@javarox 11 жыл бұрын
What a wealth of good information. I was struggling to determine whether to use a GridView or Repeater on a project I was working on. You video on that subject made everything crystal clear! Thanks for doing such a good job! I'm now a subscriber.
@Mostafanejhadhasan
@Mostafanejhadhasan 15 күн бұрын
great video after 11 years. thanks man
@ymtan
@ymtan 11 жыл бұрын
Fantastic video introducing ther repeater control. Venkat you are the best teacher I've encountered. Thanks for your great effort indeed
@igortrifan3572
@igortrifan3572 7 жыл бұрын
A beer for the guy who did this tutorial!!!!!! Thanks a LOT
@davidespada01
@davidespada01 11 жыл бұрын
Hi Mr.Venkat what can i say... your a Master so grid view is really nice and with using template you have the control to manipulate and play with binding data as you wish. Thank you.. waiting for the next series, i think its gona be Asp.net MVC
@pavithraramu424
@pavithraramu424 6 ай бұрын
Awesome explanation and the best tutorial ever
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 11 жыл бұрын
Class videos are discussed in C# tutorial. In the description of this video, I have included the link for ASP .NET, C#, and SQL Server playlists. All the videos are arranged in logical sequence in these playlists, which could be useful to you. Please share the link with your friends who you think would also benefit from them. If you like these videos, please click on the THUMBS UP button below the video. For email alerts, when new videos are uploaded, you may subscribe to my channel.
@rohanr3922
@rohanr3922 7 жыл бұрын
You are really a genius!! Keep up the good job!!
@Kajerman
@Kajerman 10 жыл бұрын
Good stuff, kudvenkat But I don't really see the point in using that 1px image. I just used CSS and put a margin-bottom: 5px; to the table.
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 11 жыл бұрын
Hi Anurag, this should be very easy to achieve, if you watched ado.net, c#, sql server and asp.net. Create the table to store players data, and then write a query or stored procedure to retrieve data by Country. We discussed stored procedures in sql server tutorial and invoking stored procedures from .net aplication in ado.net tutorial.
@genarochialva
@genarochialva 4 жыл бұрын
Gracias genio, saludos desde argentina
@rajmahendervarma
@rajmahendervarma 11 жыл бұрын
Thank you Venkat.....seriously you are amazing at explanation
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 11 жыл бұрын
Hi Mohammed, we discussed about exactly the same thing in Part 54 and 55 of asp.net gridview tutorial. You can find the link for asp.net gridview tutorial, in the description of this video. Hope you will find it useful.
@forsemasterjedi
@forsemasterjedi 6 жыл бұрын
Loved the example and the explanation of differences, thanks!
@redarismail5777
@redarismail5777 10 жыл бұрын
Thank you so much I really appreciate your hard work , I gain a lot of knowledge and it helped me a lot for my class projects
@SrinathMenon93
@SrinathMenon93 11 жыл бұрын
Really like your channel and blog!!!! Your explanation is awesome, really helpful and informative.
@SiyamandRashid
@SiyamandRashid 8 жыл бұрын
very good video .. if i want to make paging for a table, or make filter drop down list how to do it?
@kristiankanev7934
@kristiankanev7934 8 жыл бұрын
Hello, I would want to ask you a question. I am using a list as a data source for the repeater. And when the user is seeing all the information about the different people, I want to add the option : user to add a new record(row) and type the information in the different columns for the new Person in the table.
@anshuljain29
@anshuljain29 11 жыл бұрын
This is a great video series for data grid,details view and repeater controls.Can we expect some amazing videos on datalist control? Thanks
@seeworld9848
@seeworld9848 11 жыл бұрын
Best Explanation, Do you have any video/article for adding page numbers/paging using with repeater at real time
@tanusharma3874
@tanusharma3874 6 жыл бұрын
Is it is data bound controls?
@fahadyaqoub3179
@fahadyaqoub3179 10 жыл бұрын
how to access ITEMTEMPLATE controls such as manually added labels or checkboxes which are residing inside of GRIDVIEW or REPEATER control.. in code behind?
@harjotsingh4228
@harjotsingh4228 5 жыл бұрын
what should we do if the data source is a list , when we are using sharepoint.
@prasadmissesu
@prasadmissesu 11 жыл бұрын
Hi Venkat, how can we add chart control in repeater and how to specify datasource for that. can you please help me in this. instead of image above i have chart and and corresponding to it I have one more cell which shows information about that chart. Thanks
@jilanipasha9965
@jilanipasha9965 9 жыл бұрын
Hi...Please Help me... How can I Display those Employee Records Horizontally in GridView Control........ please give me quick replay....
@maddeamon
@maddeamon 10 жыл бұрын
Hi, I am having a problem using your example with a stored procedure. I could not find any of your video on stored procedure. Thanks in advance.
@hichambendarbi5066
@hichambendarbi5066 5 жыл бұрын
Please i want select id checkBox checked from table reapeter ??
@mohitsingh9614
@mohitsingh9614 7 жыл бұрын
how can i show data in horizontal view using repeater control?
@renupampana5691
@renupampana5691 11 жыл бұрын
Sir.. please help me..How to Bind data from 2 tables in one repeater control using joins.. In my project one complete module is depends on this concept..please help me....
@muhammadimran5730
@muhammadimran5730 5 жыл бұрын
amazing explanation .
@blackhat3082
@blackhat3082 8 жыл бұрын
Very helpful turorial.
@Lhsbysareena
@Lhsbysareena 3 жыл бұрын
My image is not displayed in any Web pages
@hichambendarbi5066
@hichambendarbi5066 5 жыл бұрын
how i can loopping table reapeter and find checkBox checked ?
@SirClerihew
@SirClerihew 7 жыл бұрын
excellent tutorial
@amrhossamabdelwahab4487
@amrhossamabdelwahab4487 4 жыл бұрын
Hero
@krishooify
@krishooify 11 жыл бұрын
Thank U Very Much,,!!please provide a tutorial on how to make a shopping cart in asp.net...
@shailendraphadke5557
@shailendraphadke5557 11 жыл бұрын
Hello sir, Please upload some videos on ListView with Pagin Facility and different view Thanks for these gr8 videos!!!
@chanchhayyachap1721
@chanchhayyachap1721 11 жыл бұрын
Thanks, Could you please upload some videos about class.
@muhammadmateen4887
@muhammadmateen4887 8 жыл бұрын
sir please add a tutorial of how to add star rating in repeater
@ahmedsandoqah9720
@ahmedsandoqah9720 7 жыл бұрын
how to filter and display record with repeater use textbox?
@yuchenghao8499
@yuchenghao8499 11 жыл бұрын
good job man ;D
@tanusharma3874
@tanusharma3874 6 жыл бұрын
Sir repeater mai error a rha hai help kro mere
@simeonerasmus
@simeonerasmus 4 жыл бұрын
Thank you very much Dude, this opened new doors for me i didn't even know was on my path to success Console.WriteLine("Thanks Dude!");
@poornachandrakunder7921
@poornachandrakunder7921 6 жыл бұрын
can anyone explain EVAL property in repeater
@mikehawk3578
@mikehawk3578 8 жыл бұрын
i dont if this is weird but your voice makes me sleepy
🕊️Valera🕊️
00:34
DO$HIK
Рет қаралды 6 МЛН
Running With Bigger And Bigger Lunchlys
00:18
MrBeast
Рет қаралды 136 МЛН
Зу-зу Күлпаш 2. Интернет мошенник
40:13
ASTANATV Movie
Рет қаралды 601 М.
Inside Out 2: ENVY & DISGUST STOLE JOY's DRINKS!!
00:32
AnythingAlexia
Рет қаралды 18 МЛН
🕊️Valera🕊️
00:34
DO$HIK
Рет қаралды 6 МЛН