Click here to Skip to main content
15,890,845 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to issue STARTTLS command Pin
GDMFSOB28-Oct-08 21:35
GDMFSOB28-Oct-08 21:35 
QuestionHow do I restrict IPv6 IP Address Ranges? Pin
GDMFSOB28-Oct-08 20:42
GDMFSOB28-Oct-08 20:42 
QuestionRegular Expression Pin
varsh1228-Oct-08 20:24
varsh1228-Oct-08 20:24 
AnswerRe: Regular Expression Pin
Christian Graus28-Oct-08 20:42
protectorChristian Graus28-Oct-08 20:42 
AnswerRe: Regular Expression Pin
Eduard Keilholz28-Oct-08 21:57
Eduard Keilholz28-Oct-08 21:57 
GeneralRe: Regular Expression Pin
varsh1228-Oct-08 23:33
varsh1228-Oct-08 23:33 
GeneralRe: Regular Expression Pin
Eduard Keilholz29-Oct-08 0:31
Eduard Keilholz29-Oct-08 0:31 
QuestionHow to get the Gridview data into DataTable [modified] Pin
K V Sekhar28-Oct-08 20:08
K V Sekhar28-Oct-08 20:08 
Hi all,

How to get the Gridview data (after binding the gridview) into DataTable ?

I tried in the following way. But its giving Exception Unable Convert 'System.Web.UI.WebControls.GridViewRowCollection' to 'System.Data.DataRow'

DataTable dt= new DataTable();
foreach(DataRow drow in Gridview1.Rows)
{
dt.Rows.Add(drow);
}

Please suggest me how to do that.

Thanks in advance.

modified on Wednesday, October 29, 2008 2:32 AM

AnswerRe: How to get the Gridview data into DataTable Pin
meeram39528-Oct-08 21:18
meeram39528-Oct-08 21:18 
GeneralRe: How to get the Gridview data into DataTable Pin
K V Sekhar28-Oct-08 21:28
K V Sekhar28-Oct-08 21:28 
GeneralRe: How to get the Gridview data into DataTable Pin
K V Sekhar28-Oct-08 21:47
K V Sekhar28-Oct-08 21:47 
GeneralRe: How to get the Gridview data into DataTable Pin
K V Sekhar28-Oct-08 22:12
K V Sekhar28-Oct-08 22:12 
GeneralRe: How to get the Gridview data into DataTable Pin
meeram39529-Oct-08 1:02
meeram39529-Oct-08 1:02 
AnswerRe: How to get the Gridview data into DataTable Pin
S.Dhanasekaran28-Oct-08 21:36
S.Dhanasekaran28-Oct-08 21:36 
QuestionUsers Loose Sessions Pin
Vimalsoft(Pty) Ltd28-Oct-08 19:51
professionalVimalsoft(Pty) Ltd28-Oct-08 19:51 
AnswerRe: Users Loose Sessions Pin
Christian Graus28-Oct-08 20:40
protectorChristian Graus28-Oct-08 20:40 
GeneralRe: Users Loose Sessions Pin
Vimalsoft(Pty) Ltd28-Oct-08 21:05
professionalVimalsoft(Pty) Ltd28-Oct-08 21:05 
GeneralRe: Users Loose Sessions Pin
LloydA11129-Oct-08 5:33
LloydA11129-Oct-08 5:33 
QuestionGetting Error when exporting Gridview data to excel Pin
Satish - Developer28-Oct-08 19:41
Satish - Developer28-Oct-08 19:41 
QuestionCalling java script Pin
alok_2k328-Oct-08 19:14
alok_2k328-Oct-08 19:14 
QuestionCrystal Report (PDF Format) Pin
LishaDamian28-Oct-08 18:52
LishaDamian28-Oct-08 18:52 
Questionasp.net ebooks Pin
open your mind28-Oct-08 18:22
open your mind28-Oct-08 18:22 
AnswerRe: asp.net ebooks Pin
Christian Graus28-Oct-08 19:23
protectorChristian Graus28-Oct-08 19:23 
GeneralRe: asp.net ebooks Pin
John Gathogo28-Oct-08 19:52
John Gathogo28-Oct-08 19:52 
GeneralRe: asp.net ebooks Pin
Christian Graus28-Oct-08 20:45
protectorChristian Graus28-Oct-08 20:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.