HTML input value The <input /> tag’s value property specifies the default value of the tag. <form> Name:<br /> <input type=”text” name=”name” value=”CANER” /><br /> Surname:<br /> <input type=”text” name=”surname” […]
Evolution of the Internet – What is Web 3.0?
What technology benefits more than 3 Billion people for 80% of their waking hours every single day? Web 2.0. Web 2.0, coined as such by O’Reilly and others between 1999 […]
ROWNUM sql Fonksiyonu
ROWNUM sql Fonksiyonu bir grid ,repeater veya tabloda listeleme yapmak istiyorsak ve bu çekilen verinin ID de sıralamsını sağlar, SELECT TO_CHAR(ROWNUM) AS SIRA
Decode Sql Fonksiyon
Decode fonksiyonu veri tabanımızdaki bilgilerin belirli şartlara uyup uymadığını bulabiliriz. Örneğin DECODE(PERSONEL_LISTESI,1,’Müdür’,2,’GenelMüdür’,3,’ARGE ‘)AS PERSONEL,
NVL Sql
Hello , NVL Sql query today I will press the form of use, After the Select variable Texbox if the field for that ID is empty in that table in […]
Length of SQL query
(Turkish) Lenght SQL sorgu
Disting sql
Disting it allows us to draw the data that repeats in the table as one. SELECT DISTINCT column1, column2, … FROM table_name; SELECT DISTINCT Examples The following SQL statement selects […]
Does asp.net webforms? Asp.net MVC?
Does asp.net webforms? Asp.net MVC? webforms, html pages and objects are sent through the process. A lot of webforms continue to be used in the platform. Webforms should be preferred […]
What is MVC? What is Asp.net MVC?
What is MVC? MVC operation logic For example; If we assume the address www.canerdogan.net.tr, the request comes from the Controller. The controller looks at the incoming request and uses the […]
Personnel performance evaluation
Personnel performance evaluation Hello, There is no more in this context, a project made in Turkey. performance evaluation. The project I have done, There are more modules than these. A […]