• Home
  • About
  • Contact

JK Stack

  • Home
  • JAVA/J2EE
    • CORE JAVA
    • JSP
  • Hibernate
  • STRUTS 2.X
  • JQUERY
    • JQUERY WITH ASP
    • JSON
  • MYSQL
  • SHAREPOINT
  • .NET PLATEFORM
    • ASP .NET
    • c#
  • SAP
Home / Archive for February 2014
Information management policy is not working For list

Information management policy is not working For list

7
I just want to know that Retention policy is not working for my list. I  have used move to other location option in. Things Which i have tri...
READ MORE +

Sharepoint Export Import Details

7
Sharepoint Export Import Details Export : For Exporting Sharepoint data from one farm to another, Sharepoint provides a class  SPExportSetti...
READ MORE +
Facebook Acquires WhatsApp for $19 billion

Facebook Acquires WhatsApp for $19 billion

5
Facebook acquires WhatsApp,the most popular mobile messaging service for $19 billion in cash and stock . The transaction involves $4 billion...
READ MORE +
Operation is not valid due to the current state of the object

Operation is not valid due to the current state of the object

3
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the e...
READ MORE +
Encryption And Decryption Using DESede ( Triple DES algorithm Padding
modes ) In Java?

Encryption And Decryption Using DESede ( Triple DES algorithm Padding modes ) In Java?

4
There are several ways to do Encryption And Decryption but here i am going to use DESede ( Triple DES algorithm Padding modes ) found in na...
READ MORE +
Encryption and Decryption of data using a symmetric key ( Rijndael
algorithm ) in C#?

Encryption and Decryption of data using a symmetric key ( Rijndael algorithm ) in C#?

2
There are several ways to encrypt and decrypt data but here i am going to use  symmetric key ( Rijndael algorithm ) Rijndael class found in...
READ MORE +
List View Threshold In Sharepoint

List View Threshold In Sharepoint

1
Sometimes you might face a situation where you get this error: 10012 items (list view threshold is 5000) The number of items in list exceeds...
READ MORE +
How can we highlight checkbox on click Event?

How can we highlight checkbox on click Event?

0
This post  shows how can we highlight checkbox on click Event. In this Scenario I am taking a Asp.net CheckboxList. Simply I Want that if I ...
READ MORE +
How to create the Customizing View (Table Maintenance Generator) in SAP
ABAP?

How to create the Customizing View (Table Maintenance Generator) in SAP ABAP?

0
Follow the steps below to create customizing view of customizing table: a. Go to Se11 and give the table name, click on display. b.   Go to...
READ MORE +
Overview of Variation in SharePoint 2013

Overview of Variation in SharePoint 2013

0
1. Overview The variations feature in SharePoint Server 2013 and SharePoint Online makes content available to specific audiences on differen...
READ MORE +
How to use CheckBox with Asp.net GridView using Jquery ?

How to use CheckBox with Asp.net GridView using Jquery ?

0
In this post we create a Gridview that contain a Checkbox column. Then we will bind this Gridview with Employee List . By using jquery we w...
READ MORE +
Subscribe to: Posts ( Atom )

Follow Us On Facebook

  • Popular Post
  • Video
  • Category

Popular Posts

  • How to solve Mysql error 1452 - Cannot add or update a child row: a foreign key constraint fails ?
    Suppose you have two table one is child table (profile) and second is parent table (login) .You can get this error  when setting a foreign ...
  • How to Remove Subscribe to: Post Comments (Atom) from the Blogger?
    How to Remove Subscribe to: Post Comments (Atom) from the Blogger?
    In many Blogger templates there is a Subscribe to: Post (Atom) link, so that the blog visitors can subscribe to the Atom feeds . Moreover i...
  • How to call Private Methods Publicly in Java using Reflection API?
    There is a common question people ask, can we invoke private methods of a class publicly ? YES we can call private methods of a class in ano...
  • How to solve The JSP specification requires that an attribute name is preceded by whitespace ERROR?
    Today when i deployed my application in  Tomcat 7 ,and click on home link , I got this error message. org.apache.jasper.JasperException: /h...
  • How to get last letter of a string in ABAP SAP
    How to get last letter of a string in ABAP SAP In this post, we will  learn how to get last letter of a string in ABAP SAP. 1. get the len...

