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
Ruby script failing: (NoMethodError)
Will an AGP Video Card work in a PCI Express Slot?
"All circuits are busy" message received randomly when dialing out from Trixbox 2.8.
how to let javascript load data from a server
Is there a good solution for monitoring the status of RAID array in HP or IBM server run Windows 2003?
scheduled task not running - win 2008
laptop display problems
Error: EXECUTE permission was denied on .....
How to prevent bandwith leeching on content?
Display Query Results in a Message Box