i tried it but there is erroe say that global namespace define for'?' .what is it?
please help me.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Apr 18, 2011, 2:14 PM
Ankit NandekarPosted Apr 18, 2011, 8:36 AM
Mayur GujrathiPosted Apr 18, 2011, 8:28 AM
As i told you i am not sure, guess by name from hyderabad . we should stop our conversation here, others get disturb. but last time told me 2008 or 2010
Ankit NandekarPosted Apr 18, 2011, 8:18 AM
Mayur GujrathiPosted Apr 18, 2011, 8:12 AM
i learn there vs 2008 and i think you learn 2010 . I am still in contact with ramesh and bangarraju sir and regularly visit nagaraju and bangarraju sirs site.They still co operate old students . you just have to drop mails to them. very good teaching that was, salame hyderabad
vijayPosted Apr 18, 2011, 7:46 AM
http://vbdotnetaddict.blogspot.com/2011/03/how-to-insert-new-row-in-datatable-in.html
Ankit NandekarPosted Apr 18, 2011, 7:35 AM
Mayur GujrathiPosted Apr 18, 2011, 7:32 AM
Ankit NandekarPosted Apr 18, 2011, 6:55 AM
Mayur GujrathiPosted Apr 18, 2011, 6:50 AM
You are from hyderabad and I think i have heard your name, not sure because last year from feb to june i was in hyderabad. joined NARESH Institute in ameerpeth for dot net classes,I said not sure.I am basically from Maharashtra
Vijay YadavPosted Apr 18, 2011, 5:35 AM
As Ankit said, first you have to add a row to DataTable and then bind that Datatable to your gridview for ex:
DataTable dt=new DataTable();
DataRow dtrow;
dtrow = dt.NewRow();
dt.Rows.Add(dtrow);
GridView1.DataSource = dt;
GridView1.DataBind();
Ankit NandekarPosted Apr 18, 2011, 5:24 AM