hspharic.blogspot.com
Success within U: .NET Framework 4 & Extensions Poster
http://hspharic.blogspot.com/2010/07/net-framework-4-extensions-poster.html
Actions May not always bring happiness, But there is no happiness without Action. Tuesday, July 20, 2010. NET Framework 4 and Extensions Poster. NET Framework 4 and Extensions Poster. To get the .NET Framework 4 and Extension's Namespace details. Subscribe to: Post Comments (Atom). From Erode, now in Chennai. Working as S/W Engr. in .Net Technologies. Enter your email address:. JSLint – The Java Script Validator. NET Framework 4 and Extensions Poster. Http:/ insidephp.blogspot.com/. Joy - the Developer.
hspharic.blogspot.com
Success within U: September 2007
http://hspharic.blogspot.com/2007_09_01_archive.html
Actions May not always bring happiness, But there is no happiness without Action. Thursday, September 27, 2007. Xml File Creation in Asp.Net. This blog is for creating xml file and insert / update values from asp.net page. Using System.Data;. Using System.Configuration;. Using System.Web;. Using System.Web.Security;. Using System.Web.UI;. Using System.Web.UI.WebControls;. Using System.Web.UI.WebControls.WebParts;. Using System.Web.UI.HtmlControls;. Using System.Xml;. Using System.Collections;. Using Para...
hspharic.blogspot.com
Success within U: December 2007
http://hspharic.blogspot.com/2007_12_01_archive.html
Actions May not always bring happiness, But there is no happiness without Action. Monday, December 31, 2007. Trim Function in Javascript. Copy and Paste the following in code between script tags. String.prototype.trim = function(). Return( this.replace(new RegExp(" ([ s] )([ s] )$", "gm"), " ) ;. We can use this function like,. Var s = " Success Within You ";. Alert(s.trim() ;. You will get "Success Within You". Subscribe to: Posts (Atom). Enter your email address:. Trim Function in Javascript.
hspharic.blogspot.com
Success within U: May 2008
http://hspharic.blogspot.com/2008_05_01_archive.html
Actions May not always bring happiness, But there is no happiness without Action. Wednesday, May 28, 2008. Draw Signature or images in Asp.net Web Page. You can draw images (like signature etc) in your web pages using Microsoft Ink assembly. Actually this is specially designed for Tablet PC. But we can use this in ASP.Net web pages too. Subscribe to: Posts (Atom). From Erode, now in Chennai. Working as S/W Engr. in .Net Technologies. Enter your email address:. Http:/ insidephp.blogspot.com/.
hspharic.blogspot.com
Success within U: October 2007
http://hspharic.blogspot.com/2007_10_01_archive.html
Actions May not always bring happiness, But there is no happiness without Action. Thursday, October 11, 2007. Set Maximum and Minimum Date on Infragistics WebDateChooser using Javascript. This is the sample for how to set first webdatechooser's selected date as maximum date of second webdatechooser. Add the following script function in your Script tag or file. Var t = document.getElementById('WebDateChooser1').value;. Today = new Date();. Dt = t.split('-');. Dt = t.split('/');. Var yr = dt[0];.
hspharic.blogspot.com
Success within U: December 2008
http://hspharic.blogspot.com/2008_12_01_archive.html
Actions May not always bring happiness, But there is no happiness without Action. Thursday, December 18, 2008. Get Table structure from XML in SQL Server. Get Table structure from XML in SQL Server. Here is the script to get the table view from XML Document using OPENXML. Set @doc = ' Employee-Details. Exec sp xml preparedocument @docHandle output, @doc. Select * from openxml (@docHandle, '/Employee-Details/Employee', 1). With (FirstName varchar(100) './Firstname/text()'. Wednesday, December 17, 2008.
hspharic.blogspot.com
Success within U: June 2009
http://hspharic.blogspot.com/2009_06_01_archive.html
Actions May not always bring happiness, But there is no happiness without Action. Thursday, June 18, 2009. Convert your favorite feeds (Blogs) to PDF and Portable. Convert your favorite feeds (Blogs) to PDF and get via Email frequently. Is an online tool that converts the feeds (Blogs) into PDF. Also we can add feeds as much as you want and it will deliver to your email according to the delivery options you set in tabbloid. Friday, June 12, 2009. Blinking Message in window Status bar. Var dt = new Date();.
hspharic.blogspot.com
Success within U: Show - Hide Elements using JQuery
http://hspharic.blogspot.com/2010/08/show-hide-elements-using-jquery.html
Actions May not always bring happiness, But there is no happiness without Action. Thursday, August 12, 2010. Show - Hide Elements using JQuery. We can use the following scripts for show / hide elements. Through CSS - $(selector).css("display","none"). Through function - $(selector).hide(). Through CSS - $(selector).css("display"," ). Through function - $(selector).show(). Span class = "blue" First /span br /. Span class = "red" Second /span br /. Span class = "blue" Third /span br /. Joy - the Developer.
hspharic.blogspot.com
Success within U: January 2010
http://hspharic.blogspot.com/2010_01_01_archive.html
Actions May not always bring happiness, But there is no happiness without Action. Tuesday, January 12, 2010. Microsoft Exam test application. Microsoft Exam test application. Try and seek knowledge. Friday, January 8, 2010. Column Moving in Infragistics Grid. Infragistics provides an interesting feature in UltraWebGrid called Column moving. This feature can be done either on Server side or Client Side. XmlLoadOnDemandType = Infragistics.WebUI.UltraWebGrid.XmlLoadOnDemandType.Synchronous. And call these f...