Click here to Skip to main content
15,915,603 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: integrating shopping cart with ebay Pin
il_masacratore24-Oct-07 11:43
il_masacratore24-Oct-07 11:43 
Question[Message Deleted] Pin
venky45624-Oct-07 3:53
venky45624-Oct-07 3:53 
AnswerRe: indexing server Pin
Imran Khan Pathan24-Oct-07 3:56
Imran Khan Pathan24-Oct-07 3:56 
AnswerRe: indexing server Pin
Imran Khan Pathan24-Oct-07 4:01
Imran Khan Pathan24-Oct-07 4:01 
QuestionChecked radiobuttonlist in gridview should be saved in DataBase Pin
subbu.sk24-Oct-07 3:18
subbu.sk24-Oct-07 3:18 
AnswerRe: Checked radiobuttonlist in gridview should be saved in DataBase Pin
Imran Khan Pathan24-Oct-07 3:42
Imran Khan Pathan24-Oct-07 3:42 
GeneralRe: Checked radiobuttonlist in gridview should be saved in DataBase Pin
subbu.sk24-Oct-07 4:59
subbu.sk24-Oct-07 4:59 
GeneralRe: Checked radiobuttonlist in gridview should be saved in DataBase Pin
Imran Khan Pathan24-Oct-07 18:30
Imran Khan Pathan24-Oct-07 18:30 
Ok now

Take one Button control out side of gridview.On click of button,looping through gridview rows ,find out EmployeeId and attandance value from the radiobuttonList and insert data in the DB.

for example
on click of button

foreach(GridViewRow gRows in GridView1.Rows)
{
   int EmpId=int.Parse(((Lable)gRows.FindContrl("EmpId")).Text);
   int AttandaceVal=int.Parse(((RadioButtonList)gRows.FindControl("rBtn")).SelectedItem.Value);
   //Now you have one EmpId and its Attandance Value
   // Insert Data Into DB
}


bEst REgarD
pAthAn




please don't forget to vote on the post that helped you.

Questioncan I have results of my program into chart Pin
Knowledgestudent24-Oct-07 3:15
Knowledgestudent24-Oct-07 3:15 
AnswerRe: can I have results of my program into chart Pin
John-ph24-Oct-07 3:26
John-ph24-Oct-07 3:26 
GeneralRe: can I have results of my program into chart Pin
Knowledgestudent25-Oct-07 2:47
Knowledgestudent25-Oct-07 2:47 
GeneralRe: can I have results of my program into chart Pin
John-ph25-Oct-07 4:50
John-ph25-Oct-07 4:50 
Questionput value into foreign key table Pin
Sarfaraj Ahmed24-Oct-07 2:44
Sarfaraj Ahmed24-Oct-07 2:44 
AnswerRe: put value into foreign key table Pin
Sathesh Sakthivel24-Oct-07 3:03
Sathesh Sakthivel24-Oct-07 3:03 
GeneralRe: put value into foreign key table Pin
Sarfaraj Ahmed24-Oct-07 3:06
Sarfaraj Ahmed24-Oct-07 3:06 
AnswerRe: put value into foreign key table Pin
John-ph24-Oct-07 3:09
John-ph24-Oct-07 3:09 
GeneralRe: put value into foreign key table Pin
Sarfaraj Ahmed24-Oct-07 3:18
Sarfaraj Ahmed24-Oct-07 3:18 
AnswerRe: put value into foreign key table Pin
John-ph24-Oct-07 3:49
John-ph24-Oct-07 3:49 
AnswerRe: put value into foreign key table Pin
Paddy Boyd24-Oct-07 4:39
Paddy Boyd24-Oct-07 4:39 
Question'Using' in asp.net Pin
Imran Khan Pathan24-Oct-07 2:32
Imran Khan Pathan24-Oct-07 2:32 
AnswerRe: 'Using' in asp.net Pin
SHatchard24-Oct-07 2:55
SHatchard24-Oct-07 2:55 
GeneralRe: 'Using' in asp.net Pin
Imran Khan Pathan24-Oct-07 3:38
Imran Khan Pathan24-Oct-07 3:38 
Questionindexing server Pin
venky45624-Oct-07 2:28
venky45624-Oct-07 2:28 
AnswerRe: indexing server Pin
John-ph24-Oct-07 4:05
John-ph24-Oct-07 4:05 
GeneralRe: indexing server Pin
venky45624-Oct-07 4:15
venky45624-Oct-07 4:15 

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.