Click here to Skip to main content
15,903,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
ClientScript.RegisterStartupScript(this.GetType(),"key","<script>alert('First:"+firstDate.ToShortDateString()+"')</script>");
Posted
Updated 6-May-13 22:54pm
v2
Comments
Hemant Singh Rautela 7-May-13 5:09am    
'this' refer the current page object.

1 solution

'this' is a reference to the object that is calling the GetType() method. In your case it is not needed.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900