TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
FIM Resources
FIM-HELP
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Pirated Content
Portal
Português Brasil
PowerShell
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint Pirate
Small Basic
solucionando problemas
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Guru
TechNet Wiki
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
JQuery
Tagged Content List
Wiki Page:
Sync List with User Group Using jquery
Naomi N
Requirement: To get all the user names from the SharePoint group "Deliverable Owners" and sync with a custom list called "Team Members" in a button click. Solution: This is done using jquery and SharePoint web services. <script type="text/javascript"...
on
20 Sep 2013
Wiki Page:
Trick : SharePoint Group by View with Order by on DateTime Field
Richard Mueller
Hello Folks, This article is regarding creating “ SharePoint Group by View with Order by on DateTime Field ” for list or library in SharePoint 2010. First, lets us have a look on what is the need to create this kind of view? To create Group by view, SharePoint provides out of box settings in...
on
18 Sep 2013
Wiki Page:
Tips : SharePoint Group by View with Order by on DateTime Field
Richard Mueller
Hello Folks, This article is regarding creating “ SharePoint Group by View with Order by on DateTime Field ” for list or library in SharePoint 2010. First, lets us have a look on what is the need to create this kind of view? To create Group by view, SharePoint provides out of box settings...
on
18 Sep 2013
Wiki Page:
Mudando de TextBox com a tecla ENTER (pt-BR)
Richard Mueller
Desde o ano passado estou tentando escrever meu primeiro artigo. Acho de extrema importância à troca de conhecimento, pois assim saímos todos ganhando: quem lê e quem ensina. E uma oportunidade surgiu pra mim, a partir de uma dúvida no fórum comunidade C# (Csharp), feita pelo Cristiano Lins , o qual...
on
17 Sep 2013
Wiki Page:
How To: Show JQuery Dialog from ASP.NET code behind!!!
Maheshkumar S Tiwari
I'm writing this article to How to show a JQuery Dialog from ASP.NET code behind. Here is the code snippet to show JQuery Dialog private void ShowAlert ( string message ) { /// Initialize the stringbuilder object to append JS script StringBuilder sb = new StringBuilder (); sb...
on
6 Sep 2013
Wiki Page:
How to export file by jQuery in ASP.NET Web Forms and ASP.NET MVC
Maheshkumar S Tiwari
Table of Contents How To Requirements Specification Export Excel using jQuery in ASP.NET Web Forms Export Excel using jQuery in ASP.NET MVC References Conclusion How To In this article, I will explain how to export file by jQuery in both ASP.NET Web Forms and ASP.NET MVC. As you know, jQuery is...
on
30 Aug 2013
Wiki Page:
SharePoint 2013: Custom or Advance Paging Using Client Object Model +jQuery
Gokan Ozcifci
Note : This is article based on my original article at my blog Custom paging is the main approach when you work with large data in SharePoint or any normal web site in ASP.NET even lists is using Paging,but the problem with paging is data itself .So if you have a large data you can end up with a...
on
15 Aug 2013
Wiki Page:
SharePoint 2010: Integrating Jquery Carousel and ThickBox
Gokan Ozcifci
Hi all, In this article, I will show how to integrate SharePoint Image Library to JQuery jcarousel with Thickbox and make very nice UI. We can use it in many places like to show Employee Images in Home Page of HR Site and Clicking on Image will zoom the image with some animation effect, like ...
on
15 Aug 2013
Wiki Page:
SharePoint 2010: Bread Crumb for List/Library View Web Part in Wiki Page.
Gokan Ozcifci
Let’s have a look on why we need it first? In SharePoint, if we have large folder hierarchy in list/library (i.e. more than 10 sub levels) and we have added list view web part of that list/library in wiki page then it’s very difficult for end users to navigate through each folder level. Secondly, user...
on
1 Aug 2013
Wiki Page:
ASP.NET MVC Learning Roadmap
Ed Price - MSFT
For everybody who wants to learn ASP.NET MVC from the ground up, Young Yang posted a very useful learning roadmap in the ASP.NET forum . I shared this roadmap on this Wiki, so that everybody can profit from it. A special thanks for this great roadmap and his hard work goes to Young Yang . ...
on
27 Jun 2013
Wiki Page:
Dynamics CRM 2011 jquery Errors
Richard Mueller
Couple common jquery errors when playing with jquery in dynamics CRM 2011; jquery Access Denied When running the jquery script on a machine outside the development domain you get: <CrmScriptErrorReport> <ReportVersion>1.0</ReportVersion> <ScriptErrorDetails>...
on
26 Jun 2013
Wiki Page:
Asp.Net MVC JQuery Grid Kullanımı (tr-TR)
Veysel Ugur KIZMAZ
Bu yazımızda Asp.Net MVC ile JQuery Grid’ine nasıl veri yerleştirebileceğimizi inceleyelim. Projemize başlamadan önce aşağıdaki linkten JQuery Grid dosyalarımızı indirelim. Yeni bir Asp.Net MVC (Empty) Web Application oluşturalım ve bu uygulamada “Scripts” klasörünün altına jqgrid klasörü oluşturalım...
on
4 Jun 2013
Wiki Page:
Como crear un plugin con JQuery (es-ES)
Fernando Lugão Veltem
A modo de ejemplo, podemos ver a continuación un código fuente de un plugin muy sencillo: jQuery. fn .desaparece = function() { this.each(function(){ elem = $(this); elem.css("display", "none"); }); return this; }; Este plugin permitiría...
on
21 Apr 2013
Wiki Page:
Jquery AutoCompleteTextBox Server-Side Bind
Carsten Siemens
Jquery Allow to creating AutoComplete TextBox, but it’s binded in client side with JS Array I’will take an example of how to bound it in Server-Side Step 0 : Add the references the Jquery library in the code behind : string JQeryCss = "../../Scripts/jquery-ui.css" ; ...
on
6 Apr 2013
Wiki Page:
Programatically Upload Multiple File in SharePoint List (Part 1)
Yagmoth555
Hello All, This is first part of the series of "Programatically Upload Multiple File in SharePoint List" This is two part series, At first part I will show you a method through which you can implement Multiple file attachment. In Part 1, I will show you Design Related concept...
on
20 Feb 2013
Wiki Page:
ASP.NET - Print Only the Content Inside of Div
Yagmoth555
Requirement: Print only the content inside of Div in ASP.NET. Solution : For printing the page, there is a Javascript function: window.print(). However, it will print the whole page. If you need to print only the content of Div, then you have a few options available, but the maximum is either...
on
19 Feb 2013
Wiki Page:
ASP.NET - Imprimir solo el contenido que esta dentro de un Div (es-ES)
Ed Price - MSFT
La forma recomendada para imprimir el contenido de un div es con JQuery, mediante el siguiente ejemplo: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> < html > < head >...
on
15 Feb 2013
Wiki Page:
طريقة العرض اللانهائية للبيانات مثل جوجل أو بينج (ar-SA)
Fernando Lugão Veltem
السلام عليكم ورحمة الله وبركاته من أكثر الأشياء التي لا أحبها حقيقة هي مفهوم الصفحات (Paging)المتعددة لعرض البيانات ولذلك كنت أبحث منذ مدة عن طريقة عرض أفضل حتى وجدت محرك البحث بينج والذي قدم مفهوم جميل جدا خاصة عند إستعراض الصورة وهي أن عدد معين من الصور يتم عرضه في الصفحة ثم إذا قم بالنزول لأسفل...
on
17 Nov 2012
Wiki Page:
JQuery
Jayant Sharma
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. Jquery provides following features: HTML elements manipulation...
on
27 Aug 2012
Wiki Page:
ASP.NET MVC Lernkarte (de-DE)
Horizon_Net
Beachte : Ein paar Links sind leider nur auf Englisch verfügbar. Für jeden, der ASP.NET MVC von Anfang an lernen möchte hat Young Yang im ASP.NET Forum einen sehr hilfreichen Post geleistet. Ein besonderer Dank für diese großartige Roadmap und seine harte Arbeit geht...
on
17 Mar 2012
Page 1 of 1 (20 items)
Can't find it? Write it!
Post an Article