- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 5
- Posts with Downvotes
- 2
- Downvoting Members
- 5
6 Posted Topics
[B]how do i display the inserted record in gridview in asp.net when i click on button..? [/B] GridView1.DataSource = a.filldata("insert into student(Roll_no,Name,Age,Education,Mobile)values("+txtrollno.Text +",'"+txtname.Text +"',"+txtage.Text +",'"+txtedu.Text +"',"+txtmb.Text+")"); GridView1.DataBind(); [B]i want it should be display right now at runtime record should be added....and displayed... and i also get and error of "," …
Hello Can any one help me for [B]DFD(Data Flow Diagram) of forum [/B]site like daniweb.com please i need urgent.... thanx in advance...plzz
You can store that image path and than you can call that path into another gridview, and image will be display after calling that path:[B][I]Image1.ImageUrl = GridView1.SelectedRow.Cells[13].Text;[/I][/B]
class1.cs --------- using System.Data; using System.Data.SqlClient; public class Class1 { SqlConnection cnn; SqlCommand cmd; SqlDataAdapter da; DataSet ds; DataTable dt; public Class1() { // // TODO: Add constructor logic here // } public DataTable getdata(string query) { cnn = new SqlConnection(); cnn.ConnectionString = "Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\\Database.mdf;Integrated Security=True;User Instance=True"; cmd = new …
Hi.... I m making project on [B]virtual classroom and forum[/B] .... front end : [B]asp.net(c#)[/B] and back end : [B]sqlserver[/B] can any 1 help me to get the sample code or any kind of website, other than wiziq.com [B][I]plzz help .....me thnx in advance[/I][/B]
The End.
abhi1625