No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Re: string gelen = "UrunKarsilastirmaEvet.aspx?Store=" + Request.QueryString["Store"].ToString(); string hataAc; hataAc = "<script>"; hataAc = hataAc + " if(confirm('Ürün Karşılaştırmak İstediğinizden Eminmisiniz Eminseniz Tamam Tuşuna Basıp Popup Engelleyicinizi Kapatınız!!'))"; hataAc = hataAc + " { "; hataAc = hataAc + "location.href='" + gelen + "'"; hataAc = hataAc + " } "; … | |
Re: public static SqlConnection sqlBaglanti = new SqlConnection(System.Configuration.ConfigurationManager.AppSettings["connection string"]); public static Boolean Oturumu_Ac(string Table_name, string User_Name, string User_pass,string ex_sql) { SqlCommand Oturum_sql = new SqlCommand("select * from " + Table_name + " where UserName='" + User_Name + "' and UserPass='" + User_pass + "'" + ex_sql + "", sqlBaglanti); if (Oturum_sql.Connection.State … | |
Re: my code work UPLOAD bu class public static void ResimYükle(HtmlInputFile HtmlInput, string id,string Klasor,string KatID) { string path_file; path_file = id; string KlasorAdi; KlasorAdi = Klasor; string Kat_ID; Kat_ID = KatID; if (HtmlInput.PostedFile.FileName.ToString() != "") { Directory.CreateDirectory(HttpContext.Current.Serv er.MapPath("FirmaSiteleri/" + path_file + "/" + KlasorAdi + "/" + Kat_ID));//KLASÖR OLUŞTUR HtmlInput.PostedFile.SaveAs(HttpContext.Current.Se … | |
my vista home premium system success apache and IIS JSP InstalleR HELP | |
Re: integer int sql =select * from user where id ="+txt.text+" id int string sql =select * from user where user='"+txt.text+"' user string | |
vista home premium sql server 2005 installer help |
The End.