Click here to Skip to main content
15,791,740 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: In 3 tier architecture , filling textboxes with values from database table Pin
User 418025416-Apr-19 5:01
User 418025416-Apr-19 5:01 
GeneralRe: In 3 tier architecture , filling textboxes with values from database table Pin
Member 1418527516-Apr-19 5:17
Member 1418527516-Apr-19 5:17 
GeneralRe: In 3 tier architecture , filling textboxes with values from database table Pin
User 418025416-Apr-19 6:26
User 418025416-Apr-19 6:26 
GeneralRe: In 3 tier architecture , filling textboxes with values from database table Pin
Member 1418527516-Apr-19 7:04
Member 1418527516-Apr-19 7:04 
QuestionMake a title of the field goes over the field: asp MVC5 / Razor Pin
thabet idris12-Apr-19 1:15
thabet idris12-Apr-19 1:15 
AnswerRe: Make a title of the field goes over the field: asp MVC5 / Razor Pin
User 418025412-Apr-19 6:55
User 418025412-Apr-19 6:55 
AnswerRe: Make a title of the field goes over the field: asp MVC5 / Razor Pin
Richard Deeming15-Apr-19 9:28
mveRichard Deeming15-Apr-19 9:28 
QuestionDisplay a message when Radio Button is not selected Pin
Member 128239698-Apr-19 5:58
Member 128239698-Apr-19 5:58 
Hello,

I would like to show error when is some of radion buttons is not checked. This is the code:
C#
<pre><div class="floatLeft ml_15">
      <asp:Literal ID="litPatientTypeO9" runat="server"></asp:Literal> *
       <br />
      <asp:RadioButton ID="rbtnNewO9" runat="server" GroupName="PatientTypeO9" CssClass="checkBox" />
       <br />
      <asp:RadioButton ID="rbtnRecidedO9" runat="server" GroupName="PatientTypeO9" CssClass="checkBox" />
       <br />
       <asp:RadioButton ID="rbtnUnsucessfulyTreatedO9" runat="server" GroupName="PatientTypeO9" CssClass="checkBox" />
       <br />
       <asp:RadioButton ID="rbtnTreatedAfterBrakeO9" runat="server" GroupName="PatientTypeO9" CssClass="checkBox" />
       <br />
       <asp:RadioButton ID="rbtnMovedO9" runat="server" GroupName="PatientTypeO9" CssClass="checkBox" />
       <br />
       <div id="divOtherType09" runat="server" class="floatLeft" style="padding-top: 3px;">
       <asp:RadioButton ID="rbtnOtherTypeO9" runat="server" 
            GroupName="PatientTypeO9" OnCheckedChanged="rbtnrbtnOtherTypeO9_CheckedChanged" AutoPostBack="true" CssClass="checkBox" />
       </div>
        <div class="floatLeft">
            <uc1:TextBoxControl ID="txtOtherTypeO9" runat="server" />
        </div>
        </div>



So, all of this radio buttons are not checked and if they stay empty I like to show error message to user so must choose one.

Thank you
AnswerRe: Display a message when Radio Button is not selected Pin
Vincent Maverick Durano10-Apr-19 12:03
professionalVincent Maverick Durano10-Apr-19 12:03 
QuestionMembership section of VS2017 Web config Pin
Member 87616678-Apr-19 3:02
Member 87616678-Apr-19 3:02 
Questionwhy's the error not found namespace or class ? Pin
Member 24584676-Apr-19 21:43
Member 24584676-Apr-19 21:43 
AnswerRe: why's the error not found namespace or class ? Pin
OriginalGriff7-Apr-19 21:07
mvaOriginalGriff7-Apr-19 21:07 
GeneralRe: why's the error not found namespace or class ? Pin
Member 245846723-Apr-19 17:39
Member 245846723-Apr-19 17:39 
GeneralRe: why's the error not found namespace or class ? Pin
Mycroft Holmes23-Apr-19 20:18
professionalMycroft Holmes23-Apr-19 20:18 
GeneralRe: why's the error not found namespace or class ? Pin
OriginalGriff23-Apr-19 21:03
mvaOriginalGriff23-Apr-19 21:03 
Question.Net Core 2.2.3 with Angular, preparing for Docker Container Deployment with MongoDB running in a container, all Linux going crazy Pin
jkirkerx5-Apr-19 13:27
professionaljkirkerx5-Apr-19 13:27 
AnswerRe: .Net Core 2.2.3 with Angular, preparing for Docker Container Deployment with MongoDB running in a container, all Linux going crazy Pin
jkirkerx7-Apr-19 12:50
professionaljkirkerx7-Apr-19 12:50 
AnswerFinally figured it out! Pin
jkirkerx11-Apr-19 13:47
professionaljkirkerx11-Apr-19 13:47 
QuestionMy div repeated 3 times if format its css if use form runas server Pin
Ashraf Khalifah5-Apr-19 0:25
Ashraf Khalifah5-Apr-19 0:25 
AnswerRe: My div repeated 3 times if format its css if use form runas server Pin
User 418025411-Apr-19 9:48
User 418025411-Apr-19 9:48 
Question(SOLVED) WHy is my image not displaying on a certain page? Pin
samflex3-Apr-19 7:28
samflex3-Apr-19 7:28 
AnswerRe: WHy is my image not displaying on a certain page? Pin
Richard Deeming3-Apr-19 8:48
mveRichard Deeming3-Apr-19 8:48 
GeneralRe: WHy is my image not displaying on a certain page? Pin
samflex3-Apr-19 10:56
samflex3-Apr-19 10:56 
GeneralRe: WHy is my image not displaying on a certain page? Pin
Richard Deeming3-Apr-19 23:00
mveRichard Deeming3-Apr-19 23:00 
GeneralRe: WHy is my image not displaying on a certain page? Pin
samflex4-Apr-19 6:59
samflex4-Apr-19 6:59 

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.