Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

side

Access server side variable in javascript
Tuesday, 31 January 2012 09:31
Add following javascript function to aspx page


function check() {
alert("this is check value " + '<%= checkvalue %>');
}


Add following variable declaration on server side i.e aspx.cs

public string checkvalue ="indrnilhafa";

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/OMJIbSmkUX4/14581

 
how to access server side function using javascript
Friday, 27 January 2012 11:44
// how to access server side function using javascript


protected string ServerFunciton()
{
string toppltip= string.Format("I am a server side function");
return tooltip;
}


Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/vbV7yEIjmnQ/14491

 
Refresh update panel using javascript
Tuesday, 20 December 2011 00:15
I’ve noticed a lot of discussion lately regarding methods to refresh an UpdatePanel via client script. This is very easy on the server side, of course. You can just call UpdatePanel.Update(). However, on the client side, the most common solutions is




OnLoad="UpdatePanel1_Load">





protected void UpdatePanel1_Load(object sender, EventArgs e)
{
Label1.Text = DateTime.Now.ToString();
}


__doPostBack() call is an async trigger of an UpdatePanel, the ASP.NET AJAX framework will intercept the postback and fire a partial postback instead. For purposes of demonstration, I’m going to add that to the OnClick event of the container div:


 
Rainbow vs Tornado Is Like Good vs Evil, Ponies vs Scorpions, Tofu vs Pork [Image Cache]
Friday, 16 December 2011 11:29
This is a pretty picture of a rare occurrence, the odd coupling of a rainbow and a waterspout dancing side by side. Waterspouts are tornadoes over water. This happened near Crete, Greece, in the Mediterranean sea. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/aSRKYLl5RPE/rainbow-vs-tornado-is-like-good-vs-evil-ponies-vs-scorpions-tofu-vs-pork

 
Sharp Dressers Secure Ties, TIEs with Lightsaber Tie Tacks [Star Wars]
Sunday, 09 October 2011 17:00
When a sharp dressed man can't secure his tie in place with the Force, he'll find a serviceable second in these lightsaber tie tacks. Light side or dark side from Kotobukiya for about $40. [Kotobukiya via technabob] More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/r2HbsmnpXNc/sharps-dressers-secure-ties-ties-with-lightsaber-tie-tacks

 


Taxonomy by Zaragoza Online