Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
4
Answers
onclientclick passing two function
Devendra Kumar
8y
297
1
Reply
function validation() {
}
function getPrices() {
}
<asp:ImageButton ID="btn_upload" runat="server" ImageUrl="~/Images/submit.png" OnClick="btn_upload_Click" OnClientClick="return validation(); getPrices()"/>
Post
Reset
Cancel
Answers (
4
)
Next Recommended Forum
Display Items in table format
gridview in asp.net