473,670 Members | 2,569 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Set Option button in a repeater to visible

11 New Member
Can some please help me.
Basically i have 3 radio buttons in a repeater.

<ItemTemplate >

<asp:RadioButto n ID="rdoAnswer1 " runat="server" text='<%# Eval("Answer1") %>' GroupName='<%# Eval("Question" )%>' Visible="false" ></asp:RadioButton ><br /><br />
<asp:RadioButto n ID="rdoAnswer2 " runat="server" text='<%# Eval("Answer2") %>' GroupName='<%# Eval("Question" )%>' Visible="false" ></asp:RadioButton ><br /><br />
<asp:RadioButto n ID="rdoAnswer3 " runat="server" text='<%# Eval("Answer3") %>' GroupName='<%# Eval("Question" )%>' Visible="false" ></asp:RadioButton ><br /><br />

/ItemTemplate>


from my vb.net code i want to be able to set each of these to visble if i am going to use them. Its a questioaire i am creating so sometimes i may only need 2 to be visible.
CAN someone please tell how can i achieve this? if you need any more information please ask.
I know i need to use the find control but and i can already find the control but cant change its visible property.

Me.repQuestiona ire.Items(j).Fi ndControl("rdoA nswer" & j).Visible = True (wrong code)

Thank you in advance
Feb 22 '08 #1
1 1537
nateraaaa
663 Recognized Expert Contributor
What event are you calling the following code in?

Me.repQuestiona ire.Items(j).Fi ndControl("rdoA nswer" & j).Visible = True (wrong code

Nathan
Feb 24 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
1735
by: Keith Harris | last post by:
Hi, I have a Repeater control which is bound to a dataset. In the footer of the repeater control, I have a Button whose visibility I want to vary according to the sum of a column being > 0. I have tried to set the button's visibility in Page_Load (after data binding), but I get a NullReferenceException stating that "Object reference not set to an instance of an object".
6
4154
by: simon | last post by:
I have <asp:repeater> with Item template: <ItemTemplate> <%# writeLine(DataBinder.Eval(Container.DataItem, "danIme"),DataBinder.Eval(Container.DataItem, "timeStart"))%> </ItemTemplate> In my function writeLine, I would like to add in some cases, <asp:button> Protected Function writeLine(ByVal dayName As String, ByVal timeS As String) As String If dayName="Friday" then
1
2926
by: Keith Harris | last post by:
Hi, I have a Repeater control which is bound to a dataset. In the footer of the repeater control, I have a Button whose visibility I want to vary according to the sum of a column being > 0. I have tried to set the button's visibility in Page_Load (after data binding), but I get a NullReferenceException stating that "Object reference not set to an instance of an object".
1
3907
by: Charlie | last post by:
Hi: I'm laying out a hieraracical report by nesting repeater controls. I'm using panels to expand/collapse detail sections. To access a panel in a nested repeater, I use the following code. The problem is I can get a reference to a nested repeater, but can not use that reference to access the panel within. protected void rptrOrders_ItemCommand(object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e) {
0
282
by: erin.sebastian | last post by:
Hello All, I have created a web page. At the top of the page there are 4 links; upon clicking on one of the links it brings up the left hand side menu, it's a repeater that loops through items selected from the database based on the id of the link chosen from the link at the top of the page. The page that displays the information is the same page for each menu item as the details are stored in the database and selected based on the id...
8
3019
by: fernandezr | last post by:
I would like to use a user control as a template inside a repeater. Some of the fields in the control should be hidden depending on whether or not there is data. I'm still a ASP .Net newbie so the way I'm going about doing this might be a little off. I'd appreciate some help. Below is the code I have thus far but I'm not sure how to reference the user control within the foreach loop. <asp:Panel ID="pnlRosterProfile" runat="Server" />
1
1570
by: redarko | last post by:
I have a set of imageButtons in my repeater that is in an update panel control. I would like to scroll up the page when the user clicks on one of these image (only in this case). I have tried three solution: 1)Using the add_endRequest(EndRequestHandler);function EndRequestHandler as above but that cause every button in the page to scroll up the page. ScriptManager.RegisterStartupScript(this.Page, this.GetType(), "temp", "<script...
11
4931
by: JJ297 | last post by:
I want to hide the Pin field below in my repeater. How do I do this? <asp:Repeater ID="Repeater1" runat="server" DataSourceID="SqlDataSource1"> <ItemTemplate> <tr> <td><font color="#330099">Claim SSN: </font><b><%# Eval("ClaimSSN") %></b></td> <td colspan="2"></td>
4
4118
by: Nathan Sokalski | last post by:
I have a Button that uses the PostBackUrl property which is inside a Repeater template. When I get to the Page that is being posted to (the one specified in PostBackUrl), I am having trouble getting access to the Button that was clicked, because I cannot use the PreviousPage.FindControl() method since I do not know the id of the Button. What can I do to get access to a Button that was inside a Repeater? Thanks. Nathan Sokalski...
0
8466
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8384
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
8810
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...
0
8659
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...
0
7410
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5683
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
4208
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...
1
2798
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1790
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.