Archive for January, 2011

Globalization

Posted on 30/01/2011. Filed under: Asp.Net Concepts |

http://msdn.microsoft.com/en-us/library/bz9tc508.aspx Globalization is the process of designing and developing applications that function for multiple cultures. Localization is the process of customizing your application for a given culture and locale. The topics in this section describe how to create ASP.NET Web applications that can be adapted to different languages and cultures. How to: Set the Culture [...]

Read Full Post | Make a Comment ( None so far )

pass value from child to parent not using URL

Posted on 04/01/2011. Filed under: JavaScript |

function SendIds() {  var obj = window.opener.document.getElementById(‘hiddenFVsids’);  obj.value = “sdfdddddddddddddddddd”; }

Read Full Post | Make a Comment ( None so far )

Liked it here?
Why not try sites on the blogroll...

Follow

Get every new post delivered to your Inbox.