Hey Guy\'s I am new to C#.
And my question is , is it possible to connect to database(through webusercontrol).
I am trying to make list of where the value c
Just take a look at this:
HTML:
This value comes from database tabel This 1 too and this 1 too
Code Behind:
protected void Page_Load(object sender, EventArgs e) { sample1.InnerText = "just imagine that this text is came from the first column from your DB"; }