dnsmail-cvs Mailing List for DnsMail (Page 4)
Brought to you by:
ethem
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
(7) |
Apr
(1) |
May
(72) |
Jun
(22) |
Jul
(4) |
Aug
(52) |
Sep
|
Oct
|
Nov
|
Dec
(2) |
---|
From: kapdan <ka...@us...> - 2006-06-07 03:59:48
|
Update of /cvsroot/dnsmail/projeler/sozluk-no/arraylist-hashtable In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv20886/arraylist-hashtable Log Message: Directory /cvsroot/dnsmail/projeler/sozluk-no/arraylist-hashtable added to the repository |
From: Ethem E. <et...@us...> - 2006-06-02 11:58:45
|
Update of /cvsroot/dnsmail/projeler/validator-no In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27997/projeler/validator-no Added Files: Default.aspx Default.aspx.cs Web.Config hazýrlayanlar.txt Log Message: validator --- NEW FILE: Web.Config --- <?xml version="1.0"?> <!-- Note: As an alternative to hand editing this file you can use the web admin tool to configure settings for your application. Use the Website->Asp.Net Configuration option in Visual Studio. A full list of settings and comments can be found in machine.config.comments usually located in \Windows\Microsoft.Net\Framework\v2.x\Config --> <configuration> <appSettings/> <connectionStrings> <add name="DatabaseConnectionString1" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Database.mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient"/> </connectionStrings> <system.web> <!-- Set compilation debug="true" to insert debugging symbols into the compiled page. Because this affects performance, set this value to true only during development. --> <compilation debug="true"/> <!-- The <authentication> section enables configuration of the security authentication mode used by ASP.NET to identify an incoming user. --> <authentication mode="Windows"/> <!-- The <customErrors> section enables configuration of what to do if/when an unhandled error occurs during the execution of a request. Specifically, it enables developers to configure html error pages to be displayed in place of a error stack trace. <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm"> <error statusCode="403" redirect="NoAccess.htm" /> <error statusCode="404" redirect="FileNotFound.htm" /> </customErrors> --> </system.web> </configuration> --- NEW FILE: Default.aspx --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Default.aspx.cs --- using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { lbSonuc.Visible = false; } protected void Button1_Click(object sender, EventArgs e) { string ogradi = tbograd.Text; string ogrsoyad = tbogrsoyad.Text; string bolum = tbbolum.Text; string fakulte = tbfakulte.Text; string ogrid = tbogrid.Text; SqlDataSource ds = new SqlDataSource(); ds.ConnectionString = @"Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Database.mdf;Integrated Security=True;User Instance=True"; ds.ProviderName = "System.Data.SqlClient"; ds.InsertCommand = "INSERT INTO ogrenciler VALUES('" + ogrid + "','" + ogradi + "','" + ogrsoyad + "','" + bolum + "','" + fakulte + "')"; try { ds.Insert(); lbSonuc.Visible = false; lbSonuc.Text = " "; tbograd.Text = " "; tbogrsoyad.Text = " "; tbbolum.Text = " "; tbfakulte.Text = " "; tbogrid.Text = " "; } catch (Exception hata) { lbSonuc.Visible = true; lbSonuc.Text = "Kayýt sýrasýnda hata oluþtu. Lütfen tekrar deneyiniz ! \n Hata : " + hata.Message; } } } --- NEW FILE: hazýrlayanlar.txt --- (This appears to be a binary file; contents omitted.) |
From: Ethem E. <et...@us...> - 2006-06-02 11:58:31
|
Update of /cvsroot/dnsmail/projeler/validator-no/App_Data In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27950/App_Data Log Message: Directory /cvsroot/dnsmail/projeler/validator-no/App_Data added to the repository |
From: Ethem E. <et...@us...> - 2006-06-02 11:57:55
|
Update of /cvsroot/dnsmail/projeler/validator-no In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27543/validator-no Log Message: Directory /cvsroot/dnsmail/projeler/validator-no added to the repository |
From: Ayfer <ay...@us...> - 2006-06-02 00:39:12
|
Update of /cvsroot/dnsmail/projeler/ziyaretci-no In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv15202/ziyaretci-no Modified Files: defter_data.mdb Added Files: UYGULAMA ÝZLEME VE HATA YÖNETÝMÝ.doc Log Message: hocam sunumun raporunu yazdým.programýn çalýþmasýnda bir sorun yoktur umarým. --- NEW FILE: UYGULAMA ÝZLEME VE HATA YÖNETÝMÝ.doc --- (This appears to be a binary file; contents omitted.) Index: defter_data.mdb =================================================================== RCS file: /cvsroot/dnsmail/projeler/ziyaretci-no/defter_data.mdb,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvseNyfVM and /tmp/cvsPGYbEi differ |
From: Ethem E. <et...@us...> - 2006-05-30 13:17:08
|
Update of /cvsroot/dnsmail/projeler/ajanda-no In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18942/projeler/ajanda-no Added Files: nsb.aspx.cs Log Message: --- NEW FILE: nsb.aspx.cs --- using System; using System.Data; using System.Data.OleDb; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class Default3 : System.Web.UI.Page { string[,] bilgiler = new string[13, 32]; string bilgi; int gun, ay; protected void Page_Load(object sender, EventArgs e) { string text; string starih = DateTime.Today.ToShortDateString(); Label4.Text = starih; text = TextBox1.Text; OleDbConnection baglanti; OleDbCommand cmdInsert; OleDbDataReader ss; baglanti = new OleDbConnection("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA Source=KAYITLAR.mdb"); baglanti.Open(); cmdInsert = new OleDbCommand("Select kullaniciadi,tarih,bilgi,gun,ay From veriler", baglanti); ss = cmdInsert.ExecuteReader(); while (ss.Read()) { if (ss.GetString(0) == Label3.Text) { gun = Convert.ToInt32(ss["gun"]); ay = Convert.ToInt32(ss["ay"]); bilgi = Convert.ToString(ss["bilgi"]); for (int i = 1; i <= 13; i++) { for (int j = 1; j <= 32; j++) { if (ay == i && gun == j) { bilgiler[i, j] = bilgi; } } } } } baglanti.Close(); } protected void Calendar1_DayRender(object sender, DayRenderEventArgs e) { CalendarDay gun; TableCell hucre; gun = e.Day; hucre = e.Cell; string bilgi = bilgiler[gun.Date.Month, gun.Date.Day]; if (bilgi != "") { hucre.Controls.Add(new LiteralControl("<font color=#404040><p>" + bilgi)); } } protected void Button2_Click(object sender, EventArgs e) { OleDbConnection baglanti; OleDbCommand cmdInsert,cmd2Insert; OleDbDataReader ss,ss1; baglanti = new OleDbConnection("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA Source=KAYITLAR.mdb"); baglanti.Open(); cmdInsert = new OleDbCommand("Select kullaniciadi,sifre From kullanicibilgisi", baglanti); cmd2Insert = new OleDbCommand("Select kullaniciadi,tarih,bilgi,gun,ay From veriler", baglanti); ss = cmdInsert.ExecuteReader(); while (ss.Read()) { if (ss.GetString(0) == TextBox1.Text && ss.GetString(1) == TextBox2.Text) { Label3.Text = TextBox1.Text; ss1 = cmd2Insert.ExecuteReader(); while (ss1.Read()) { if (ss1.GetString(0)==TextBox1.Text) { gun = Convert.ToInt32(ss1["gun"]); ay = Convert.ToInt32(ss1["ay"]); bilgi = Convert.ToString(ss1["bilgi"]); for (int i = 1; i <= 13; i++) { for (int j = 1; j <= 32; j++) { if (ay == i && gun == j) { bilgiler[i, j] = bilgi; } } } } } Panel3.Visible = true; Panel2.Visible = false; } } baglanti.Close(); } protected void Button3_Click(object sender, EventArgs e) { if (TextBox3.Text != "") { OleDbConnection baglanti; string strInsert; OleDbCommand cmdInsert,cmd2Insert; OleDbDataReader ss1; baglanti = new OleDbConnection("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA Source=KAYITLAR.mdb"); strInsert = "Insert into veriler( kullaniciadi,bilgi,tarih,gun,ay) Values (@adý,@bilgi,@tarih,@gun,@ay)"; cmd2Insert = new OleDbCommand("Select kullaniciadi,tarih,bilgi,gun,ay From veriler", baglanti); cmdInsert = new OleDbCommand(strInsert, baglanti); cmdInsert.Parameters.Add("@adý", Label3.Text); cmdInsert.Parameters.Add("@bilgi", TextBox3.Text); cmdInsert.Parameters.Add("@tarih", Label5.Text); cmdInsert.Parameters.Add("@gun", Label7.Text); cmdInsert.Parameters.Add("@ay", Label8.Text); baglanti.Open(); cmdInsert.ExecuteNonQuery(); ss1 = cmd2Insert.ExecuteReader(); while (ss1.Read()) { if (ss1.GetString(0) == Label3.Text) { gun = Convert.ToInt32(ss1["gun"]); ay = Convert.ToInt32(ss1["ay"]); bilgi = Convert.ToString(ss1["bilgi"]); for (int i = 1; i <= 13; i++) { for (int j = 1; j <= 32; j++) { if (ay == i && gun == j) { bilgiler[i, j] = bilgi; } } } } } Panel3.Visible = true; Panel2.Visible = false; TextBox3.Text = ""; baglanti.Close(); } } protected void Calendar1_SelectionChanged1(object sender, EventArgs e) { Panel3.Visible = true; Panel2.Visible = false; TextBox3.Visible = true; Button3.Visible = true; string selecteddate = Calendar1.SelectedDate.ToShortDateString(); Label5.Text = selecteddate; Label7.Text = Calendar1.SelectedDate.Day.ToString(); Label8.Text = Calendar1.SelectedDate.Month.ToString(); } protected void Calendar1_VisibleMonthChanged(object sender, MonthChangedEventArgs e) { Panel2.Visible = false; Panel3.Visible = true; } } |
From: Ethem E. <et...@us...> - 2006-05-30 13:15:16
|
Update of /cvsroot/dnsmail/projeler/ajanda-no/App_Data In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18524/App_Data Log Message: Directory /cvsroot/dnsmail/projeler/ajanda-no/App_Data added to the repository |
From: mavi_yildiz <evr...@us...> - 2006-05-29 15:23:22
|
Update of /cvsroot/dnsmail/projeler/telreh-no/database In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv10599/telreh-no/database Added Files: rehber.mdf rehber_log.ldf Log Message: database --- NEW FILE: rehber_log.ldf --- (This appears to be a binary file; contents omitted.) --- NEW FILE: rehber.mdf --- (This appears to be a binary file; contents omitted.) |
From: mavi_yildiz <evr...@us...> - 2006-05-29 15:08:08
|
Update of /cvsroot/dnsmail/projeler/telreh-no In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv6707/telreh-no Added Files: Default.aspx Default.aspx.cs Web.Config ekle.aspx ekle.aspx.cs eklendi.aspx eklendi.aspx.cs Log Message: Projeyi ilk defa gönderiyorum --- NEW FILE: Default.aspx --- (This appears to be a binary file; contents omitted.) --- NEW FILE: eklendi.aspx --- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="eklendi.aspx.cs" Inherits="eklendi" %> <!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>Untitled Page</title> </head> <body bgcolor="#6699ff"> <form id="form1" runat="server"> <div style="text-align: center"> <br /> <br /> <br /> <br /> <strong><span style="font-size: 14pt">Kaydýnýz baþarýyla eklenmiþtir!!!!!<br /> <br /> <br /> <asp:HyperLink ID="HyperLink1" runat="server" Font-Underline="True" NavigateUrl="~/Default.aspx">anasayfa</asp:HyperLink></span></strong></div> </form> </body> </html> --- NEW FILE: ekle.aspx.cs --- using System; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class ekle : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void Button1_Click(object sender, EventArgs e) { SqlConnection ac; string ekle; SqlCommand eklekomutu; ac = new SqlConnection(@"Server=localhost;Integrated Security=SSPI;database=rehber"); ekle = "Insert rehber ( adý,soyadý,telefon,sehir) Values (@adý,@soyadý,@telefon,@sehir)"; eklekomutu = new SqlCommand(ekle, ac); eklekomutu.Parameters.Add("@adý", TextBox2.Text); eklekomutu.Parameters.Add("@soyadý", TextBox3.Text); eklekomutu.Parameters.Add("@telefon", TextBox1.Text); eklekomutu.Parameters.Add("@sehir", TextBox4.Text); ac.Open(); eklekomutu.ExecuteNonQuery(); ac.Close(); Response.Redirect("eklendi.aspx"); } } --- NEW FILE: Default.aspx.cs --- using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } } --- NEW FILE: Web.Config --- <?xml version="1.0"?> <!-- Note: As an alternative to hand editing this file you can use the web admin tool to configure settings for your application. Use the Website->Asp.Net Configuration option in Visual Studio. A full list of settings and comments can be found in machine.config.comments usually located in \Windows\Microsoft.Net\Framework\v2.x\Config --> <configuration> <appSettings/> <connectionStrings> <add name="rehberConnectionString" connectionString="Data Source=TARAKCI;Initial Catalog=rehber;Integrated Security=True" providerName="System.Data.SqlClient"/> </connectionStrings> <system.web> <!-- Set compilation debug="true" to insert debugging symbols into the compiled page. Because this affects performance, set this value to true only during development. --> <compilation debug="true"/> <!-- The <authentication> section enables configuration of the security authentication mode used by ASP.NET to identify an incoming user. --> <authentication mode="Windows"/> <!-- The <customErrors> section enables configuration of what to do if/when an unhandled error occurs during the execution of a request. Specifically, it enables developers to configure html error pages to be displayed in place of a error stack trace. <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm"> <error statusCode="403" redirect="NoAccess.htm" /> <error statusCode="404" redirect="FileNotFound.htm" /> </customErrors> --> </system.web> </configuration> --- NEW FILE: eklendi.aspx.cs --- using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class eklendi : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } } --- NEW FILE: ekle.aspx --- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ekle.aspx.cs" Inherits="ekle" %> <!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>Untitled Page</title> </head> <body bgcolor="#6699ff"> <form id="form1" runat="server"> <div style="text-align: center"> <br /> <span style="font-size: 14pt; font-family: Monotype Corsiva"><strong>EKLEME SAYFASI</strong></span><br /> <br /> <br /> <asp:Label ID="Label1" runat="server" Text="ADI" Width="102px"></asp:Label> <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox><br /> <br /> <asp:Label ID="Label2" runat="server" Text="SOYADI" Width="102px"></asp:Label> <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox><br /> <br /> <asp:Label ID="Label3" runat="server" Text="TELEFON NO" Width="100px"></asp:Label> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <br /> <br /> <asp:Label ID="Label4" runat="server" Text="SEHÝR" Width="102px"></asp:Label> <asp:TextBox ID="TextBox4" runat="server"></asp:TextBox><br /> <br /> <br /> <asp:Button ID="Button1" runat="server" Text="EKLE" OnClick="Button1_Click" /></div> </form> </body> </html> |
From: mavi_yildiz <evr...@us...> - 2006-05-29 15:07:22
|
Update of /cvsroot/dnsmail/projeler/telreh-no/database In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv6608/database Log Message: Directory /cvsroot/dnsmail/projeler/telreh-no/database added to the repository |
From: kapdan <ka...@us...> - 2006-05-27 12:56:58
|
Update of /cvsroot/dnsmail/projeler/sozluk-no/YENÝ HALÝ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1145/YENÝ HALÝ Added Files: Default.aspx Default.aspx.cs SARA.aspx SARA.aspx.cs SDUZ.aspx SDUZ.aspx.cs SEKLE.aspx SEKLE.aspx.cs Sozluk.mdb Win-liquide-1280-1024prev.jpg Log Message: projeyi yeniden düzenledik,ekleme,düzeltme özelliklerini ekledik. --- NEW FILE: SEKLE.aspx.cs --- using System; using System.Data; using System.Data.OleDb; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class SEKLE : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void Button1_Click(object sender, EventArgs e) { OleDbConnection baglanti; string strInsert; OleDbCommand cmdInsert; baglanti = new OleDbConnection(@"Provider=Microsoft.Jet.Oledb.4.0;data source=" + Server.MapPath("sozluk.mdb")); strInsert = "Insert into Sozluk ( kelime,deger) Values (@kelime,@deger)"; cmdInsert = new OleDbCommand(strInsert, baglanti); cmdInsert.Parameters.Add("@kelime", TextBox1.Text); cmdInsert.Parameters.Add("@deger", TextBox2.Text); baglanti.Open(); cmdInsert.ExecuteNonQuery(); baglanti.Close(); } } --- NEW FILE: SARA.aspx --- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="SARA.aspx.cs" Inherits="SARA" %> <!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>Untitled Page</title> </head> <body style="background-image: url(Win-liquide-1280-1024prev.jpg)"> <form id="form1" runat="server"> <div style="background-image: url(Win-liquide-1280-1024prev.jpg); text-align: center; font-weight: bold; color: #000099;" title="SÖZCÜK ARA"> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> SÖZCÜK<br /> <br /> <asp:TextBox ID="TextBox1" runat="server" Width="263px"></asp:TextBox><br /> <br /> <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="BUL" Font-Bold="True" ForeColor="Blue" /><br /> <br /> TÜRKÇE KARÞILIÐI<br /> <br /> <asp:Label ID="Label1" runat="server" Height="39px" Width="84px"></asp:Label><br /> <br /> <br /> <br /> <asp:Button ID="Button2" runat="server" Font-Bold="True" ForeColor="Blue" PostBackUrl="~/Default.aspx" Text="ANA SAYFA" Width="102px" /><br /> </div> </form> </body> </html> --- NEW FILE: Default.aspx --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SDUZ.aspx --- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="SDUZ.aspx.cs" Inherits="SDUZ" %> <!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>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div style="background-image: url(Win-liquide-1280-1024prev.jpg); background-color: transparent; text-align: center"> <br /> <br /> <br /> <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" BackColor="White" BorderColor="#3366CC" BorderStyle="None" BorderWidth="1px" CellPadding="4" DataKeyNames="id" DataSourceID="AccessDataSource1" AllowSorting="True"> <FooterStyle BackColor="#99CCCC" ForeColor="#003399" /> <Columns> <asp:BoundField DataField="kelime" HeaderText="kelime" SortExpression="kelime" /> <asp:BoundField DataField="deger" HeaderText="deger" SortExpression="deger" /> <asp:CommandField ButtonType="Button" CancelText="ÝPTAL" DeleteText="SÝL" EditText="DÜZENLE" ShowEditButton="True" UpdateText="GÜNCELLE" /> </Columns> <RowStyle BackColor="White" ForeColor="#003399" /> <SelectedRowStyle BackColor="#009999" Font-Bold="True" ForeColor="#CCFF99" /> <PagerStyle BackColor="#99CCCC" ForeColor="#003399" HorizontalAlign="Left" /> <HeaderStyle BackColor="#003399" Font-Bold="True" ForeColor="#CCCCFF" /> </asp:GridView> <asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/Sozluk.mdb" DeleteCommand="Delete * From Sozluk where (id = @id)" SelectCommand="SELECT [id], [kelime], [deger] FROM [Sozluk]" UpdateCommand="UPDATE Sozluk SET kelime = @kelime, deger = @deger where id=@id"> <DeleteParameters> <asp:ControlParameter ControlID="GridView1" Name="newparameter" PropertyName="SelectedValue" /> </DeleteParameters> </asp:AccessDataSource> <br /> <asp:Button ID="Button2" runat="server" Font-Bold="True" ForeColor="Blue" PostBackUrl="~/Default.aspx" Text="ANA SAYFA" Width="102px" /><br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> </div> </form> </body> </html> --- NEW FILE: SARA.aspx.cs --- using System; using System.Data; using System.Data.OleDb; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class SARA : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void Button1_Click(object sender, EventArgs e) { OleDbConnection baglanti; string strselect; OleDbCommand cmdselect; baglanti = new OleDbConnection(@"Provider=Microsoft.Jet.Oledb.4.0;data source=" + Server.MapPath("sozluk.mdb")); strselect = "select * from sozluk where kelime = '" + TextBox1.Text + "'"; cmdselect = new OleDbCommand(strselect, baglanti); baglanti.Open(); OleDbDataReader rd = cmdselect.ExecuteReader(); ArrayList liste = new ArrayList(); while (rd.Read()) { liste.Add(rd["deger"]); } foreach (string kelime in liste) { Label1.Text += kelime + "<br>"; } baglanti.Close(); } } --- NEW FILE: Default.aspx.cs --- using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } } --- NEW FILE: SDUZ.aspx.cs --- using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class SDUZ : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } } --- NEW FILE: Sozluk.mdb --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Win-liquide-1280-1024prev.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: SEKLE.aspx --- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="SEKLE.aspx.cs" Inherits="SEKLE" %> <!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>Untitled Page</title> </head> <body style="background-image: url(Win-liquide-1280-1024prev.jpg)"> <form id="form1" runat="server"> <div style="font-weight: bold; background-image: url(Win-liquide-1280-1024prev.jpg); color: #000099; text-align: center" title="KAYIT EKLE"> <br /> <br /> <br /> <br /> <br /> ÝNGÝLÝZCE KELÝME<br /> <br /> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox><br /> <br /> <br /> TÜRKÇE KARÞILIÐI<br /> <br /> <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox><br /> <br /> <br /> <asp:Button ID="Button1" runat="server" Font-Bold="True" ForeColor="Blue" OnClick="Button1_Click" Text="KAYDET" Width="102px" /> <asp:Button ID="Button2" runat="server" Font-Bold="True" ForeColor="Blue" PostBackUrl="~/Default.aspx" Text="ANA SAYFA" Width="102px" /><br /> </div> </form> </body> </html> |
From: kapdan <ka...@us...> - 2006-05-27 12:54:26
|
Update of /cvsroot/dnsmail/projeler/sozluk-no/YENÝ HALÝ/App_Data In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv783/App_Data Log Message: Directory /cvsroot/dnsmail/projeler/sozluk-no/YENÝ HALÝ/App_Data added to the repository |
From: kapdan <ka...@us...> - 2006-05-27 12:53:51
|
Update of /cvsroot/dnsmail/projeler/sozluk-no/YENÝ HALÝ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv465/YENÝ HALÝ Log Message: Directory /cvsroot/dnsmail/projeler/sozluk-no/YENÝ HALÝ added to the repository |
From: berhuni <be...@us...> - 2006-05-27 12:43:27
|
Update of /cvsroot/dnsmail/projeler/ajanda-no In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv26742 Added Files: KAYITLAR.MDB Web.Config nsb.aspx nsb[1].aspx.cs Log Message: ilk defa ekliyoruz. --- NEW FILE: Web.Config --- <?xml version="1.0"?> <!-- Note: As an alternative to hand editing this file you can use the web admin tool to configure settings for your application. Use the Website->Asp.Net Configuration option in Visual Studio. A full list of settings and comments can be found in machine.config.comments usually located in \Windows\Microsoft.Net\Framework\v2.x\Config --> <configuration> <appSettings/> <connectionStrings> <add name="KAYITLARConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source="C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\KAYITLAR.MDB"" providerName="System.Data.OleDb" /> <add name="KAYITLARConnectionString2" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source="C:\Documents and Settings\MRT\Belgelerim\Visual Studio 2005\Projects\KAYITLAR.MDB"" providerName="System.Data.OleDb" /> <add name="KAYITLARConnectionString3" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source="C:\Documents and Settings\SE\Belgelerim\Visual Studio 2005\Projects\Yeni Klasör\KAYITLAR.MDB"" providerName="System.Data.OleDb" /> <add name="KAYITLARConnectionString4" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source="C:\Documents and Settings\SE\Belgelerim\Visual Studio 2005\Projects\Yeni Klasör\KAYITLAR.MDB"" providerName="System.Data.OleDb" /> <add name="KAYITLARConnectionString5" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source="C:\Documents and Settings\SE\Belgelerim\Visual Studio 2005\Projects\Yeni Klasör\KAYITLAR.MDB"" providerName="System.Data.OleDb" /> <add name="KAYITLARConnectionString6" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source="C:\Documents and Settings\SE\Belgelerim\Visual Studio 2005\Projects\Yeni Klasör\KAYITLAR.MDB"" providerName="System.Data.OleDb" /> </connectionStrings> <system.web> <!-- Set compilation debug="true" to insert debugging symbols into the compiled page. Because this affects performance, set this value to true only during development. --> <compilation debug="true"/> <!-- The <authentication> section enables configuration of the security authentication mode used by ASP.NET to identify an incoming user. --> <authentication mode="Windows"/> <!-- The <customErrors> section enables configuration of what to do if/when an unhandled error occurs during the execution of a request. Specifically, it enables developers to configure html error pages to be displayed in place of a error stack trace. <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm"> <error statusCode="403" redirect="NoAccess.htm" /> <error statusCode="404" redirect="FileNotFound.htm" /> </customErrors> --> </system.web> </configuration> --- NEW FILE: nsb.aspx --- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="nsb.aspx.cs" Inherits="Default3" %> <!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>Untitled Page</title> </head> <body > <form id="form1" runat="server"> <div> <br /> <asp:Label ID="Label3" runat="server" Text="Label" Visible="False"></asp:Label> <asp:Label ID="Label4" runat="server" Text="Label" Visible="False"></asp:Label><br /> <center> <asp:Panel ID="Panel2" runat="server" Height="1px" Width="345px"> <table style="width: 336px; height: 188px; background-color: transparent;" border="0" cellpadding="4" cellspacing="4" > <tr> <td style="width: 82px"> <asp:Label ID="Label1" runat="server" Text="Kullanýcý " BackColor="#FFC080" BorderColor="#FFC0C0" BorderStyle="Dotted" BorderWidth="1px" Font-Bold="True" Font-Size="Medium" ForeColor="#C04000" Width="128px"></asp:Label></td> <td style="width: 158px"> <asp:TextBox ID="TextBox1" runat="server" BackColor="#FFE0C0" BorderStyle="Double" BorderWidth="1px"></asp:TextBox></td> </tr> <tr> <td style="width: 82px; height: 26px;"> <asp:Label ID="Label2" runat="server" Text="Þifre" BackColor="#FFC080" BorderColor="#FFC0C0" BorderStyle="Dotted" BorderWidth="1px" Font-Bold="True" Font-Size="Medium" ForeColor="#C04000" Width="128px"></asp:Label></td> <td style="width: 158px; height: 26px;"> <asp:TextBox ID="TextBox2" runat="server" BackColor="#FFE0C0" BorderStyle="Double" BorderWidth="1px"></asp:TextBox></td> </tr> <tr> <td style="width: 63px" colspan="2" align="right" valign="middle" > <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="GÝRÝÞ" /></td> </tr> <tr> <td style="width: 63px" colspan="2" align="center" > <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1" ErrorMessage="Kullanýcý adýný giriniz" Width="235px"></asp:RequiredFieldValidator></td> </tr> <tr> <td style="width: 63px" colspan="2" align="center" > <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox2" ErrorMessage="Þifre giriniz" Width="238px"></asp:RequiredFieldValidator> </td> </tr> </table> </asp:Panel></center> <br /> <asp:Panel ID="Panel3" runat="server" Height="1px" Width="560px" Visible="False"> <asp:Label ID="Label5" runat="server" Text="Label" Visible="False"></asp:Label> <asp:Label ID="Label7" runat="server" Text="Label" Visible="False"></asp:Label> <asp:Label ID="Label8" runat="server" Text="Label" Visible="False"></asp:Label><center> <center> <table> <tr> <td align="left" valign="bottom" style="height: 95px; width: 898px;"> <asp:Label ID="Label6" runat="server" BackColor="#FFC080" Font-Bold="True" Font-Italic="False" Font-Names="Comic Sans MS" Font-Overline="False" Font-Size="Large" Font-Strikeout="False" ForeColor="#C04000" Text="Ajandaya bilgi girmek için tarih seçiniz" BorderColor="#FF8000" BorderWidth="1px"></asp:Label><br /> <br /> <br /> </td> </tr> <tr> <td style="width: 898px"> <asp:Calendar ID="Calendar1" runat="server" BackColor="White" BorderColor="Black" BorderStyle="Solid" CellSpacing="1" Font-Names="Verdana" Font-Size="9pt" ForeColor="Black" Height="338px" NextPrevFormat="FullMonth" OnDayRender="Calendar1_DayRender" Width="895px" OnSelectionChanged="Calendar1_SelectionChanged1" OnVisibleMonthChanged="Calendar1_VisibleMonthChanged"> <SelectedDayStyle BackColor="Gainsboro" ForeColor="Coral" BorderColor="#FFE0C0" /> <TodayDayStyle BackColor="#999999" ForeColor="White" /> <DayStyle BackColor="Silver" BorderStyle="None" Font-Bold="True" Font-Italic="False" ForeColor="Indigo" /> <OtherMonthDayStyle ForeColor="#999999" /> <NextPrevStyle Font-Bold="True" Font-Size="8pt" ForeColor="White" /> <DayHeaderStyle Font-Bold="True" Font-Size="8pt" ForeColor="DarkViolet" Height="10pt" HorizontalAlign="Center" VerticalAlign="Middle" Wrap="True" /> <TitleStyle BackColor="#333399" BorderStyle="Solid" Font-Bold="True" Font-Size="12pt" ForeColor="White" Height="12pt" /> </asp:Calendar> </td> </tr> <tr> <td align="right" valign="top" style="width: 898px"> <br /> <asp:TextBox ID="TextBox3" runat="server" BackColor="#FFE0C0" Height="57px" TextMode="MultiLine" Visible="False" Width="885px" BorderStyle="Double" BorderWidth="1px"></asp:TextBox><br /> </td> </tr> <tr> <td align="right" style="width: 898px; height: 41px"> <asp:Button ID="Button3" runat="server" Text="Kaydet" OnClick="Button3_Click" Visible="False" Height="38px" Width="136px" /></td> </tr> </table> </center> <center> </center> </center> </asp:Panel> </div> </form> </body> </html> --- NEW FILE: nsb[1].aspx.cs --- using System; using System.Data; using System.Data.OleDb; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class Default3 : System.Web.UI.Page { string[,] bilgiler = new string[13, 32]; string bilgi; int gun, ay; protected void Page_Load(object sender, EventArgs e) { string text; string starih = DateTime.Today.ToShortDateString(); Label4.Text = starih; text = TextBox1.Text; OleDbConnection baglanti; OleDbCommand cmdInsert; OleDbDataReader ss; baglanti = new OleDbConnection("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA Source=KAYITLAR.mdb"); baglanti.Open(); cmdInsert = new OleDbCommand("Select kullaniciadi,tarih,bilgi,gun,ay From veriler", baglanti); ss = cmdInsert.ExecuteReader(); while (ss.Read()) { if (ss.GetString(0) == Label3.Text) { gun = Convert.ToInt32(ss["gun"]); ay = Convert.ToInt32(ss["ay"]); bilgi = Convert.ToString(ss["bilgi"]); for (int i = 1; i <= 13; i++) { for (int j = 1; j <= 32; j++) { if (ay == i && gun == j) { bilgiler[i, j] = bilgi; } } } } } baglanti.Close(); } protected void Calendar1_DayRender(object sender, DayRenderEventArgs e) { CalendarDay gun; TableCell hucre; gun = e.Day; hucre = e.Cell; string bilgi = bilgiler[gun.Date.Month, gun.Date.Day]; if (bilgi != "") { hucre.Controls.Add(new LiteralControl("<font color=#404040><p>" + bilgi)); } } protected void Button2_Click(object sender, EventArgs e) { OleDbConnection baglanti; OleDbCommand cmdInsert,cmd2Insert; OleDbDataReader ss,ss1; baglanti = new OleDbConnection("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA Source=KAYITLAR.mdb"); baglanti.Open(); cmdInsert = new OleDbCommand("Select kullaniciadi,sifre From kullanicibilgisi", baglanti); cmd2Insert = new OleDbCommand("Select kullaniciadi,tarih,bilgi,gun,ay From veriler", baglanti); ss = cmdInsert.ExecuteReader(); while (ss.Read()) { if (ss.GetString(0) == TextBox1.Text && ss.GetString(1) == TextBox2.Text) { Label3.Text = TextBox1.Text; ss1 = cmd2Insert.ExecuteReader(); while (ss1.Read()) { if (ss1.GetString(0)==TextBox1.Text) { gun = Convert.ToInt32(ss1["gun"]); ay = Convert.ToInt32(ss1["ay"]); bilgi = Convert.ToString(ss1["bilgi"]); for (int i = 1; i <= 13; i++) { for (int j = 1; j <= 32; j++) { if (ay == i && gun == j) { bilgiler[i, j] = bilgi; } } } } } Panel3.Visible = true; Panel2.Visible = false; } } baglanti.Close(); } protected void Button3_Click(object sender, EventArgs e) { if (TextBox3.Text != "") { OleDbConnection baglanti; string strInsert; OleDbCommand cmdInsert,cmd2Insert; OleDbDataReader ss1; baglanti = new OleDbConnection("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA Source=KAYITLAR.mdb"); strInsert = "Insert into veriler( kullaniciadi,bilgi,tarih,gun,ay) Values (@adý,@bilgi,@tarih,@gun,@ay)"; cmd2Insert = new OleDbCommand("Select kullaniciadi,tarih,bilgi,gun,ay From veriler", baglanti); cmdInsert = new OleDbCommand(strInsert, baglanti); cmdInsert.Parameters.Add("@adý", Label3.Text); cmdInsert.Parameters.Add("@bilgi", TextBox3.Text); cmdInsert.Parameters.Add("@tarih", Label5.Text); cmdInsert.Parameters.Add("@gun", Label7.Text); cmdInsert.Parameters.Add("@ay", Label8.Text); baglanti.Open(); cmdInsert.ExecuteNonQuery(); ss1 = cmd2Insert.ExecuteReader(); while (ss1.Read()) { if (ss1.GetString(0) == Label3.Text) { gun = Convert.ToInt32(ss1["gun"]); ay = Convert.ToInt32(ss1["ay"]); bilgi = Convert.ToString(ss1["bilgi"]); for (int i = 1; i <= 13; i++) { for (int j = 1; j <= 32; j++) { if (ay == i && gun == j) { bilgiler[i, j] = bilgi; } } } } } Panel3.Visible = true; Panel2.Visible = false; TextBox3.Text = ""; baglanti.Close(); } } protected void Calendar1_SelectionChanged1(object sender, EventArgs e) { Panel3.Visible = true; Panel2.Visible = false; TextBox3.Visible = true; Button3.Visible = true; string selecteddate = Calendar1.SelectedDate.ToShortDateString(); Label5.Text = selecteddate; Label7.Text = Calendar1.SelectedDate.Day.ToString(); Label8.Text = Calendar1.SelectedDate.Month.ToString(); } protected void Calendar1_VisibleMonthChanged(object sender, MonthChangedEventArgs e) { Panel2.Visible = false; Panel3.Visible = true; } } --- NEW FILE: KAYITLAR.MDB --- (This appears to be a binary file; contents omitted.) |
From: Ayfer <ay...@us...> - 2006-05-26 23:28:50
|
Update of /cvsroot/dnsmail/projeler/ziyaretci-no In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv19980/ziyaretci-no Modified Files: Default.aspx Web.Config defter_data.mdb kayit.aspx kayit.aspx.cs Added Files: FileNotFound.htm GenericErrorPage.htm NoAccess.htm yonetim.aspx yonetim.aspx.cs Log Message: ziyaretçi defterinin yönetim sayfasý ve hata sayfalarýný ekledim. kayýt sayfasýna validation ekledim. genel olarak renkleri düzenledim. yönetim sayfasýnýn ad-þifre kýsmýný adýnýz:ayfer, þifre:123 yaptým. proje bende hatasýz çalýþýyor.Bir hata olursa söylerseniz sevinirim. --- NEW FILE: GenericErrorPage.htm --- <!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> <title>Untitled Page</title> </head> <body bgcolor="#ffff99" > <span style="font-size: 32pt; color: #00fa9a; font-family: Forte">Genel hata Maalesef.. :(<br /> Anasayfaya Gitmek için </span><a href="Default.aspx"><span style="font-size: 32pt; font-family: Forte">Týklayýnýz.</span></a> </body> </html> --- NEW FILE: NoAccess.htm --- <!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> <title>Untitled Page</title> </head> <body bgcolor="#ffccff"> <span style="font-size: 32pt; color: mediumspringgreen; font-family: Forte">Erisim Yok Maalesef.. :(<br /> Anasayfaya Gitmek için <a href="Default.aspx">Týklayýnýz.</a></span> </body> </html> Index: kayit.aspx.cs =================================================================== RCS file: /cvsroot/dnsmail/projeler/ziyaretci-no/kayit.aspx.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kayit.aspx.cs 25 May 2006 23:54:19 -0000 1.1 --- kayit.aspx.cs 26 May 2006 23:28:43 -0000 1.2 *************** *** 15,25 **** protected void Button1_Click(object sender, EventArgs e) { ! ! OleDbConnection baglanti; OleDbCommand sorgu; - - - baglanti = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=/Yedek/Belgelerim/Visual Studio 2005/WebSites/WebSite5/defter_data.mdb"); baglanti.Open(); --- 15,21 ---- protected void Button1_Click(object sender, EventArgs e) { ! if (Page.IsValid){ OleDbConnection baglanti; OleDbCommand sorgu; baglanti = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=/Yedek/Belgelerim/Visual Studio 2005/WebSites/WebSite5/defter_data.mdb"); baglanti.Open(); *************** *** 33,38 **** OleDbDataReader veri; veri = sorgu.ExecuteReader(); - // datagrid.DataSource = veri; - // datagrid.DataBind(); baglanti.Close(); Panel1.Visible = false; --- 29,32 ---- *************** *** 40,43 **** --- 34,38 ---- HyperLink1.Visible = true; } + } } Index: Default.aspx =================================================================== RCS file: /cvsroot/dnsmail/projeler/ziyaretci-no/Default.aspx,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Default.aspx 25 May 2006 23:54:19 -0000 1.1 --- Default.aspx 26 May 2006 23:28:43 -0000 1.2 *************** *** 13,17 **** <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="kayit.aspx" Target="_self">Mesaj Yaz</asp:HyperLink> <asp:DataList ID="DataList1" runat="server" Caption="<b>Ziyaretci Mesajları</b>" CaptionAlign="Left" ! DataKeyField="ID" DataSourceID="AccessDataSource1" EnableTheming="True" BackColor="White" BorderColor="#E7E7FF" BorderStyle="None" BorderWidth="1px" CellPadding="3" GridLines="Horizontal" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" Width="1px"> <ItemTemplate> <table style="width: 300px; height: 100px" border=0> --- 13,17 ---- <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="kayit.aspx" Target="_self">Mesaj Yaz</asp:HyperLink> <asp:DataList ID="DataList1" runat="server" Caption="<b>Ziyaretci Mesajları</b>" CaptionAlign="Left" ! DataKeyField="ID" DataSourceID="AccessDataSource1" EnableTheming="True" BackColor="White" BorderColor="SeaGreen" BorderStyle="Solid" BorderWidth="1px" CellPadding="3" GridLines="Horizontal" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" Width="1px"> <ItemTemplate> <table style="width: 300px; height: 100px" border=0> *************** *** 44,53 **** <FooterStyle BackColor="#B5C7DE" ForeColor="#4A3C8C" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" /> <SelectedItemStyle BackColor="#738A9C" Font-Bold="True" ForeColor="#F7F7F7" /> ! <AlternatingItemStyle BackColor="#F7F7F7" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" /> ! <ItemStyle BackColor="MistyRose" ForeColor="#660099" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Left" /> ! <HeaderStyle BackColor="LightPink" Font-Bold="True" ForeColor="#F7F7F7" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" /> ! </asp:DataList> ! ! </div> </form> </body> --- 44,52 ---- <FooterStyle BackColor="#B5C7DE" ForeColor="#4A3C8C" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" /> <SelectedItemStyle BackColor="#738A9C" Font-Bold="True" ForeColor="#F7F7F7" /> ! <AlternatingItemStyle BackColor="PaleTurquoise" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" /> ! <ItemStyle BackColor="#FFC0FF" ForeColor="DarkGreen" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Left" /> ! <HeaderStyle Font-Bold="True" ForeColor="#F7F7F7" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" /> ! </asp:DataList><br /> ! <asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="yonetim.aspx" Target="_self">Yönetim Sayfası</asp:HyperLink></div> </form> </body> Index: kayit.aspx =================================================================== RCS file: /cvsroot/dnsmail/projeler/ziyaretci-no/kayit.aspx,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kayit.aspx 25 May 2006 23:54:19 -0000 1.1 --- kayit.aspx 26 May 2006 23:28:43 -0000 1.2 *************** *** 5,48 **** <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> ! <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> ! <asp:Panel ID="Panel1" runat="server" Height="282px" Width="421px"> ! <table border="0" style="width: 412px; height: 286px"> <tr> ! <td style="width: 96px; height: 10px;"> Ad soyad:</td> ! <td style="width: 13px; height: 10px;"> ! <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td> ! <td style="width: 23px; height: 10px;"> ! </td> </tr> <tr> ! <td style="width: 96px; height: 10px;"> Nereden:</td> ! <td style="width: 13px; height: 10px;"> <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox></td> ! <td style="width: 23px; height: 10px;"> ! </td> </tr> <tr> ! <td style="width: 96px; height: 10px"> Meslek:</td> ! <td style="width: 13px; height: 10px"> <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox></td> ! <td style="width: 23px; height: 10px"> ! </td> </tr> <tr> ! <td style="width: 96px; height: 36px"> Mesajınız:</td> ! <td style="width: 13px; height: 36px"> <asp:TextBox ID="TextBox4" runat="server" Height="177px" TextMode="MultiLine" Width="319px"></asp:TextBox></td> - <td style="width: 23px; height: 36px"> - </td> </tr> ! </table><asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="Kaydet"></asp:Button></asp:Panel> </div> <asp:Label ID="Label1" runat="server" Text="Mesajınız Kaydedildi TeÅekkürler" Visible="False"></asp:Label><br /> --- 5,52 ---- <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> ! <title>Ayfer _ Ziyaretci Defteri</title> </head> <body> <form id="form1" runat="server"> <div> ! <asp:Panel ID="Panel1" runat="server" Height="282px" Width="543px"> ! <table border="1" style="width: 513px; height: 298px"> <tr> ! <td style="width: 128px; height: 1px;"> Ad soyad:</td> ! <td style="width: 42px; height: 1px;"> ! <asp:TextBox ID="TextBox1" runat="server" Width="150px"></asp:TextBox> ! </td> ! <td style="width: 130px; height: 1px;"> ! <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1" ! ErrorMessage="RequiredFieldValidator" Width="133px">Bu alan boÅ olamaz!!</asp:RequiredFieldValidator></td> </tr> <tr> ! <td style="width: 128px; height: 1px;"> Nereden:</td> ! <td style="width: 42px; height: 1px;"> <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox></td> ! <td style="width: 130px; height: 1px;"> ! <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox2" ! ErrorMessage="RequiredFieldValidator" Width="130px">Bu alan boÅ olamaz!!</asp:RequiredFieldValidator></td> </tr> <tr> ! <td style="width: 128px; height: 1px"> Meslek:</td> ! <td style="width: 42px; height: 1px"> <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox></td> ! <td style="width: 130px; height: 1px"> ! <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="TextBox3" ! ErrorMessage="RequiredFieldValidator" Width="130px">Bu alan boÅ olamaz!!</asp:RequiredFieldValidator></td> </tr> <tr> ! <td style="width: 128px; height: 36px"> Mesajınız:</td> ! <td colspan="2" style="height: 36px"> <asp:TextBox ID="TextBox4" runat="server" Height="177px" TextMode="MultiLine" Width="319px"></asp:TextBox></td> </tr> ! </table><asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="Kaydet"></asp:Button> ! <asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="TextBox4" ! ErrorMessage="RequiredFieldValidator">Mesaj kısmını boÅ bırakamazsınız!</asp:RequiredFieldValidator></asp:Panel> </div> <asp:Label ID="Label1" runat="server" Text="Mesajınız Kaydedildi TeÅekkürler" Visible="False"></asp:Label><br /> --- NEW FILE: yonetim.aspx --- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="yonetim.aspx.cs" Inherits="yonetim" %> <!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>Ayfer _ Ziyaretci Defteri</title> </head> <body> <form id="form1" runat="server"> <div> <asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/defter_data.mdb" SelectCommand="SELECT * FROM [defter]" UpdateCommand="UPDATE defter SET Ad = @ad, Nereden = @nereden, Meslek = @meslek, Mesaj = @mesaj where (ID=@id)" DeleteCommand="DELETE FROM defter WHERE (ID = @ID)"> </asp:AccessDataSource> </div> <asp:Panel ID="Panel2" runat="server" Height="223px" Width="790px" Visible="False"> <asp:GridView ID="GridData" runat="server" AutoGenerateColumns="False" DataKeyNames="ID" DataSourceID="AccessDataSource1" AllowSorting="True" BackColor="White" BorderColor="SeaGreen" BorderStyle="Solid" BorderWidth="1px" CellPadding="3" Font-Names="Arial Narrow" Font-Strikeout="False" GridLines="Horizontal"> <Columns> <asp:BoundField DataField="ID" HeaderText="ID" InsertVisible="False" SortExpression="ID" ReadOnly="True" > <ItemStyle BackColor="Teal" Font-Bold="True" ForeColor="White" /> </asp:BoundField> <asp:BoundField DataField="Ad" HeaderText="Ad" SortExpression="Ad" /> <asp:BoundField DataField="Nereden" HeaderText="Nereden" SortExpression="Nereden" /> <asp:BoundField DataField="Meslek" HeaderText="Meslek" SortExpression="Meslek" /> <asp:BoundField DataField="Mesaj" HeaderText="Mesaj" SortExpression="Mesaj" /> <asp:CommandField ShowEditButton="True" ButtonType="Button" CancelText="Ýptal" EditText="Düzelt" UpdateText="Kaydet" DeleteText="Sil" ShowDeleteButton="True" /> </Columns> <FooterStyle BackColor="Purple" ForeColor="White" /> <RowStyle BackColor="PaleTurquoise" BorderWidth="2px" ForeColor="Navy" /> <EditRowStyle Font-Underline="True" /> <SelectedRowStyle BackColor="#738A9C" Font-Bold="True" ForeColor="#F7F7F7" /> <PagerStyle BackColor="#E7E7FF" ForeColor="#4A3C8C" HorizontalAlign="Right" /> <HeaderStyle BackColor="Teal" BorderColor="White" Font-Bold="True" Font-Names="CityBlueprint" ForeColor="#F7F7F7" /> <AlternatingRowStyle BackColor="#FFC0FF" BorderStyle="Solid" BorderWidth="5px" /> </asp:GridView> <asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="kayit.aspx" Target="_self">Yeni kayýt ekle</asp:HyperLink><br /> <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="Default.aspx" Target="_self">anasayfa</asp:HyperLink></asp:Panel> <asp:Panel ID="Panel1" runat="server" Height="78px" Width="260px"> <strong><span style="font-size: 14pt">Adýnýz___:</span></strong><asp:TextBox ID="TextBox1" runat="server"></asp:TextBox><br /> <strong><span style="font-size: 14pt">Þifre____:</span></strong><asp:TextBox ID="TextBox2" runat="server"></asp:TextBox><br /> <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="Tamam" /> <asp:Label ID="Label1" runat="server" ForeColor="Red"></asp:Label></asp:Panel> </form> </body> </html> --- NEW FILE: FileNotFound.htm --- <!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> <title>Untitled Page</title> </head> <body bgcolor=NavajoWhite style="font-size: 12pt"> <span style="font-size: 24pt; color: mediumspringgreen"><strong><span style="font-size: 32pt"> <span style="font-family: Forte">Sayfa Bulunamadý Maalesef...:(<br /> Anasayfaya Gitmek için </span><a href="Default.aspx"><span style="font-family: Forte"> Týklayýnýz.</span></a></span><br /> </strong></span><a href="Default.aspx"></a> </body> </html> Index: defter_data.mdb =================================================================== RCS file: /cvsroot/dnsmail/projeler/ziyaretci-no/defter_data.mdb,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsFtzhWR and /tmp/cvszQJP5m differ Index: Web.Config =================================================================== RCS file: /cvsroot/dnsmail/projeler/ziyaretci-no/Web.Config,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Web.Config 25 May 2006 23:54:19 -0000 1.1 --- Web.Config 26 May 2006 23:28:43 -0000 1.2 *************** *** 1,40 **** <?xml version="1.0"?> ! <!-- ! Note: As an alternative to hand editing this file you can use the ! web admin tool to configure settings for your application. Use ! the Website->Asp.Net Configuration option in Visual Studio. ! A full list of settings and comments can be found in ! machine.config.comments usually located in ! \Windows\Microsoft.Net\Framework\v2.x\Config ! --> <configuration> <appSettings/> <connectionStrings/> <system.web> ! <!-- ! Set compilation debug="true" to insert debugging ! symbols into the compiled page. Because this ! affects performance, set this value to true only ! during development. ! --> <compilation debug="true"/> - <!-- - The <authentication> section enables configuration - of the security authentication mode used by - ASP.NET to identify an incoming user. - --> - <authentication mode="Windows"/> - <!-- - The <customErrors> section enables configuration - of what to do if/when an unhandled error occurs - during the execution of a request. Specifically, - it enables developers to configure html error pages - to be displayed in place of a error stack trace. ! <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm"> <error statusCode="403" redirect="NoAccess.htm" /> <error statusCode="404" redirect="FileNotFound.htm" /> </customErrors> ! --> </system.web> </configuration> --- 1,18 ---- <?xml version="1.0"?> ! <configuration> <appSettings/> <connectionStrings/> <system.web> ! <compilation debug="true"/> ! <authentication mode="Windows"/> ! ! <customErrors mode="On" defaultRedirect="GenericErrorPage.htm"> <error statusCode="403" redirect="NoAccess.htm" /> <error statusCode="404" redirect="FileNotFound.htm" /> </customErrors> ! </system.web> </configuration> --- NEW FILE: yonetim.aspx.cs --- using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class yonetim : System.Web.UI.Page { protected void Button1_Click(object sender, EventArgs e) { if (TextBox1.Text == "ayfer") { if (TextBox2.Text == "123") { Panel1.Visible = false; Panel2.Visible = true; } else { Label1.Text = "Þifre Yanlýþ"; } } else { Label1.Text = "Ad Yanlýþ"; } } } |
From: kapdan <ka...@us...> - 2006-05-26 10:37:47
|
Update of /cvsroot/dnsmail/projeler/sozluk-no In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv19239 Added Files: Default.aspx Default.aspx.cs Sozluk.mdb Web.Config Log Message: Ýlk defa dosyalarý ekliyorum. --- NEW FILE: Web.Config --- <?xml version="1.0"?> <!-- Note: As an alternative to hand editing this file you can use the web admin tool to configure settings for your application. Use the Website->Asp.Net Configuration option in Visual Studio. A full list of settings and comments can be found in machine.config.comments usually located in \Windows\Microsoft.Net\Framework\v2.x\Config --> <configuration> <appSettings/> <connectionStrings> <add name="SozlukConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Inetpub\wwwroot\WebSite41\Sozluk.mdb" providerName="System.Data.OleDb" /> <add name="SozlukConnectionString2" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Inetpub\wwwroot\WebSite41\Sozluk.mdb" providerName="System.Data.OleDb" /> <add name="SozlukConnectionString3" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Inetpub\wwwroot\WebSite41\Sozluk.mdb" providerName="System.Data.OleDb" /> <add name="SozlukConnectionString4" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Inetpub\wwwroot\WebSite41\Sozluk.mdb" providerName="System.Data.OleDb" /> </connectionStrings> <system.web> <!-- Set compilation debug="true" to insert debugging symbols into the compiled page. Because this affects performance, set this value to true only during development. --> <compilation debug="true"/> <!-- The <authentication> section enables configuration of the security authentication mode used by ASP.NET to identify an incoming user. --> <authentication mode="Windows"/> <!-- The <customErrors> section enables configuration of what to do if/when an unhandled error occurs during the execution of a request. Specifically, it enables developers to configure html error pages to be displayed in place of a error stack trace. <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm"> <error statusCode="403" redirect="NoAccess.htm" /> <error statusCode="404" redirect="FileNotFound.htm" /> </customErrors> --> </system.web> </configuration> --- NEW FILE: Sozluk.mdb --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Default.aspx.cs --- using System; using System.Data; using System.Data.OleDb; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Collections; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void Button1_Click(object sender, EventArgs e) { OleDbConnection baglanti; string strselect; OleDbCommand cmdselect; baglanti = new OleDbConnection(@"Provider=Microsoft.Jet.Oledb.4.0;data source=" + Server.MapPath("sozluk.mdb")); strselect = "select * from sozluk where kelime = '" + TextBox1.Text + "'"; cmdselect = new OleDbCommand(strselect, baglanti); baglanti.Open(); OleDbDataReader rd= cmdselect.ExecuteReader(); ArrayList liste = new ArrayList(); while (rd.Read()) { liste.Add(rd["deger"]); } foreach (string kelime in liste) { Label1.Text += kelime + "<br>"; } baglanti.Close(); } } --- NEW FILE: Default.aspx --- (This appears to be a binary file; contents omitted.) |
From: kapdan <ka...@us...> - 2006-05-26 10:35:30
|
Update of /cvsroot/dnsmail/projeler/sozluk-no/App_Data In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18438/App_Data Log Message: Directory /cvsroot/dnsmail/projeler/sozluk-no/App_Data added to the repository |
Update of /cvsroot/dnsmail/projeler/ziyaretci-no In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv11988/ziyaretci-no Added Files: Default.aspx Default.aspx.cs Web.Config defter_data.ldb defter_data.mdb kayit.aspx kayit.aspx.cs Log Message: Ziyaretci Defterinin ilk dosyalarý -Kayýt gösterme -Kayýt ekleme --- NEW FILE: kayit.aspx.cs --- using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Data.OleDb; public partial class _Default : System.Web.UI.Page { protected void Button1_Click(object sender, EventArgs e) { OleDbConnection baglanti; OleDbCommand sorgu; baglanti = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=/Yedek/Belgelerim/Visual Studio 2005/WebSites/WebSite5/defter_data.mdb"); baglanti.Open(); string adi, nere, meslek, mesaj; adi = TextBox1.Text; nere = TextBox2.Text; meslek = TextBox3.Text; mesaj = TextBox4.Text; sorgu = new OleDbCommand("INSERT INTO defter (ad, nereden, meslek, mesaj) values ('" + adi + "' ,'" + nere + "', '" + meslek + "', '" + mesaj + "')", baglanti); OleDbDataReader veri; veri = sorgu.ExecuteReader(); // datagrid.DataSource = veri; // datagrid.DataBind(); baglanti.Close(); Panel1.Visible = false; Label1.Visible = true; HyperLink1.Visible = true; } } --- NEW FILE: defter_data.ldb --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Default.aspx --- (This appears to be a binary file; contents omitted.) --- NEW FILE: kayit.aspx --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Default.aspx.cs --- using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Data.OleDb; public partial class _Default : System.Web.UI.Page { } --- NEW FILE: defter_data.mdb --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Web.Config --- <?xml version="1.0"?> <!-- Note: As an alternative to hand editing this file you can use the web admin tool to configure settings for your application. Use the Website->Asp.Net Configuration option in Visual Studio. A full list of settings and comments can be found in machine.config.comments usually located in \Windows\Microsoft.Net\Framework\v2.x\Config --> <configuration> <appSettings/> <connectionStrings/> <system.web> <!-- Set compilation debug="true" to insert debugging symbols into the compiled page. Because this affects performance, set this value to true only during development. --> <compilation debug="true"/> <!-- The <authentication> section enables configuration of the security authentication mode used by ASP.NET to identify an incoming user. --> <authentication mode="Windows"/> <!-- The <customErrors> section enables configuration of what to do if/when an unhandled error occurs during the execution of a request. Specifically, it enables developers to configure html error pages to be displayed in place of a error stack trace. <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm"> <error statusCode="403" redirect="NoAccess.htm" /> <error statusCode="404" redirect="FileNotFound.htm" /> </customErrors> --> </system.web> </configuration> |
From: Mahmut <meb...@us...> - 2006-05-24 15:37:31
|
Update of /cvsroot/dnsmail/derskaydi-io/proje/App_Data In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv29380/App_Data Log Message: Directory /cvsroot/dnsmail/derskaydi-io/proje/App_Data added to the repository |
From: Mahmut <meb...@us...> - 2006-05-24 15:37:11
|
Update of /cvsroot/dnsmail/derskaydi-io/proje In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv28971/proje Log Message: Directory /cvsroot/dnsmail/derskaydi-io/proje added to the repository |
From: Mahmut <meb...@us...> - 2006-05-24 15:31:26
|
Update of /cvsroot/dnsmail/derskaydi-io/App_Data In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv26301/App_Data Log Message: Directory /cvsroot/dnsmail/derskaydi-io/App_Data added to the repository |
Update of /cvsroot/dnsmail/projeler/ziyaretcidef-no In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv7271/ziyaretcidef-no Added Files: Default.aspx Default.aspx.cs Defaultadmin.aspx Defaultadmin.aspx.cs Web.Config admin.aspx admin.aspx.cs imza.aspx imza.aspx.cs Log Message: Projemizin son halidir... Tamer TOPAL Umut EÞKÝ Eyyüb KILIÇ Aysar GÜVEN --- NEW FILE: Default.aspx.cs --- using System; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } } --- NEW FILE: admin.aspx --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Default.aspx --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Defaultadmin.aspx --- (This appears to be a binary file; contents omitted.) --- NEW FILE: imza.aspx --- (This appears to be a binary file; contents omitted.) --- NEW FILE: admin.aspx.cs --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Web.Config --- <?xml version="1.0"?> <!-- Note: As an alternative to hand editing this file you can use the web admin tool to configure settings for your application. Use the Website->Asp.Net Configuration option in Visual Studio. A full list of settings and comments can be found in machine.config.comments usually located in \Windows\Microsoft.Net\Framework\v2.x\Config --> <configuration> <appSettings/> <connectionStrings> <add name="defterConnectionString" connectionString="Data Source=TARAKCI;Initial Catalog=defter;Integrated Security=True" providerName="System.Data.SqlClient" /> <add name="defterConnectionString2" connectionString="Data Source=TARAKCI;Initial Catalog=defter;Integrated Security=True" providerName="System.Data.SqlClient" /> <add name="defterConnectionString3" connectionString="Data Source=TARAKCI;Initial Catalog=defter;Integrated Security=True" providerName="System.Data.SqlClient" /> <add name="defterConnectionString4" connectionString="Data Source=TARAKCI;Initial Catalog=defter;Integrated Security=True" providerName="System.Data.SqlClient" /> </connectionStrings> <system.web> <!-- Set compilation debug="true" to insert debugging symbols into the compiled page. Because this affects performance, set this value to true only during development. --> <compilation debug="true"/> <!-- The <authentication> section enables configuration of the security authentication mode used by ASP.NET to identify an incoming user. --> <authentication mode="Windows"/> <!-- The <customErrors> section enables configuration of what to do if/when an unhandled error occurs during the execution of a request. Specifically, it enables developers to configure html error pages to be displayed in place of a error stack trace. <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm"> <error statusCode="403" redirect="NoAccess.htm" /> <error statusCode="404" redirect="FileNotFound.htm" /> </customErrors> --> </system.web> </configuration> --- NEW FILE: Defaultadmin.aspx.cs --- (This appears to be a binary file; contents omitted.) --- NEW FILE: imza.aspx.cs --- (This appears to be a binary file; contents omitted.) |
From: umeta <um...@us...> - 2006-05-24 11:06:34
|
Update of /cvsroot/dnsmail/projeler/ziyaretcidef-no/veritabaný In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv7125/veritabaný Log Message: Directory /cvsroot/dnsmail/projeler/ziyaretcidef-no/veritabaný added to the repository |
From: umeta <um...@us...> - 2006-05-24 11:06:30
|
Update of /cvsroot/dnsmail/projeler/ziyaretcidef-no/App_Data In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv7125/App_Data Log Message: Directory /cvsroot/dnsmail/projeler/ziyaretcidef-no/App_Data added to the repository |
From: umeta <um...@us...> - 2006-05-24 10:58:50
|
Update of /cvsroot/dnsmail/veritabaný In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv32234/veritabaný Log Message: Directory /cvsroot/dnsmail/veritabaný added to the repository |