Click here to Skip to main content
15,798,825 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Another NetCore question Pin
Mycroft Holmes31-May-20 13:22
professionalMycroft Holmes31-May-20 13:22 
GeneralRe: Another NetCore question Pin
pkfox1-Jun-20 2:58
professionalpkfox1-Jun-20 2:58 
GeneralRe: Another NetCore question Pin
Mycroft Holmes1-Jun-20 13:44
professionalMycroft Holmes1-Jun-20 13:44 
AnswerRe: Another NetCore question Pin
Richard Deeming1-Jun-20 4:31
mveRichard Deeming1-Jun-20 4:31 
GeneralRe: Another NetCore question Pin
pkfox1-Jun-20 5:08
professionalpkfox1-Jun-20 5:08 
AnswerRe: Another NetCore question Pin
jkirkerx1-Jun-20 14:47
professionaljkirkerx1-Jun-20 14:47 
GeneralRe: Another NetCore question Pin
pkfox4-Jun-20 11:54
professionalpkfox4-Jun-20 11:54 
QuestionCheckboxList Styling Problem Pin
feelblue8730-May-20 7:14
feelblue8730-May-20 7:14 
Face some problem when using checkbox list..
need some help
the checkbox with the text. no matter how i adjust.. it also wont be align...
this is my code:
<asp:CheckBoxList ID="ChkEditAccess" runat="server" OnSelectedIndexChanged="ChkEditAccess_SelectedIndexChanged"  AutoPostBack="true"  RepeatLayout="Flow" TextAlign="Right" Style="text-align:left;" RepeatDirection="Vertical" CellSpacing="20">
                      <asp:ListItem >Admin</asp:ListItem> 
                      <asp:ListItem>Report</asp:ListItem> 
                      <asp:ListItem>Dashboard</asp:ListItem> 
                  </asp:CheckBoxList>


the outcome result :
the checkbox and the text, is, not align to center,
the checkbox is slightly higher than the text.

<img src="https://i.postimg.cc/xJZ0ZGpy/OutCome.jpg" alt="Result" >


i try different way. vertical align, text align, align item all dint work...

modified 30-May-20 12:25pm.

QuestionNet Core API question Pin
pkfox22-May-20 6:28
professionalpkfox22-May-20 6:28 
AnswerRe: Net Core API question Pin
Richard Deeming22-May-20 6:56
mveRichard Deeming22-May-20 6:56 
GeneralRe: Net Core API question Pin
pkfox22-May-20 8:05
professionalpkfox22-May-20 8:05 
QuestionHow do I multiple group in Active Directory ? Pin
ugurarslanm19-May-20 5:58
ugurarslanm19-May-20 5:58 
QuestionHow to invoke POST method by adding [FromBody] attribute in Postman tool Pin
meeram3918-May-20 0:33
professionalmeeram3918-May-20 0:33 
AnswerRe: How to invoke POST method by adding [FromBody] attribute in Postman tool Pin
Richard Deeming18-May-20 2:12
mveRichard Deeming18-May-20 2:12 
GeneralRe: How to invoke POST method by adding [FromBody] attribute in Postman tool Pin
meeram3918-May-20 2:19
professionalmeeram3918-May-20 2:19 
GeneralRe: How to invoke POST method by adding [FromBody] attribute in Postman tool Pin
Stefanie Eberhardt19-May-20 5:29
Stefanie Eberhardt19-May-20 5:29 
QuestionAPI fail to use PUT method Pin
feelblue8717-May-20 23:42
feelblue8717-May-20 23:42 
AnswerRe: API fail to use PUT method Pin
Richard Deeming18-May-20 2:06
mveRichard Deeming18-May-20 2:06 
Questionasp.net Pin
lankaudaranga16-May-20 23:01
lankaudaranga16-May-20 23:01 
AnswerRe: asp.net Pin
Mycroft Holmes17-May-20 13:14
professionalMycroft Holmes17-May-20 13:14 
Questiondévelopper et utiliser le web service Pin
Member 1483395815-May-20 22:27
Member 1483395815-May-20 22:27 
Questiondévelopper et utiliser le web service Pin
Member 1483395815-May-20 22:27
Member 1483395815-May-20 22:27 
Questioninsert data into list from form and Pin
Member 1322055211-May-20 0:41
Member 1322055211-May-20 0:41 
Rant[REPOST] insert data into list from form and Pin
Richard Deeming11-May-20 4:18
mveRichard Deeming11-May-20 4:18 
QuestionIServiceCollection / DependencyInjection issue Pin
Super Lloyd7-May-20 21:39
Super Lloyd7-May-20 21:39 

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.