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
Crystal cross-tab page numbering
TypeConverter and multiple data sources used in Property Grid with a dropdown control.
How do I modify textboxes/labels in an asp:repeater footertemplate through javascript (client side)
how to use session variables between servers????
Audit Failure on Windows 2008
Why is my line-height not the same in IE and firefox??
Installing Windows 2008 Server R2 on a Dell PE 2850
KDL55HX701 or 55LH90, which is best/newer?
Microsoft Information Store stalling issues
Asp.Net I am having problem trying to access a page & passing it querystring value.