Javascript in Iteminserting of Detailview
IT & Infrastructure
2
Posts
2
Posters
0
Views
1
Watching
-
Hai, Please help me to use JavaScript in Item inserting event of detailsview. I am using C# in codebehind.
-
Hai, Please help me to use JavaScript in Item inserting event of detailsview. I am using C# in codebehind.
JavaScript cannot see the ItemInserting event as it is code-behind (running on the server, not the browser). If you want to run JavaScript when inserting, add an onClientClick event to your Insert button on the form and execute the JavaScript there.
'Howard