27 Şubat 2018 Salı

Asp.net C# XHtml

sitede request ve response testleri



<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ara.aspx.cs" Inherits="WebSon.ara" %>

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
</head>
<body>
  
    <div>
    <%
        if (Request.Form["edtkeyword"] != null)
        {
            string GelenData = Request.Form["edtkeyword"].ToString();
            Response.Write(GelenData);
        }
        else
    {
               Response.Write("Arama işlemi için parametler sağlanmadı");
        }


         %>
    </div>

</body>
</html>


Hiç yorum yok:

Yorum Gönder

Mac adres formatı excel

excel iki nokta mac addres formatı Mac adresi karakterlerini üst üste iki nokta : iki nokta üst üste olacak şekilde excel dosyasında ayırır....