Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
5
Posts with Downvotes
2
Downvoting Members
5
0 Endorsements
~783 People Reached
Favorite Forums

6 Posted Topics

Member Avatar for abhi1625

[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 "," …

Member Avatar for crishjeny
0
118
Member Avatar for ajwposh
Member Avatar for abhi1625

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

Member Avatar for abhi1625
0
44
Member Avatar for Abdul Rouf

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]

Member Avatar for abhi1625
0
149
Member Avatar for apachex

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 …

Member Avatar for dnanetwork
0
244
Member Avatar for abhi1625

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]

Member Avatar for Sodabread
0
82

The End.