Microsoft
Software
Hardware
Network
Question : DataGrid Click Event
Can anyone tell me why then function ShowDetails();") is never called, instead I get ERROR ON PAGE when i click on the grid row
Protected Sub dg1_ItemCreated(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.
DataGridIt
emEventArg
s) Handles dg1.ItemCreated
If e.Item.ItemType = ListItemType.Item OrElse e.Item.ItemType = ListItemType.AlternatingIt
em Then
e.Item.Attributes.Add("onc
lick", "ShowDetails();")
End If
End Sub
Public Sub ShowDetails()
End Sub
Answer : DataGrid Click Event
In a word, Nope. If you use SSL and a CAPTCHA image, you've done all you need to protect your forms. If you filter the data and escape it properly, you've done all you need to protect your data base.
best regards, ~Ray
Random Solutions
Er diagram for university accommodation office
Multiple repeat regions on 1 page with 1 recordset
Paging with Entity Framework
Automatically do a release build
Roaming Profiles in Windows 7 Pro and SBS 2008
User profile service in Sharepoint 2010
Sonicwall VPN with SBS 2008 Radius
No Link Light - Qlogic QLA4010C iSCSI HBA in VMware VI3 ESX server
Initialization failed for opening on premisis exchange server
Firebird AutoID VB.net code