Labels

  • .Net Plateform
  • ASP .Net
  • Blogger Tips
  • C#
  • C3P0 connection pooling
  • Facebook
  • Google
  • Hibernate
  • JAVA
  • JAVA Apache classes
  • JQuery
  • JQuery with ASP
  • JSON
  • JSP
  • Miscellaneous
  • MYSQL
  • SAP
  • SharePoint
  • struts 2.x
  • struts2-jquery Plugin
  • Tomcat
  • WCF
  • Web Services
  • Xuggler
  • YouTube
Powered by Blogger.

Tags

  • .Net Plateform
  • ASP .Net
  • Blogger Tips
  • C#
  • C3P0 connection pooling
  • Facebook
  • Google
  • Hibernate
  • JAVA
  • JAVA Apache classes
  • JQuery
  • JQuery with ASP
  • JSON
  • JSP
  • Miscellaneous
  • MYSQL
  • SAP
  • SharePoint
  • struts 2.x
  • struts2-jquery Plugin
  • Tomcat
  • WCF
  • Web Services
  • Xuggler
  • YouTube

Blog Archive

  • ▼  2014 (25)
    • ▼  February (11)
      • Information management policy is not working For list
      • Sharepoint Export Import Details
      • Facebook Acquires WhatsApp for $19 billion
      • Operation is not valid due to the current state of...
      • Encryption And Decryption Using DESede ( Triple DE...
      • Encryption and Decryption of data using a symmetri...
      • List View Threshold In Sharepoint
      • How can we highlight checkbox on click Event?
      • How to create the Customizing View (Table Maintena...
      • Overview of Variation in SharePoint 2013
      • How to use CheckBox with Asp.net GridView using Jq...
    • ►  January (14)
  • ►  2013 (52)
    • ►  December (2)
    • ►  September (5)
    • ►  August (5)
    • ►  July (6)
    • ►  June (7)
    • ►  May (7)
    • ►  April (1)
    • ►  March (4)
    • ►  February (6)
    • ►  January (9)
  • ►  2012 (15)
    • ►  December (15)

Pages

  • Home

Random Posts

Recent Posts

Popular Posts

  • How to solve Mysql error 1452 - Cannot add or update a child row: a foreign key constraint fails ?
    Suppose you have two table one is child table (profile) and second is parent table (login) .You can get this error  when setting a foreign ...
  • How to Remove Subscribe to: Post Comments (Atom) from the Blogger?
    How to Remove Subscribe to: Post Comments (Atom) from the Blogger?
    In many Blogger templates there is a Subscribe to: Post (Atom) link, so that the blog visitors can subscribe to the Atom feeds . Moreover i...
  • How to call Private Methods Publicly in Java using Reflection API?
    There is a common question people ask, can we invoke private methods of a class publicly ? YES we can call private methods of a class in ano...
  • How to solve The JSP specification requires that an attribute name is preceded by whitespace ERROR?
    Today when i deployed my application in  Tomcat 7 ,and click on home link , I got this error message. org.apache.jasper.JasperException: /h...
  • How to get last letter of a string in ABAP SAP
    How to get last letter of a string in ABAP SAP In this post, we will  learn how to get last letter of a string in ABAP SAP. 1. get the len...

Labels

  • .Net Plateform
  • ASP .Net
  • Blogger Tips
  • C#
  • C3P0 connection pooling
  • Facebook
  • Google
  • Hibernate
  • JAVA
  • JAVA Apache classes
  • JQuery
  • JQuery with ASP
  • JSON
  • JSP
  • Miscellaneous
  • MYSQL
  • SAP
  • SharePoint
  • struts 2.x
  • struts2-jquery Plugin
  • Tomcat
  • WCF
  • Web Services
  • Xuggler
  • YouTube
Created By Sora Templates & Free Blogger Templates | Distributed By Gooyaabi Templates
  • Home
  • About
  • Contact
  • Privacy Policy