
jitu-meck.blogspot.com
Blog for .net, SharePointA blog about programming with .net and sharepoint 2010.
http://jitu-meck.blogspot.com/
A blog about programming with .net and sharepoint 2010.
http://jitu-meck.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
0.9 seconds
PAGES IN
THIS WEBSITE
18
SSL
EXTERNAL LINKS
39
SITE IP
172.217.10.1
LOAD TIME
0.905 sec
SCORE
6.2
Blog for .net, SharePoint | jitu-meck.blogspot.com Reviews
https://jitu-meck.blogspot.com
A blog about programming with .net and sharepoint 2010.
Blog for .net, SharePoint: Error : Operation 'Operation' of contract 'Contract' specifies multiple request body parameters to be serialized without any wrapper elements.
http://jitu-meck.blogspot.com/2014/08/error-operation-operation-of-contract.html
Blog for .net, SharePoint. You will find here some important links as well as solutions related to .net, dotnet, asp.net, c#, sql server, javascript, jquery, visual studio 2010, SharePoint 2010, office 2007/2010 and some miscellaneous things with some tips and tricks on various topics. Thursday, August 14, 2014. Error : Operation 'Operation' of contract 'Contract' specifies multiple request body parameters to be serialized without any wrapper elements. Operation 'Operation' of contract 'Contract'. 2) WCF...
Blog for .net, SharePoint: Working with Export to PDF in Kendo Grid
http://jitu-meck.blogspot.com/2015/05/working-with-export-to-pdf-in-kendo-grid.html
Blog for .net, SharePoint. You will find here some important links as well as solutions related to .net, dotnet, asp.net, c#, sql server, javascript, jquery, visual studio 2010, SharePoint 2010, office 2007/2010 and some miscellaneous things with some tips and tricks on various topics. Thursday, May 7, 2015. Working with Export to PDF in Kendo Grid. Here is some link to work with export to PDF in kendo grid. A) PDF Export Demo:. Export to PDF demo and documentation link. 1) Grid / Export to PDF. PAYU Plu...
Blog for .net, SharePoint: December 2014
http://jitu-meck.blogspot.com/2014_12_01_archive.html
Blog for .net, SharePoint. You will find here some important links as well as solutions related to .net, dotnet, asp.net, c#, sql server, javascript, jquery, visual studio 2010, SharePoint 2010, office 2007/2010 and some miscellaneous things with some tips and tricks on various topics. Wednesday, December 31, 2014. Multi Select in Kendo Tree View. Here is some code for how can we select multiple items in kendo tree view and also can move selected items to other kendo tree view. 2) Shift Selected Items.
Blog for .net, SharePoint: Error : Cannot have two operations in the same contract with the same name.
http://jitu-meck.blogspot.com/2014/08/error-cannot-have-two-operations-in.html
Blog for .net, SharePoint. You will find here some important links as well as solutions related to .net, dotnet, asp.net, c#, sql server, javascript, jquery, visual studio 2010, SharePoint 2010, office 2007/2010 and some miscellaneous things with some tips and tricks on various topics. Tuesday, August 12, 2014. Error : Cannot have two operations in the same contract with the same name. 1) Function Overloading in WCF. 2) Cannot have two operations in the same contract with the same name. એક નજર આ તરફ.
Blog for .net, SharePoint: Simple WCF Application Call From Client End
http://jitu-meck.blogspot.com/2014/08/simple-wcf-application-call-from-client.html
Blog for .net, SharePoint. You will find here some important links as well as solutions related to .net, dotnet, asp.net, c#, sql server, javascript, jquery, visual studio 2010, SharePoint 2010, office 2007/2010 and some miscellaneous things with some tips and tricks on various topics. Friday, August 8, 2014. Simple WCF Application Call From Client End. Today, i am going to create simple WCF Web Service and consume same web service from client side. A) Steps to create new WCF Service. 8) After completion...
TOTAL PAGES IN THIS WEBSITE
18
ASP.Net with C#
http://kinshah.blogspot.com/2010_02_01_archive.html
ASPNet with C# 2.0,3.0,LinqToSql,WCF Json,JQuery,MVP Architecture. Provide Solutions for asp.net with C# with sample examples. Friday, February 12, 2010. Generate N Level Product List Using CTE. Here I show you example which will generate navigation list for product through N level. Please check below query for generate N Level product list. INSERT INTO @Category(CategoryID,Name,ParentID) VALUES ( 1,'Mobile',0). INSERT INTO @Category(CategoryID,Name,ParentID) VALUES ( 2,'Nokia',1). N level Category list.
ASP.Net with C#
http://kinshah.blogspot.com/2008_12_01_archive.html
ASPNet with C# 2.0,3.0,LinqToSql,WCF Json,JQuery,MVP Architecture. Provide Solutions for asp.net with C# with sample examples. Wednesday, December 17, 2008. I hope some are aware of linqpad. It will provide nice example to learn and understand what about LINQ to SQL. Anyone who are interested and need more information then go through this url http:/ www.linqpad.net/. Http:/ it-box.blogturk.net/wp-content/themes/it-box/files/LINQToSql.pdf. I hope this will help you. Subscribe to: Posts (Atom).
ASP.Net with C#
http://kinshah.blogspot.com/2008_10_01_archive.html
ASPNet with C# 2.0,3.0,LinqToSql,WCF Json,JQuery,MVP Architecture. Provide Solutions for asp.net with C# with sample examples. Sunday, October 19, 2008. Microsoft .NET Study Guide. Http:/ dotnetstudyguide.blogspot.com/. Subscribe to: Posts (Atom). I have good command on asp.net with C# 2.0,3.0,JQuery,HTML/CSS,WCF Json,LINQTOSQL. I am always ready to accept new challenges. View my complete profile. Microsoft .NET Study Guide. ASPNET MasterPages and User Defined Events. Dynamically load user control.
Maulik Dhorajia: November 2011
https://maulikdhorajia.blogspot.com/2011_11_01_archive.html
Monday, November 21, 2011. Sharepoint 2010 - Get Current User's sharepoint group information using javascript. To retrieve the SharePoint Group information of Current User logged in using Javascript. Dowload the " jquery.SPServices-0.6.2.js. Save the file somewhere. I save it in " Style Library. Use the below given script to get the list of SharePoint Group using javascript. Http:/ www.jquery.com-. Http: / spservices.codeplex.com/releases/view/64390-. Custom Script- script language= "javascript". Date();...
Maulik Dhorajia: April 2012
https://maulikdhorajia.blogspot.com/2012_04_01_archive.html
Friday, April 6, 2012. SharePoint 2010 : Use Resouce(resx) file in a Multilingual site. Our site is created using variations in both English and Spanish. Create a Visual Web Part which can use the resource file(.resx) to show different texts for different language. Steps to achieve goal. Create a SharePoint project with name "Sample". Add a web part with name "SampleWebPart". Add a "Mapped Folder" to "Resources". 2 files needs to be added. At this point the project "Solution Explorer" will look like.
Maulik Dhorajia: December 2011
https://maulikdhorajia.blogspot.com/2011_12_01_archive.html
Thursday, December 22, 2011. PowerShell - Set-SPCustomLayoutsPage to change the custom error page. AccessDenied (/ layouts/AccessDenied.aspx). Confirmation (/ layouts/Confirmation.aspx). Error (/ layouts/Error.aspx). Login (/ layouts/Login.aspx). RequestAccess (/ layouts/ReqAcc.aspx). Signout (/ layouts/SignOut.aspx). WebDeleted (/ layouts/WebDeleted.aspx). Create a page " MySiteCustomError.aspx. Page Not found /. Create a PowerShell script with any "MySiteCustomError.ps1". Name -like "SharePoint - 50000".
ASP.Net with C#
http://kinshah.blogspot.com/2008_04_01_archive.html
ASPNet with C# 2.0,3.0,LinqToSql,WCF Json,JQuery,MVP Architecture. Provide Solutions for asp.net with C# with sample examples. Sunday, April 13, 2008. 1 Explain the .NET architecture. 2 How many languages .NET is supporting now? When NET was introduced it came with several languages. VB.NET, C#, COBOL and Perl, etc. The site DotNetLanguages.Net says 44 languages are supported. 3 How is .NET able to support multiple languages? 4 How ASP .NET different from ASP? 6 What is smart navigation? 8 Explain the li...
ASP.Net with C#
http://kinshah.blogspot.com/2010_04_01_archive.html
ASPNet with C# 2.0,3.0,LinqToSql,WCF Json,JQuery,MVP Architecture. Provide Solutions for asp.net with C# with sample examples. Monday, April 26, 2010. Query to Find First and Last Day of Current Month. Following is a TSQL script that will find the 'Last day of previous month','First day of current month' and so on. Hope so this will help you. SELECT @mydate = GETDATE(). SELECT CONVERT(VARCHAR(25),DATEADD(dd,-(DAY(@mydate) ,@mydate),101) ,. Last Day of Previous Month'. Last Day of Current Month'. Select B...
ASP.Net with C#
http://kinshah.blogspot.com/2009_06_01_archive.html
ASPNet with C# 2.0,3.0,LinqToSql,WCF Json,JQuery,MVP Architecture. Provide Solutions for asp.net with C# with sample examples. Tuesday, June 30, 2009. List of Category with it's parent category name. Here I post one example which will show the result of category and it's parent category name. Let's come with an example. 1) First here I create one function. SELECT @Name=Name from CategoryMaster WHERE ID=@ID. 2) Then now I will create one table say as 'CategoryMaster' and inserted some proper values in it.
TOTAL LINKS TO THIS WEBSITE
39
Jitty
On pondělí 17. srpna 2015. Ráda Vás přivítám na svých nových stránkách:. On pátek 2. ledna 2015. Pokud máte chuť, koukněte sem:-) a nebude to jen o jídle:-). Http:/ atvamchutnazivot.blogspot.cz/. Veselé Vánoce a PF 2015. On úterý 23. prosince 2014. Chcete si vyzkoušet koučování? On neděle 18. listopadu 2012. Možná že by pro Vás nebo pro Vaše známé mohlo být zajímavé. Stojíte na křižovatce rozhodnutí a potřebujete si ujasnit kam dál? Hledáte možnost, jak dosáhnout svých cílů snadněji? Hodnotit podrobně za...
Jittyshop
Rozšířenou nabídku, větší výběr, akce, slevy naleznete kdyžtak v mém druhém obchůdku na mimibazárku ZDE http:/ www.mimibazar.cz/bazar.php? Missha BB Perfect Cover (BB krém) odstín 23 Natural Beige. Missha BB Perfect Cover (BB krém) * nejžádanější odstín * v současné době patří mezi NEJPOLÁRNĚJŠÍ BB krémy na světě, ale i u mne na . více. TechNature Thermo Slimming gel - zeštíhlující zahřívací gel celulitida. Dermal Grape Collagen Essence Mask - esenční kolagenová maska z hroznů. I když je tahle řada zatím...
Ashrafuzzaman on Technology
Sunday, May 25, 2014. Share language files from a rails plugin. If you want to share you language file from with the plugin. Then you need to add the local files in the auto load path in the engine file like following,. Tuesday, March 11, 2014. Faster capistrano deploy with skipping bundler and asset precompilation. If you guys use git then you can use the following script in you deploy.rb to override the default behavior if asset pre compilation and bundle install. Sunday, February 9, 2014. First it wil...
Health Information
How sex can help you in loosing weight. According to some studies sex helps you live longer, whether the positive benefits stem from your body or your mind. Many people lose weight when they start new relationship because the excitement of a new love can temporarily speed up their metabolism. If sex really helps you in losing weight you will soon discover that losing weight is not about restrictions and deprivation but it can be an enjoyable process. Article Source: http:/ EzineArticles.com/?
Blog for .net, SharePoint
Blog for .net, SharePoint. You will find here some important links as well as solutions related to .net, dotnet, asp.net, c#, sql server, javascript, jquery, visual studio, SharePoint 2010, ms office, kendo ui, knockout, angular, typescript and some miscellaneous things with some tips and tricks on various topics. Friday, February 16, 2018. Working with template in Angular 2. Here is the way by which we can work with template and assign template dynamically as well. 1) First import statement. 5) currentl...
RaBeN
Skip to main (ir a principal). Skip to sidebar (ir al sidebar). This Blog Include the information about Mobile, forex, Facebook themes and virus, mobile secret codes. In this Site you can also see the latest price of Mobile and other various Information about online JOb. Subscribe to RSS Feed. Follow our blog news on Twitter. Format a computer with a pen drive. Easy step to format the computer from Pen drive. Step 1: Copy the bootable cd or dvd in your pen drive. Step 3: Select the USB option.
jitu-suraj2000's blog - jitu-suraj2000's blog - Skyrock.com
28/01/2012 at 6:14 AM. 17/02/2012 at 7:22 AM. Enter your article or leave this space. Subscribe to my blog! Merci mon cher ami. Merci mon cher ami. Dans ce blogAmisArticlesSonsGroupesPhotosVidéos. Via: sasso477.skyrock.com. Don't forget that insults, racism, etc. are forbidden by Skyrock's 'General Terms of Use' and that you can be identified by your IP address (66.160.134.62) if someone makes a complaint. Please enter the sequence of characters in the field below. Tuesday, 24 January 2012 at 3:42 PM.
IBAN OR SWIFT CODE
IBAN OR SWIFT CODE. View my complete profile. SWIFT CODE BANK INDONESIA. IBAN dan SWIFT KODE. Wednesday, September 21, 2011. SWIFT CODE BANK INDONESIA. Contoh pengisian kode bank swif untuk pentransferan dari luar nergi ke indonesia. Wednesday, September 14, 2011. IBAN dan SWIFT KODE. Bank Transfer - Routing Number - ABA Number - SWIFT Code. ABA Number atau SWIFT code adalah istilah lainnya dari Routing Number. ABA itu mostly angka, sementara Swift code mostly karakter. ABN AMRO Bank: ABNAIDJA. Bank Rabo...
Jitu Unggul - PS4, PS3, Nintendo Wii & Xbox 360 Games Rental Services
Games Products For Rent. Other Products For Rental. Registered on 1 April 2009 under name Jitu Unggul. As a sole proprieter company with Reg No 001850790-P. Our company started as a provider for PS3 Games and Home Console rental for home user, then Bluray Movie and Wii Games. We started the rental for corporate and commercial event on 1 January 2010 with a range of client from individual, government, private and public company. Range of product for rental:. Bull; Virtual Reality with Oculus Rift and PSVR.
SOCIAL ENGAGEMENT