Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
rathit
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Configuration; using System.Data; using System.Data.SqlClient; public partial class Yonetim : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { SqlConnection con = new SqlConnection(ConfigurationManager.ConnectionStrings["baglantimiz"].ToString()); SqlCommand com = new SqlCommand("select * from basvuru"); com.Connection = con; if (con.State == ConnectionState.Closed) { con.Open(); } SqlDataReader dr = com.ExecuteReader(); Rpİsim.DataSource = dr; Rpİsim.DataBind(); con.Close(); } }
run
|
edit
|
history
|
help
0
Shifting Elements Forward in a List, and Random Numbers Generation
English stop words
Best Exam Collection site
see all nodes in given ldap node
Prism area
asxasxsd
uniqueness
FizzBuzz C#
FINAL PRIME NUMBER GENERATOR IN C#
math 10.98