Yousef Jadallah's Blog
If You Rest You're Rust
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
AJAX
AJAX Control Toolkit
Array
ASP.NET
ASP.NET AJAX
BinarySearch
C#
Community News
Cool Tools
JavaScript
JQuery
JQuery Mobile
MCC
Microsoft Event
Mobile
ModalPopupExtender
visual studio 2010
Web Services
Sponsors
advertise here
News
Navigation
Home
Blogs
Archives
March 2012 (1)
January 2012 (1)
August 2011 (3)
July 2011 (1)
June 2011 (3)
April 2011 (1)
December 2010 (1)
October 2010 (1)
June 2010 (1)
May 2010 (2)
April 2010 (4)
March 2010 (2)
February 2010 (2)
April 2010 - Posts
5
Comments
Passing javascript array of objects to WebService
by
Yousef_Jadallah
Hi folks. In the topic I will illustrate how to pass array of objects to WebService and how to deal with it in your WebService. Suppose we have this javascript code : <script language= "javascript" type= "text/javascript" > var people = new Array...
Filed under:
ASP.NET
,
Web Services
,
ASP.NET AJAX
4
Comments
Default Parameter in .NET 4(C#)
by
Yousef_Jadallah
During my using for the new release .NET 4, I notice that C# support default (Optional) Parameters, after thousands of complains form C# programmer- especially it was supported by VB.NET- now it's available. Let's create Test function with Optional Parameter...
Filed under:
visual studio 2010
,
.NET
143
Comments
Installing AJAX Control Toolkit 4 in Visual Studio 2010
by
Yousef_Jadallah
In this tutorial I’ll show you how to install AJAX Control toolkit step by step: You can download AJAX Toolkit .NET 4 “Apr 12 2010” released before 4 days, from http://ajaxcontroltoolkit.codeplex.com/releases/view/43475#DownloadId=116534 , Once downloaded...
Filed under:
ASP.NET
,
ASP.NET AJAX
,
AJAX Control Toolkit
7
Comments
add_shown & add_hiding ModalPopupExtender Events
by
Yousef_Jadallah
In this topic, I’ll discuss the Client events we usually need while using ModalPopupExtender. The add_shown fires when the ModalPopupExtender had shown and add_hiding fires when the user cancels it by CancelControlID,note that it fires before...
Filed under:
ASP.NET
,
ASP.NET AJAX
,
AJAX Control Toolkit
,
ModalPopupExtender
More Posts