ClientScript.RegisterClientScriptBlock Issue
Posted on
16th Feb 2014 07:03 pm by
admin
This is what I haveview plaincopy to clipboardprint?Protected Sub posrback_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles posrback.Click Page.ClientScript.RegisterClientScriptBlock(Me.GetType(), "Animation", "Animation('ddlPosition');", False) End Sub Protected Sub posrback_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles posrback.Click
Page.ClientScript.RegisterClientScriptBlock(Me.GetType(), "Animation", "Animation('ddlPosition');", False)
End Sub
Javascriptview plaincopy to clipboardprint?function Animation(id) { document.all("ctrl_client_assistant_btn_clnt_assistant").click(); } function Animation(id)
{
document.all("ctrl_client_assistant_btn_clnt_assistant").click();
}
Did you know?Explore Trending and Topic pages for more stories like this.
This won't work but if I do this in the page load it will workview plaincopy to clipboardprint?posrback.Attributes.Add("onclick", "Animation('test')") posrback.Attributes.Add("onclick", "Animation('test')")
I need to be able to use the clientscript becuase the event is not going to be click event.
Thanks
No comments posted yet
Your Answer:
Login to answer
79
17
Other forums
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)
Got A Free Server :(
So I was given a free server
http://shopping.yahoo.com/p:Compaq%20ProLiant%201500%20Server:1
Why doesn't this work? (SSH2)
This is my script:
Code: <?php
$connection = ssh2_connect('213.251.167.109', 22);
Multi Level Array Problem
hi all,
For example I have array like below:
$temp = array(array('north america', 'us'
php unable to sent email
Hi, guys, I try to send a email through php but unfortunately the mail unable to sent. Here is my co
login and redirect
hello! can someone help me.. can you give me an idea.. I want to make a login page and redirects it
Forgot password won't work
My forgot password thing is not working properly. It is giving me this errorMailbox unavailable. The
Data type mismatch
Hi,
I am migrating data from algol to c.I mapped real datatype in algol to double datatype in
php web service error
hey guys,
I'm working on a project requires the use of web services. I've been trying a few tutor
Coefficient of a Restitution Hints
Hello. I was wondering if anyone can give me hints on how to write this program...
The coeffi