Click here to Skip to main content
15,887,350 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: The function gets Fired Twice why ? Pin
JV99999-Sep-10 22:18
professionalJV99999-Sep-10 22:18 
QuestionAjax runtime script failed to load Pin
Ahamed Azeem8-Sep-10 20:16
Ahamed Azeem8-Sep-10 20:16 
AnswerRe: Ajax runtime script failed to load Pin
Ankur\m/8-Sep-10 23:53
professionalAnkur\m/8-Sep-10 23:53 
Questionpopulating dropdown on selectedIndexchange event of another dropdown within listview control Pin
antony beula8-Sep-10 18:14
antony beula8-Sep-10 18:14 
AnswerRe: populating dropdown on selectedIndexchange event of another dropdown within listview control Pin
JV99999-Sep-10 1:43
professionalJV99999-Sep-10 1:43 
QuestionCalender extender in gridview Pin
muralekarthick8-Sep-10 4:41
muralekarthick8-Sep-10 4:41 
AnswerRe: Calender extender in gridview Pin
Yusuf8-Sep-10 11:30
Yusuf8-Sep-10 11:30 
Questionhow make a group checkbox vb.net (asp.net) Pin
Sandraa8-Sep-10 3:26
Sandraa8-Sep-10 3:26 
Hi all,

I have one question very very easy but what I don't know do.
With vb 6 when I want create a group checkbox only I have that copy and paste the same checkbox into panel and vb 6 create the group.
Well, with vb.net and asp.net (v.studio 2008) if I copy and paste the name ID is diferent and is not posible create a group with properties.
Also I have tried select 2 or 3 checkbox with key "control + click" but nothing is not posible.
Later I have tried to put into code the name of group and I don't see errors but I don't know how call later to group, I put you my simple code that I want to do:
<asp:Panel ID="Panel1" runat="server" Width="451px" >
    <asp:CheckBox ID="ChkDia1" runat="server" CssClass="negro11b" Text="Lunes" group="ChkDia" />
    <asp:CheckBox ID="ChkDia2" runat="server" CssClass="negro11b" Text="Martes" group="ChkDia" />
    <asp:CheckBox ID="ChkDia3" runat="server" CssClass="negro11b" Text="Miercoles" group="ChkDia"/>
    <asp:CheckBox ID="ChkDia4" runat="server" CssClass="negro11b" Text="Jueves" group="ChkDia"/>
    <asp:CheckBox ID="ChkDia5" runat="server" CssClass="negro11b" Text="Viernes" group="ChkDia"/>
    <asp:CheckBox ID="ChkDia6" runat="server" CssClass="negro11b" Text="Sabado" group="ChkDia"/>
    <asp:CheckBox ID="ChkDia7" runat="server" CssClass="negro11b" Text="Domingo" group="ChkDia"/>
</asp:Panel>


'Ocultar todos chkDia
Dim i As Integer
For i = 1 To 7
    ChkDia(i).Visible = False

Next


Thanks for your help!
AnswerRe: how make a group checkbox vb.net (asp.net) Pin
Dhyanga8-Sep-10 8:51
Dhyanga8-Sep-10 8:51 
AnswerRe: how make a group checkbox vb.net (asp.net) Pin
Yusuf8-Sep-10 11:32
Yusuf8-Sep-10 11:32 
AnswerRe: how make a group checkbox vb.net (asp.net) Pin
NeverHeardOfMe8-Sep-10 13:00
NeverHeardOfMe8-Sep-10 13:00 
AnswerRe: how make a group checkbox vb.net (asp.net) Pin
Kelly Herald8-Sep-10 18:42
Kelly Herald8-Sep-10 18:42 
GeneralRe: how make a group checkbox vb.net (asp.net) Pin
Sandraa8-Sep-10 22:33
Sandraa8-Sep-10 22:33 
Questionsocial submitter Pin
amit sahu208-Sep-10 1:14
amit sahu208-Sep-10 1:14 
AnswerRe: social submitter Pin
JHizzle8-Sep-10 2:54
JHizzle8-Sep-10 2:54 
AnswerRe: social submitter Pin
Yusuf8-Sep-10 11:33
Yusuf8-Sep-10 11:33 
GeneralRe: social submitter Pin
amit sahu208-Sep-10 19:19
amit sahu208-Sep-10 19:19 
GeneralRe: social submitter Pin
JV99999-Sep-10 0:35
professionalJV99999-Sep-10 0:35 
GeneralRe: social submitter Pin
amit sahu209-Sep-10 0:39
amit sahu209-Sep-10 0:39 
GeneralRe: social submitter Pin
JV99999-Sep-10 0:49
professionalJV99999-Sep-10 0:49 
QuestionASP.NET mobile development Pin
SUDHAKAR PALLAM8-Sep-10 1:13
SUDHAKAR PALLAM8-Sep-10 1:13 
AnswerRe: ASP.NET mobile development Pin
Abhishek Sur8-Sep-10 9:54
professionalAbhishek Sur8-Sep-10 9:54 
GeneralRe: ASP.NET mobile development Pin
SUDHAKAR PALLAM8-Sep-10 17:13
SUDHAKAR PALLAM8-Sep-10 17:13 
GeneralRe: ASP.NET mobile development Pin
Abhishek Sur12-Sep-10 2:01
professionalAbhishek Sur12-Sep-10 2:01 
QuestionGlobally use of Hash Table in Web Application Pin
gautamamit87-Sep-10 21:22
gautamamit87-Sep-10 21:22 

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.