473,395 Members | 1,791 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Radiobuttons causing full post back in atlas:controlevent trigger

Hi,
I am using Update Panel for Partial refresh of my controls. But radio button control causes full postback. Please can anyone guide or give any alternate suggestion.
I hav ddlQualification(Engg/NonEngg),rdoDegreeType(Bachelor/Master) and finally ddldegree(B.E,B.Tech/B.A,B.sc & M.E/M.sc etc)
Based on the first two selection I need to update the degree list.
Here's my Code.
Expand|Select|Wrap|Line Numbers
  1. <tr >
  2.         <td>
  3.             <asp:Label ID="Label66" runat="server" Text="Qualification Level">       </asp:Label>
  4.       </td>
  5.         <td>
  6.             <asp:DropDownList ID ="ddlQualification" Width ="88%" runat="server"  OnSelectedIndexChanged="ddlQualification_SelectedIndexChanged" AutoPostBack="true"> </asp:DropDownList>
  7.         </td>
  8.         <td >
  9.             <asp:Label ID="lblDegreeType" runat="server" Text="Degree Type" > </asp:Label>
  10.         </td>
  11.         <td ><asp:RadioButtonList ID="rdoDegreeType" runat="server" RepeatDirection="Horizontal" OnSelectedIndexChanged="rdoDegreeType_SelectedIndexChanged" AutoPostBack="true"> 
  12.             <asp:ListItem Value="1">Bachelor</asp:ListItem>
  13.             <asp:ListItem Value="2">Master</asp:ListItem>
  14.         </asp:RadioButtonList></td>
  15.     </tr>
  16.      <tr id="trdegree" runat="server" style="color: #000000">
  17.         <td>
  18.             <asp:Label ID="lblDegree" runat="server" Text="Degree" ></asp:Label>
  19.        </td>
  20.        <td><atlas:UpdatePanel ID="UpdatePanel1" runat="server">
  21.               <ContentTemplate>
  22.               <asp:DropDownList ID ="ddlDegree" Width ="71%" runat="server" >
  23.             <asp:ListItem Text="----Select----" Value="0"></asp:ListItem>
  24.         </asp:DropDownList>
  25.  
  26.                                  </ContentTemplate>
  27.             <Triggers>
  28.             <atlas:ControlEventTrigger ControlID ="ddlQualification" EventName ="SelectedIndexChanged" />
  29.             <atlas:ControlEventTrigger ControlID ="rdoDegreeType" EventName ="SelectedIndexChanged" />
  30.                               </Triggers></atlas:UpdatePanel>
  31.             </td>
  32.         <td >
  33.             <asp:Label ID="lblMajor" runat="server" Text="Major"></asp:Label></td>
  34.         <td><asp:TextBox ID="txtMajor" runat="server" Width="91%" MaxLength="50"></asp:TextBox>
  35.  
  36.             </td>
  37.     </tr>
Please Help me....
Jan 5 '08 #1
1 988
I found an alternate way. Instead of radio buttons i used drop down list. It works.
Many had this issue with radio buttons in update panels. careful while using it..
Jan 5 '08 #2

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

Similar topics

10
by: Jay Chan | last post by:
I keep getting the following error message when I run a serie of SQL commands: Server: Msg 9002, Level 17, State 6, Line 15 The log file for database 'tempdb' is full. Back up the transaction...
1
by: Jen S | last post by:
I feel like I'm missing something obvious here, but I'm stumped... I have a stored procedure with code that looks like: INSERT INTO MyTableA ( ...fields... ) VALUES (...values...) IF...
14
by: Abhi | last post by:
FYI: This message is for the benefit of MS Access Community. I found that this prblem has been encounterd by many but there is hardly any place where a complete solution is posted. So I thought...
1
by: darrel | last post by:
I have a form that has a 'sub-form' in it that updates a separate table. I can easily add records to this table from within this page. To delete, though, I've been redirecting to a different...
2
by: Lauren Cooper | last post by:
Is there a way I can post a page on my website where others won't be able to find it? I am using the page to trigger the execution of a report. My hosting provider offers a scheduler that will...
4
by: Jeeran | last post by:
We use an ISAPI filter to convert long urls into short clean ones. For example: "Site.com/user/john/" Is re-written as: "Site.com/user/userinfo.aspx?uid=john" Now, "userinfo.aspx" contains a...
1
by: TARUN | last post by:
Hello All, I am facing problem regarding Atlas. I have install the AtlasSetup.msi in my .NET framework 2.0, and i open the new Atlas Website...... Let me first explain the my senario, I...
1
by: TARUN | last post by:
Hello All, I am facing problem regarding Atlas. I have install the AtlasSetup.msi in my .NET framework 2.0, and i open the new Atlas Website...... Let me first explain the my senario, I...
2
by: simonZ | last post by:
I have atlas update panel which works perfect for couple of hours. Then it stops render part of page when trigger fires submit. Just render nothing. And that happens on all of my pages, where I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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,...
0
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...
0
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...
0
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...
0
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,...

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.