Skip to content

Instantly share code, notes, and snippets.

View ertugrulozcan's full-sized avatar

Ahmet Ertuğrul Özcan ertugrulozcan

View GitHub Profile
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace TurcaSoftRehber
{
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="contacts2.aspx.cs" Inherits="TurcaSoftRehber.contacts2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>www.aspnetornekleri.com Gridview XML işlemleri</title>
<!--jQuery-->
<script src="js/jquery-2.1.4.min.js"></script>
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace TurcaSoftRehber
{
public partial class deneme : System.Web.UI.Page
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="deneme.aspx.cs" Inherits="TurcaSoftRehber.deneme" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Deneme</title>
<!--jQuery-->
<script src="js/jquery-2.1.4.min.js"></script>
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace TurcaSoftRehber
{
public partial class contacts : System.Web.UI.Page
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="contacts.aspx.cs" Inherits="TurcaSoftRehber.contacts" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Rehber</title>
<!--jQuery-->
<script src="js/jquery-2.1.4.min.js"></script>
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace TurcaSoftRehber
{
public partial class login : System.Web.UI.Page
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace TurcaSoftRehber
{
public partial class register : System.Web.UI.Page
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="default.aspx.cs" Inherits="TurcaSoftRehber._default" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Turcasoft Rehber</title>
<!--jQuery-->
<script src="js/jquery-2.1.4.min.js"></script>
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="login.aspx.cs" Inherits="TurcaSoftRehber.login" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Giriş</title>
<!--jQuery-->
<script src="js/jquery-2.1.4.min.js"></script>