Calling Silverlight Method using JavaScript in Asp.net





Hi Folks...
Today, I am going to explain the topic "Calling Silverlight Method from JavaScript ". Before you are doing this example, check your Visual Studio has System.Web.Silverlight dll references other wise you need to add this reference in your application references. click here to download the System.Web.Silverlight.dll. Now let's take each of these steps one by one.


Read More Add your Comment


Different Date Formats in SQL Server





Hi Folks,
In this article I would like to share some useful information about "How to get Different Date Formats in SQL Server".




Read More Add your Comment


Jquery Datatable rowspan and colspan in Asp.Net



Hi friends, Today i am going to explain the topic of "Jquery Datatable rowspan and colspan in Asp.Net". Before you are doing this example, you should be add jquery plug-in into your project. Now I explain how to make datatable colspan and rowsapn using jquery.




Read More Add your Comment


Windows Shortcuts in Run Command



Hi friends ,In this article i would like to share some useful information about short cut keys in run command.







Read More Add your Comment


Get Browser Name and Version



Hi Friends, I would like to explain how to get the browser name and version using JavaScript, this article is very useful for cross browser compatibility. I have facing a problem, the pop-up is working in IE but not working in Mac Firefox, so I wrote code based on browsers.


Read More Add your Comment


JQuery pagination in asp.net





Hi Friends In this article I would like to explain the pagination using JQuery. I have taken a double dimensional array and insert 148 records, and set the page size is 10 records. Bind the each page records, when user clicks the page.
Note: If you want to bind the records form data base, then replace the array with db details.
Now go to explanation:


Read More Add your Comment


Print HTML Page Using JavaScript



Hi Friends, In this article i would like to share how to print the current web page using javascript.
<html>
<head><title>print this page using javascript</title>
</head>
<body>
<a href="JavaScript:window.print();">Print this page</a>
</body>
</html>

Click here to print my blog

Thank's
www.pioneerscode.com


Read More Add your Comment


 

© 2012 Pioneers Code All Rights Reserved Pioneers Code