Select Categories Below
Advertisement
Start Your Own Q&A Site
Create your own Q&A site easily, allowing you to quickly grow a new community around any subject matter or generate new organic traffic for your existing website.
Status: Open Points: 75 Time: 23:00 - Dec 28, 2008
priyaravi2008
i want to insert new record in gridview at runtime?
Categories:
Add Categories
When adding more than one category, separate them with commas.
thiruhitech
Date:: Mar 12, 2009
Time:: 07:23
SqlConnection connection = new SqlConnection(connection string); connection.Open(); string sql = "insert into table_name values('','','','',''); SqlDataAdapter dp = new SqlDataAdapter(sql, connection); DataSet ds = new DataSet(); dp.Fill(ds); grid_name.DataBind(); connection.Close();
Time:: 23:40
thankyou for your response.this codings is used to bind the table in gridview i want to insert new row in datatable at design its possible?
Date:: Mar 13, 2009
Time:: 03:12
try this one string sql = "SELECT * FROM TeamMember_table"; SqlDataAdapter dp = new SqlDataAdapter(sql, connection); DataSet ds = new DataSet(); dp.Fill(ds); DataTable table = ds.Tables[0]; table.Rows.Add("", "", ..., "")
Date:: Mar 20, 2009
Time:: 07:33
thankyou thiru.
Answer this Question
New User
Email:
Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address
Registered User
Username:
Password:
Forgot Your Password?
Enter your email address below and we will resend your login information to you.
Login Information Sent
Questions
problems in gridview in ASP.net
You have 100 characters to use
Rank
Expert
Points
1.
10354
2.
6493
3.
5596
4.
4848
5.
3487
6.
2840
7.
2770
8.
2303
9.
1820
10.
917
Register today to share your knowledge with the community and be recognized and rewarded for your contributions.
Register Here
"Psst, Quomon is a great site. Pass it on." Tell a Friend | Link To Us | Save to Delicious | Digg it
Language Options
English:
Español:
Sponsors
Questions and Answers Software