473,586 Members | 2,652 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Radiobuttons causing full post back in atlas:controlev ent trigger

94 New Member
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 ddlQualificatio n(Engg/NonEngg),rdoDeg reeType(Bachelo r/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 1005
sudhaMurugesan
94 New Member
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
13264
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 log for the database to free up some log space. I have tried "dump transaction tempdb with no_log" right before I run the SQL command. But that...
1
4329
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 (@@ERROR <> 0) BEGIN ROLLBACK TRANSACTION; RAISERROR('An error occurred in the stored proc.', 16, 1);
14
10120
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 I should give back to the community by posting our findings. Thanks you all for all your help till now by posting problems and their solutions. ...
1
1466
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 'delete' page where it asks for confirmation before deleting. This works, but the problem is that I loose my postback information from the main page....
2
976
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 hit a page at a configurable interval. It works perfectly, except that someone else may find the page and trigger the report. Any suggestions? ...
4
1901
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 web user control which uses some Atlas functionality; The web user control contains a "DataList" which gets updated asynchronously through Atlas...
1
1538
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 have data grid(5 colunm datagrid) on my Page. It's First Colunm is LinkButton whose text property contain the ID. As i click on the this
1
1824
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 have data grid(5 colunm datagrid) on my Page. It's First Colunm is LinkButton whose text property contain the ID. As i click on the this
2
1231
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 use atlas. What that could be? I tried to create and define triggers in page_init event but still the same. I have to remove atlas from all pages...
0
7912
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...
0
7839
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...
0
8202
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. ...
0
8338
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...
1
7959
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...
0
8216
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...
0
5390
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...
1
2345
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
0
1180
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...

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.