Click here to Skip to main content
15,888,984 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: table compare Pin
Eddy Vluggen9-Oct-14 9:25
professionalEddy Vluggen9-Oct-14 9:25 
Questionweb development Pin
Member 111411249-Oct-14 3:47
Member 111411249-Oct-14 3:47 
AnswerRe: web development Pin
Eddy Vluggen9-Oct-14 9:21
professionalEddy Vluggen9-Oct-14 9:21 
QuestionWindows application certain GUI elements do not work / display as expected Pin
Johan Hakkesteegt8-Oct-14 3:21
Johan Hakkesteegt8-Oct-14 3:21 
AnswerRe: Windows application certain GUI elements do not work / display as expected Pin
Eddy Vluggen8-Oct-14 7:59
professionalEddy Vluggen8-Oct-14 7:59 
GeneralRe: Windows application certain GUI elements do not work / display as expected Pin
Johan Hakkesteegt8-Oct-14 20:56
Johan Hakkesteegt8-Oct-14 20:56 
GeneralRe: Windows application certain GUI elements do not work / display as expected Pin
Eddy Vluggen9-Oct-14 0:29
professionalEddy Vluggen9-Oct-14 0:29 
QuestionAjax call with RadioButtonList Pin
byka6-Oct-14 6:52
byka6-Oct-14 6:52 
How can I enable RadComboBox based on selection using Ajax inside master page?

ASP.NET
<asp:Content ContentPlaceHolderID="ContentPlaceholder" runat="server">
    <asp:UpdatePanel runat="server">
        <ContentTemplate>

      <asp:RadioButtonList runat="server" ID="rblStateSchool" RepeatDirection="Horizontal"
                                AutoPostBack="true">
                                <asp:ListItem Value="State" Text="State"></asp:ListItem>
                                <asp:ListItem Value="School" Text="School"></asp:ListItem>
                            </asp:RadioButtonList>
                            <asp:RequiredFieldValidator runat="server" ID="rfvStateSchool" ControlToValidate="rblStateSchool"
                                CssClass="errorMessage" ErrorMessage="* Required"></asp:RequiredFieldValidator>


   <telerik:RadComboBox ID="rcbGroups" CheckBoxes="true" AllowCustomText="false" runat="server"
                                DataValueField="GroupID" DataTextField="GroupName" Enabled="False" EnableViewState="true"
                                EmptyMessage="<Please Select>" Width="500px" EnableCheckAllItemsCheckBox="true"
                                AutoPostBack="true">
                                <ItemTemplate>
                                    <%# DataBinder.Eval(Container.DataItem, "GroupName")%>
                                    -
                                    <%# DataBinder.Eval(Container.DataItem, "GroupID")%>
                                    -
                                    <%# DataBinder.Eval(Container.DataItem, "ContractStateCode")%>
                                </ItemTemplate>
                            </telerik:RadComboBox>

SuggestionRe: Ajax call with RadioButtonList Pin
Eddy Vluggen6-Oct-14 8:18
professionalEddy Vluggen6-Oct-14 8:18 
AnswerRe: Ajax call with RadioButtonList Pin
sankarsan parida7-Oct-14 18:11
professionalsankarsan parida7-Oct-14 18:11 
QuestionWindows Service, design question, threading, how to write a delegate Pin
jkirkerx5-Oct-14 12:26
professionaljkirkerx5-Oct-14 12:26 
AnswerRe: Windows Service, design question, threading, how to write a delegate Pin
Kornfeld Eliyahu Peter6-Oct-14 1:03
professionalKornfeld Eliyahu Peter6-Oct-14 1:03 
QuestionRe: Windows Service, design question, threading, how to write a delegate Pin
Richard Deeming6-Oct-14 1:24
mveRichard Deeming6-Oct-14 1:24 
GeneralRe: Windows Service, design question, threading, how to write a delegate Pin
jkirkerx6-Oct-14 6:39
professionaljkirkerx6-Oct-14 6:39 
QuestionWindows Service, Little help getting started Pin
jkirkerx2-Oct-14 11:35
professionaljkirkerx2-Oct-14 11:35 
AnswerRe: Windows Service, Little help getting started [solved] Pin
jkirkerx2-Oct-14 12:35
professionaljkirkerx2-Oct-14 12:35 
AnswerRe: Windows Service, Little help getting started Pin
Kornfeld Eliyahu Peter6-Oct-14 1:01
professionalKornfeld Eliyahu Peter6-Oct-14 1:01 
QuestionWindows Service that sends emails Pin
jkirkerx1-Oct-14 10:23
professionaljkirkerx1-Oct-14 10:23 
AnswerRe: Windows Service that sends emails Pin
Garth J Lancaster1-Oct-14 10:55
professionalGarth J Lancaster1-Oct-14 10:55 
GeneralRe: Windows Service that sends emails Pin
jkirkerx1-Oct-14 11:04
professionaljkirkerx1-Oct-14 11:04 
GeneralRe: Windows Service that sends emails Pin
Garth J Lancaster1-Oct-14 13:46
professionalGarth J Lancaster1-Oct-14 13:46 
GeneralRe: Windows Service that sends emails Pin
PIEBALDconsult1-Oct-14 11:32
mvePIEBALDconsult1-Oct-14 11:32 
GeneralRe: Windows Service that sends emails Pin
jkirkerx1-Oct-14 11:38
professionaljkirkerx1-Oct-14 11:38 
GeneralRe: Windows Service that sends emails Pin
PIEBALDconsult1-Oct-14 11:44
mvePIEBALDconsult1-Oct-14 11:44 
GeneralRe: Windows Service that sends emails Pin
jkirkerx1-Oct-14 11:45
professionaljkirkerx1-Oct-14 11:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.