473,671 Members | 2,384 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Datarepeater

Hi, NG!
Is there any updated version (.Net) of the Datarepeater control or do I have
to use the old (VS6.0) version?
Thanks.


pax
Nov 17 '05 #1
3 3358
How about the repeater control? Did you really have to cross-post this
question? A simple Google search on ".net repeater" yields what you are
looking for.
<pax> wrote in message news:Ol******** ******@TK2MSFTN GP15.phx.gbl...
Hi, NG!
Is there any updated version (.Net) of the Datarepeater control or do I
have
to use the old (VS6.0) version?
Thanks.


pax

Nov 17 '05 #2
If you have a gripe with Microsoft's documentation, there are several ways
to submit corrections and suggestions to Microsoft.

Cross-posting to unrelated newsgroups is not considered good netiquette.
I'm sorry if you find my answer "wise", but I think you will find that many
here would find your question and the manner in which you posted it
inappropriate.

While we are happy to help where we can...it is reasonable to expect that
the question asker will take some responsibility and some initiative for
finding the answer on their own. Asking "Is there any updated version
(.Net) of the Datarepeater control or do I have to use the old (VS6.0)
version?" sounds a lot to me like you haven't even tried to examine this
issue on your own. Cross-posting it to every .NET NG you can find is not
necessary and considered rude.

<pax> wrote in message news:Op******** ******@TK2MSFTN GP10.phx.gbl...
Thanks a lot, wise guy. As there was no 'professional' answer on any of
the
groups where I have cross-posted, I did search on Google. It took me a
while
but now it's clear. There is no dotNet version of the Datarepeater
control.
The Repeater control is a brand new control, available only in Webforms.
As
there was no way to use the Datarepeater on the web, your kind answer that
points to the Repeater is useless. But thanks anyway.
I did cross-post since it is my opinion that MS should have provided that
information in a discontinued controls list or something.
These docs should have contained this kind of information:
http://msdn.microsoft.com/library/de...bleobjects.asp
http://msdn.microsoft.com/library/de...ualBasic70.asp

The solution could be the Datagrid.

Thanks.

"Scott M." <s-***@nospam.nosp am> wrote in message
news:OI******** *****@tk2msftng p13.phx.gbl...
How about the repeater control? Did you really have to cross-post this
question? A simple Google search on ".net repeater" yields what you are
looking for.
<pax> wrote in message news:Ol******** ******@TK2MSFTN GP15.phx.gbl...
> Hi, NG!
> Is there any updated version (.Net) of the Datarepeater control or do I
> have
> to use the old (VS6.0) version?
> Thanks.
>
>
>
>
> pax
>
>



Nov 17 '05 #3
>There is no dotNet version of the Datarepeater control.

Well, yes actually, there is. It is the Repeater control I pointed you to
in the first place.
As there was no way to use the Datarepeater on the web, your kind answer
that
points to the Repeater is useless.


Again, I will refer you to my earlier comments since the Repeater control
(which is the .NET version of a DataRepeater) is indeed available for use on
the web and (oh, by the way), you didn't mention anything in your post about
a preference for client vs. server architecture. I apologize for not
reading your mind.

I'm not sure why it took you such a long time to find what you wanted on
Google as the very first link that comes back from a Google search on ".net
repeater" (as I stated earlier) yields the information you are looking for.
Nov 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
8933
by: muhamad | last post by:
Hi, How can I use the DataRepeater in CSharp , this control exists in VB6 ,i never used it . I want to insert into the DataRepeater TextBoxs that will show all the time data from the database . Does anyone have an example or direction ?
1
1823
by: craigkenisston | last post by:
Microsoft's datarepeater sample causes warning in the IDE. Hi, The code here : ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/cpgenref/html/cpconrepeaterwebservercontrol.htm Causes the following warnings in the IDE :
2
2056
by: Neven Klofutar | last post by:
Hi, How can I bind ArrayList of my object to DataRepeater ? I have 2 classes: public class Movie { private String _Name = ""; private Double _Price = 0;
1
1541
by: Chris Leffer | last post by:
Hi. I have a DataRepeater that is filled with the results of a query based on four criteria fields. If one of these criterias is informed, I don't need to display a certain column in my DataRepeater. I can do that using an If expression on the HTML to conditionally show the column, but is it possible to do that using code-behind only? Regards, Chris Leffer
3
1878
by: Stephen | last post by:
Hi, Does anyone have a sample of a DataRepeater with Radiobuttons? I am trying to have a datarepeater with radiobuttons but for some reason (suppose there are 10 rows) only the first row has a radiobutton and none other Thanks, Stephen
1
1532
by: Stephen | last post by:
Hi, I have a quick question. I am displaying all the orders that are active. I am making use of a datarepeater with checkboxes to display data and a submit button to insert into the database. suppose i want to make the orders inactive using the checkboxes and click on the submit button should update the database. How do I capture the event such that only those check boxes that have been
2
6372
by: Arsalan | last post by:
What is the equivalent of DataRepeater control in VB.NET ?
1
2534
by: =?Utf-8?B?QW1qYWQ=?= | last post by:
Hi i have datarepeater in which i have textboxes, how to create txtCustID_TextChanged event in datarepeater like simple textbox its easy double click it and it create automatically the event but in data repeater we have multiple textbox and cannot directly create event handler for that textbox has repeated several time.
2
2165
by: Tony K | last post by:
I downloaded the new VB PowerPack 3.0 and began using the DataRepeater. I have 2 DateTimePickers, current and future. When I add a new item, to the datarepeater, I want to automatically add 1 year to the future DateTimePicker. The DataRepeater contains fields from the Service table of my DataSet. Here is my code. Try Me.DataRepeater1.AddNew()
0
8400
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8924
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8823
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8602
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8672
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6234
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5702
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4227
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2058
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.