Click here to Skip to main content
15,913,773 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionIn Web Application(ASP.NET) how to import MS Acess database table's data into sql server 2005.. Pin
Ankur Gaur18-Sep-08 2:19
Ankur Gaur18-Sep-08 2:19 
AnswerCP IGNORE Pin
leckey18-Sep-08 2:37
leckey18-Sep-08 2:37 
QuestionDateTime Pin
kibromg18-Sep-08 2:13
kibromg18-Sep-08 2:13 
AnswerRe: DateTime Pin
J4amieC18-Sep-08 2:18
J4amieC18-Sep-08 2:18 
AnswerRe: DateTime Pin
Guffa18-Sep-08 13:47
Guffa18-Sep-08 13:47 
QuestionHow to import Pin
Ankur Gaur18-Sep-08 2:10
Ankur Gaur18-Sep-08 2:10 
AnswerRe: How to import Pin
Paul Conrad18-Sep-08 6:46
professionalPaul Conrad18-Sep-08 6:46 
QuestionBinding gridview data to the Business object Pin
sowmya k18-Sep-08 1:44
sowmya k18-Sep-08 1:44 
I am having a gridview. I want ot put the data from the gridview to the business object and store it in aarraylist. and then pass the array of objects to store data in the database.
I am not getting the value of the gridview column in the object . I am doing like this

for( i=0;i<gridview1.rows.count;i++)
{
classABC objectABC=new classABC ();
objectABC.ItemBaseId=Convert.ToString(GridView1.Rows[i].Cells[2].Text);
objectABC.Catalog = Convert.ToString(GridView1.Rows[i].Cells[3].Text);
objectABC.Series = Convert.ToString(GridView1.Rows[i].Cells[4].Text);
arr.Add(objbom);
}

Please tell me how to do this?
AnswerRe: Binding gridview data to the Business object Pin
Ashfield18-Sep-08 1:47
Ashfield18-Sep-08 1:47 
GeneralRe: Binding gridview data to the Business object Pin
sowmya k18-Sep-08 1:51
sowmya k18-Sep-08 1:51 
GeneralRe: Binding gridview data to the Business object Pin
Ashfield18-Sep-08 8:50
Ashfield18-Sep-08 8:50 
GeneralRe: Binding gridview data to the Business object Pin
sowmya k18-Sep-08 18:03
sowmya k18-Sep-08 18:03 
GeneralRe: Binding gridview data to the Business object Pin
Ashfield18-Sep-08 21:06
Ashfield18-Sep-08 21:06 
Questionhow to create a crystal reports Pin
devi.gavara@gmail.com18-Sep-08 1:18
devi.gavara@gmail.com18-Sep-08 1:18 
AnswerRe: how to create a crystal reports Pin
sumit703418-Sep-08 1:25
sumit703418-Sep-08 1:25 
QuestionPlease help me in sql server Pin
abglorie18-Sep-08 0:41
abglorie18-Sep-08 0:41 
AnswerPlease Dont Cross Post Pin
sumit703418-Sep-08 0:53
sumit703418-Sep-08 0:53 
QuestionPlease help me in ado.net Pin
abglorie18-Sep-08 0:20
abglorie18-Sep-08 0:20 
AnswerRe: Please help me in ado.net Pin
Abhishek Sur18-Sep-08 0:23
professionalAbhishek Sur18-Sep-08 0:23 
GeneralRe: Please help me in ado.net Pin
abglorie18-Sep-08 0:26
abglorie18-Sep-08 0:26 
AnswerRe: Please help me in ado.net Pin
Ashfield18-Sep-08 1:45
Ashfield18-Sep-08 1:45 
AnswerRe: Please help me in ado.net Pin
Abhishek Sur22-Sep-08 2:08
professionalAbhishek Sur22-Sep-08 2:08 
QuestionHi All I am new to Ajax Pin
Member 305788718-Sep-08 0:19
Member 305788718-Sep-08 0:19 
AnswerRe: Hi All I am new to Ajax Pin
simsen18-Sep-08 1:13
simsen18-Sep-08 1:13 
QuestionClass Access problem Pin
mharoonkhan18-Sep-08 0:04
mharoonkhan18-Sep-08 0:04 

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.