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>
Yazılım Eğitimi, Sql Server, C, C++, C#, Pyhton, Mobile, Web & IT üzerine yazılar.
Kaydol:
Kayıt Yorumları (Atom)
WhatsApp QR Oluşturucu (Excel)
WhatsApp QR Oluşturucu (Excel) Belirli bir nokta/Pavilion/Masa ID'si ile WhatsApp üzerinden mesaj almak için hazırlanmıştır. sadece B1 h...
-
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="default.aspx.cs" Inherits="FirmaOtomasyonuWe...
-
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace App25 { class Program ...
-
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace App25 { class...
Hiç yorum yok:
Yorum Gönder