-
Introduction In this article, I will show how to invoke Javascript methods from Silverlight. We will learn this by performing a simple calculator example with some basic arithmetical functionalities being expose. What we need to perform the experiment? Well for doing this experiment, what we need is...
-
Introduction In this article, I will show how to invoke Silverlight methods from javascript. We will learn this by performing a simple calculator example with some basic arithmetical functionalities being expose. What we need to perform the experiment? Well for doing this experiment, what we need is...
-
Now days people are looking for richer and fluid user experience and to create that kind of application Ajax is required. There are several options available to call server-side function from JavaScript with ASP.NET Ajax and if you are using asp.net 2.0 or higher version of Microsoft.NET Framework then...
-
Recently before some I was in search of good asynchronous file upload control which can upload file without post back and I have don’t have to write much custom logic about this. So after searching it on internet I have found lots of options but some of the options were not working with ASP.NET...
-
XRegExp is an open source JavaScript library that provides an augmented, extensible, cross-browser implementation of regular expressions, including support for additional syntax, flags, and methods. It’s used by the popular SyntaxHighlighter script , which is in turn used by many websites (including...
-
Part 1 is here Some languages have better ways to pass boolean parameters. C# 4.0, and all versions of VB, allow parameters to be passed by name. This allows us to write much clearer code: //C# 4.0: UpdateLayout(doFullLayout: false) 'VB.Net: UpdateLayout(doFullLayout:=False) Without requiring...
-
In this article, we will look into how we can perform CRUD operation through Javascript directly N.B.~I won't recommend this approach as it is highly unsafe , but I will promote the way to do so The database is Sql Server 2008 DB In that DB, there is a table , PlayerTable Let us create the table...
-
Yesterday one of my reader asked me one question that How can I set or get values from Jquery of server side element for example. So I decided to write blog post for this. This blog post is for all this people who are learning Jquery and don’t know how to set or get value for a server like ASP.NET Textbox...
-
This is part 5 in a series about state and function pointers; part 1 is here . Last time , we saw how C# 2 supports closures by compiling anonymous functions into member functions of a special class that holds local state from the outer function. Unlike the languages we’ve looked at before, Javascript...
-
Most languages – with the unfortunate exception of Java – allow functions to be passed around as variables. C has function pointers, .Net has delegates, and Javascript and most functional programming languages treat functions as first class objects. There is a fundamental difference between C-style...
-
Recently while working with a Silverlight Application, I realized the Silverlight App wasn’t downloading or not even showing the “Loading %” message when I navigated to that page. At first I thought the xap file was too big and hence taking a lot of time. But it struck me later, it loads quickly if I...
-
Recently in one the project we require to check whether page is secure or not as we are going to open a new popup window from that page and that why we need to pass https protocol if we have that page secure. I have search lots of things on internet and I have found following ways of finding whether...
-
jQuery solves major JavaScript problems. jQuery is preferred over JavaScript due to following reasons. jQuery is light weight library for developing client side applications including ajax. jQuery assists to keep code simple and concise and reusable. Huge line of code developed using JavaScript can be...
-
JQuery UI contains great controls and it’s very useful when developing sites. Today a new version of Jquery UI is launched. You can find more details about that from following link. http://blog.jqueryui.com/2011/01/jquery-ui-1-8-9/ It’s contains Bug fixes for Datepicker, Tabs and other things and also...
-
We all know that JSON (JavaScript Object Notation) is very useful in case of manipulating string on client side with java script and its performance is very good over browsers so let’s create a simple example where convert a Generic List then we will convert this list into JSON string and then...
Posted to
DotNetJalps-SQL
by
Jalpesh
on
01-09-2011
Filed under:
Filed under: C#.NET, BRH, #DATAACCESS, #DOTNET, #LINQ, #ASP.NET, JavaScript, ASP.NET, jQuery, #jquery, Ajax, WebService, #.NET, ASP.NET 4.0, JSON