0% found this document useful (0 votes)
7 views2 pages

Form Class

Uploaded by

aadige653
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views2 pages

Form Class

Uploaded by

aadige653
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

<form class="form-control" method="post">

<div>

<label>Müşteri Adı</label>
<input type="text" class="form-control" name="MUSTERİAD" />
</div>
<div>

<label>Müşteri Soyadı</label>
<input type="text" class="form-control" name="MUSTERİSOYAD" />
</div>
<div>
<button class="btn- btn-info">Müşteri Ekle</button>
</div>
</form>

@model MVCSTOK.Models.entity.TBLURUNLER
@{
ViewBag.Title = "UrunEkle";
Layout = "~/Views/Shared/_MainLayout.cshtml";
}

<form class=" form-group" method="post">


<div>
<label>Urun Adı</label>
<input type="text" class="form-control" name="URUNAD" />
</div>
<div>

<label>Marka</label>
<input type="text" class="form-control" name="MARKA" />
</div>
<div>

<label>Urun Kategori</label>
<@Html.DropDownListFor(m =>m.TBLKATEGORILER.KATEGORIID,
(List<SelectListItem>)ViewBag.dgr, new {@class="form-control"})
</div>
<div>

<label>Fiyat</label>
<input type="text" class="form-control" name="FIYAT" />
</div>
<div>

<label>Stok</label>
<input type="text" class="form-control" name="STOK" />
</div>
<div>
<button class="btn- btn-info">Ürün Ekle</button>
</div>

</form>
<form class="form-control" method="post">

<div>
<label>Kategori Adı</label>

<input type="text" class="form-control" name="KATEGORIAD" />

</div>

<div style="margin-top:15px">

</div> <button class="btn btn-info">Kategori Ekle</button>

</form>

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy