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
How do i do PXE Boot using windows 2008 server and Deployment Workbench
JComboBox action commands
Bulk insert a excel file
Importing Calendar files into Excel (.ics > .xls)
Panasonic KXTDA100EP Telephone System
CentOS 5.3: search keyword in array of logs: how?
Configuration Status error on TMG 2010 Enterprise
Setting Up Coldfusion Builder to Use A Remote Server
java.lang.NoClassDefFoundE
rror: TestZone/java
RHEL command to do an LS and have the result stop until you hit the space bar