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.

server

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

 
Access datakey names on server side
Monday, 30 January 2012 07:52
// Access datakey names on server side


DataKeyNames="Id,Name"

string IdValue=MyGrid.DataKeys[RowIndex].Values["Id"].ToString();
string name=MyGrid.DataKeys[RowIndex].Values["Name"].ToString();

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/s6vLs8WFuxw/14551

 
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

 
The Perfect Server - CentOS 6.2 x86_64 With nginx [ISPConfig 3]
Thursday, 19 January 2012 10:00

The Perfect Server - CentOS 6.2 x86_64 With nginx [ISPConfig 3]

This tutorial shows how to prepare a CentOS 6.2 x86_64 server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: nginx web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses nginx, not Apache.

Read more: http://www.howtoforge.com/perfect-server-centos-6.2-x86_64-with-nginx-ispconfig-3

 
Installing An Oracle-Ready CentOS 6.2 Server
Friday, 13 January 2012 11:29

Installing An Oracle-Ready CentOS 6.2 Server

This is a tutorial for installing an Oracle-ready Linux box with CentOS 6.2, it covers the steps involved on the preparation of an Oracle-ready server for the posterior installation of Oracle Database Server/Oracle Fusion Middleware Suite on a multi-role server deployment.

Read more: http://www.howtoforge.com/installing-an-oracle-ready-centos-6.2-server

 
Start
Prev
1


Page 1 of 11
Taxonomy by Zaragoza Online