how to call a javascript function from a linkbutton which is not in grid
-
At this time, every day, a ton of questions start getting posted. Most of them make no sense. How do you call a javascript function from a link button ? You call it. How does it matter that it's not in a grid ? What are you trying to do exactly ? What have you written and what is going wrong ? I can't work out how your question makes sense.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
What is the problem?? use
<asp:linkbutton OnClientClick="javascript:yourfunction()" ... >
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.
-
What is the problem?? use
<asp:linkbutton OnClientClick="javascript:yourfunction()" ... >
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.