TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
mary jean ligas
NA
420
195.7k
dropdowncheckboxes saplin controls inside gridview
Oct 9 2012 4:52 AM
Hello Everyone, I am new to this programing Language..want to ask if how to call the ID of dropdowncheckboxes inside gridview in code behind??
heres my code:
<asp:GridView ID="sampleGrid" runat="server"
OnRowDataBound="sampleGrid_RowDataBound">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<asp:DropDownCheckBoxes runat="server" ID="ddcRoleGrid"
AddJQueryReference="True" UseButtons="True" UseSelectAllNode="True">
<Style2 SelectBoxWidth="300" DropDownBoxBoxWidth="200" DropDownBoxBoxHeight="80" />
<Texts SelectBoxCaption="Sample"/>
</asp:DropDownCheckBoxes>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
PLEASE HELP ME! THANKS A LOT
Reply
Answers (
4
)
Switch statement not working....
Difference between While loop and For loop. Where we need to While/For?