<%-- Document : register Created on : Dec 9, 2013, 12:49:49 PM Author : aqfaridi --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <% String uname = (String)session.getAttribute("username"); if(uname!=null) { response.sendRedirect("index.jsp"); } %> CodeShare

CodeShare makes it easy to share what matters most in your Programming world !!



  • User can share codes
  • User can upload Problems
  • User can ask a Question
  • User can Give answer to other Queries
  • User View sourcecodes of Others



Wrong Username or Password.

Please Verify Your Account.

   Forgot Your Password
<%@include file="footer.jsp" %>