Repeater Template Desinging
-
Dear friends Iam new to Asp.net i want to deign one repeater template post based that show me data from databse data may be only text data may be image with text data may be vedio may be only image. so please guide me or give solution thanks
-
Dear friends Iam new to Asp.net i want to deign one repeater template post based that show me data from databse data may be only text data may be image with text data may be vedio may be only image. so please guide me or give solution thanks
-
I think you need to try a little bit harder yourself first, rather than asking for such general help. If you search online for "asp.net repeater examples" you will find plenty of help to get your started.
I searched Alot but no solution found that's why i am asking for help. Dear
-
I searched Alot but no solution found that's why i am asking for help. Dear
Well, the best thing to do when stuck on any problem is to first try to solve a simpler one. SO I suggest you follow some of the simple examples you can find on the Internet to get a better understanding of how to use the repeater control. You should then be able to make a start on what you want to do, and can come back and ask with some specific problems if you still have any.
-
Well, the best thing to do when stuck on any problem is to first try to solve a simpler one. SO I suggest you follow some of the simple examples you can find on the Internet to get a better understanding of how to use the repeater control. You should then be able to make a start on what you want to do, and can come back and ask with some specific problems if you still have any.
ok i will try it, but it would be better if i have found a solution here on this forum THanks Dear
-
ok i will try it, but it would be better if i have found a solution here on this forum THanks Dear
-
No - it might be easier to be given an answer, but better is to learn for yourself. Also, while it might be easier for you, it would be harder for others who volunteer their time to help on these forums.
yeah you ar right but this time it is harder for me
-
Dear friends Iam new to Asp.net i want to deign one repeater template post based that show me data from databse data may be only text data may be image with text data may be vedio may be only image. so please guide me or give solution thanks
Having done as was suggested by G_Griffin ie: search ASP.Net Repeater control examples, and selecting videos as my filter I found an excellent lesson from an old friend "Kudvenkat" on Youtube here (https://www.youtube.com/watch?v=v3w0XWWyVO4). It may be after you watch the following video, you may decide to instead use a gridview control, but either way this is an excellent lesson for introducing the repeater control. I learn best by watching video lessons and writing the code as a follow along method and I have learned most of my coding languages from kudvenkat and a few others.