Click here to Skip to main content
15,884,099 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: javascript - checkbox should be enable when input given in the textbox but while page load checkbox is disable Pin
sampath0916-Dec-08 22:16
sampath0916-Dec-08 22:16 
AnswerRe: javascript - checkbox should be enable when input given in the textbox but while page load checkbox is disable Pin
sampath0916-Dec-08 22:17
sampath0916-Dec-08 22:17 
GeneralRe: javascript - checkbox should be enable when input given in the textbox but while page load checkbox is disable Pin
Abhijit Jana17-Dec-08 0:52
professionalAbhijit Jana17-Dec-08 0:52 
AnswerRe: javascript - checkbox should be enable when input given in the textbox but while page load checkbox is disable Pin
Nishant Singh17-Dec-08 0:58
Nishant Singh17-Dec-08 0:58 
GeneralRe: javascript - checkbox should be enable when input given in the textbox but while page load checkbox is disable Pin
anuvarshini1217-Dec-08 18:35
anuvarshini1217-Dec-08 18:35 
Questionselecting a row programatically via Button Pin
laziale16-Dec-08 22:09
laziale16-Dec-08 22:09 
AnswerRe: selecting a row programatically via Button Pin
Brij16-Dec-08 22:19
mentorBrij16-Dec-08 22:19 
GeneralRe: selecting a row programatically via Button Pin
laziale16-Dec-08 22:24
laziale16-Dec-08 22:24 
<asp:GridView ID="gridviewClass" runat="server" AutoGenerateColumns="False">
<Columns>
<asp:BoundField HeaderText="Class Name" DataField="Class_Name"/>
<asp:BoundField HeaderText="Type" DataField="Type" />
<asp:BoundField HeaderText="Members Attending" DataField="MembersAttending" />
<asp:BoundField HeaderText="Staff" DataField="Staff" />
<asp:BoundField HeaderText="Date/Time" DataField="DateSelected" />
<asp:BoundField HeaderText="Explanation" DataField="Explanation" />
<asp:TemplateField>
<ItemTemplate>
<asp:CheckBox runat="server" ID="checkBoxSelect" />
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>&nbsp;<br />
<asp:Button ID="ButtonEdit" runat="server" Text="Edit Class" />


I haven't do any coding for the ButtonEdit_Click event, cause there I am stuck and I don't know how to get the selected row with checkbox. Thx for helping me out...
AnswerRe: selecting a row programatically via Button Pin
Brij16-Dec-08 23:21
mentorBrij16-Dec-08 23:21 
GeneralRe: selecting a row programatically via Button Pin
laziale17-Dec-08 0:10
laziale17-Dec-08 0:10 
GeneralRe: selecting a row programatically via Button Pin
laziale17-Dec-08 0:48
laziale17-Dec-08 0:48 
GeneralRe: selecting a row programatically via Button Pin
Pr@teek B@h!17-Dec-08 8:25
Pr@teek B@h!17-Dec-08 8:25 
QuestionRegarding creation of thumbnail image of a wmv file in asp.net Pin
div_gusain16-Dec-08 21:52
div_gusain16-Dec-08 21:52 
AnswerRe: Regarding creation of thumbnail image of a wmv file in asp.net Pin
Abhijit Jana16-Dec-08 22:02
professionalAbhijit Jana16-Dec-08 22:02 
GeneralRe: Regarding creation of thumbnail image of a wmv file in asp.net Pin
div_gusain16-Dec-08 22:05
div_gusain16-Dec-08 22:05 
AnswerRe: Regarding creation of thumbnail image of a wmv file in asp.net Pin
Christian Graus16-Dec-08 23:08
protectorChristian Graus16-Dec-08 23:08 
QuestionLanguage Change from Master page Pin
Sundeep Ganiga16-Dec-08 21:40
Sundeep Ganiga16-Dec-08 21:40 
Questionvalidate the Telephone. Pin
Johndas16-Dec-08 20:32
Johndas16-Dec-08 20:32 
AnswerRe: validate the Telephone. Pin
Abhijit Jana17-Dec-08 2:32
professionalAbhijit Jana17-Dec-08 2:32 
Questionweb site deployment issue Pin
George_George16-Dec-08 20:17
George_George16-Dec-08 20:17 
AnswerRe: web site deployment issue Pin
Abhijit Jana16-Dec-08 20:44
professionalAbhijit Jana16-Dec-08 20:44 
GeneralRe: web site deployment issue Pin
George_George17-Dec-08 1:17
George_George17-Dec-08 1:17 
AnswerRe: web site deployment issue Pin
N a v a n e e t h16-Dec-08 20:52
N a v a n e e t h16-Dec-08 20:52 
GeneralRe: web site deployment issue Pin
George_George16-Dec-08 20:57
George_George16-Dec-08 20:57 
GeneralRe: web site deployment issue Pin
N a v a n e e t h16-Dec-08 21:06
N a v a n e e t h16-Dec-08 21:06 

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.