| | |
check\uncheck all checkboxes in datalist control
Please support our ASP.NET advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: May 2008
Posts: 17
Reputation:
Solved Threads: 0
check\uncheck all checkboxes in datalist control in asp.net with vb.
getting error in chkSelect.Attributes.Add("onclick", "javascript:return Validate(this.name)")
Object reference not set to an instance of an object.
give me the suggesion where i have to update my code
ASP.NET Syntax (Toggle Plain Text)
Protected Sub DataList8_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataListItemEventArgs) Handles DataList8.ItemDataBound If e.Item.ItemType = ListItemType.Item OrElse e.Item.ItemType = ListItemType.AlternatingItem Then Dim chkSelect As New CheckBox chkSelect = DirectCast(e.Item.FindControl("chkSelect"), CheckBox) chkSelect.Attributes.Add("onclick", "javascript:return Validate(this.name)") End If end sub
getting error in chkSelect.Attributes.Add("onclick", "javascript:return Validate(this.name)")
Object reference not set to an instance of an object.
give me the suggesion where i have to update my code
Last edited by Tekmaven; Jul 18th, 2008 at 6:16 pm. Reason: Code tags
![]() |
Other Threads in the ASP.NET Forum
- Previous Thread: Asp.Net
- Next Thread: Help Check browser
Views: 2413 | Replies: 1
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 3.5 activexcontrol advice ajax application asp asp.net bottomasp.net browser businesslogiclayer button c# c#gridviewcolumn checkbox child class click compatible confirmationcodegeneration content contenttype control countryselector courier css database datagrid datagridview datalist deadlock deployment development dgv dropdown dropdownmenu dynamic edit embeddingactivexcontrol feedback findcontrol flash flv folder form forms grid gridview homeedition hosting identity iframe iis index javascript jquery languages list maps menu mobile mono mssql multistepregistration nameisnotdeclared novell object objects order problem profile ratings refer rotatepage search security serializesmo.table silverlight smartcard software sql ssl tracking typeof update validation vb vb.net view virtualdirectory vista visual-studio visualstudio vs2008 web webarchitecture webdevelopment wizard xml





