Click here to Skip to main content
15,919,567 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How I call the event handler ? Pin
ToddHileHoffer30-Jan-07 9:41
ToddHileHoffer30-Jan-07 9:41 
QuestionMulti lines of text in a Gridview Pin
dptalt30-Jan-07 6:02
dptalt30-Jan-07 6:02 
AnswerRe: Multi lines of text in a Gridview Pin
Christian Graus30-Jan-07 9:31
protectorChristian Graus30-Jan-07 9:31 
GeneralRe: Multi lines of text in a Gridview Pin
dptalt31-Jan-07 10:12
dptalt31-Jan-07 10:12 
AnswerRe: Multi lines of text in a Gridview Pin
ToddHileHoffer30-Jan-07 9:37
ToddHileHoffer30-Jan-07 9:37 
GeneralRe: Multi lines of text in a Gridview Pin
dptalt31-Jan-07 10:13
dptalt31-Jan-07 10:13 
QuestionReport HyperLink Pin
Sarfaraj Ahmed30-Jan-07 5:58
Sarfaraj Ahmed30-Jan-07 5:58 
AnswerRe: Using Checkbox in Gridview Pin
ToddHileHoffer30-Jan-07 9:44
ToddHileHoffer30-Jan-07 9:44 
Yeah I have done that.

Off the top of my head do a for loop for each gridview row in the grid view. Then use row.findcontrol() to get your check box and other values to update the database.

BTW, I got burned doing this because we had a group of users using the same application and some people would keep it open all day and save at the end of the day effectively overwriting what others had done. Be sure to add record locking of some sort if you are going to users update a group of records at once.


QuestionHTML tags in csharp Pin
SpiderR30-Jan-07 4:51
SpiderR30-Jan-07 4:51 
AnswerRe: HTML tags in csharp Pin
Jasmine250130-Jan-07 5:56
Jasmine250130-Jan-07 5:56 
QuestionRe: HTML tags in csharp Pin
SpiderR30-Jan-07 18:44
SpiderR30-Jan-07 18:44 
AnswerRe: HTML tags in csharp Pin
Jasmine250131-Jan-07 5:16
Jasmine250131-Jan-07 5:16 
QuestionRe: HTML tags in csharp Pin
SpiderR31-Jan-07 18:05
SpiderR31-Jan-07 18:05 
QuestionAutoComplete problem Pin
MohammadYousef30-Jan-07 3:54
MohammadYousef30-Jan-07 3:54 
QuestionAppoinment Schedule Pin
stevelizardi30-Jan-07 3:48
stevelizardi30-Jan-07 3:48 
AnswerRe: Appoinment Schedule Pin
Christian Graus30-Jan-07 9:26
protectorChristian Graus30-Jan-07 9:26 
AnswerRe: Appoinment Schedule Pin
stevelizardi30-Jan-07 11:05
stevelizardi30-Jan-07 11:05 
GeneralRe: Appoinment Schedule Pin
Christian Graus30-Jan-07 14:02
protectorChristian Graus30-Jan-07 14:02 
QuestionHyperlink Pin
Sarfaraj Ahmed30-Jan-07 3:21
Sarfaraj Ahmed30-Jan-07 3:21 
AnswerRe: Hyperlink Pin
Christian Graus30-Jan-07 9:30
protectorChristian Graus30-Jan-07 9:30 
QuestionWriting to MSWord Pin
dspyank30-Jan-07 3:19
dspyank30-Jan-07 3:19 
AnswerRe: Writing to MSWord Pin
ToddHileHoffer30-Jan-07 9:47
ToddHileHoffer30-Jan-07 9:47 
GeneralRe: Writing to MSWord Pin
dspyank31-Jan-07 3:42
dspyank31-Jan-07 3:42 
QuestionSending email with MailMessage class: Difference between 'Sender' and 'From' properties? Pin
Dominic Pettifer30-Jan-07 2:40
Dominic Pettifer30-Jan-07 2:40 
AnswerRe: Sending email with MailMessage class: Difference between 'Sender' and 'From' properties? Pin
Christian Graus30-Jan-07 9:31
protectorChristian Graus30-Jan-07 9:31 

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.