Click here to Skip to main content
15,891,811 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Datagrid - Counting the Number of Checkboxes that are Checked Within a Datagrid Pin
Sankar Komma 13-Jun-07 10:07
Sankar Komma 13-Jun-07 10:07 
GeneralRe: Datagrid - Counting the Number of Checkboxes that are Checked Within a Datagrid Pin
wood060113-Jun-07 12:00
wood060113-Jun-07 12:00 
Questionusing master page Pin
Tiger45613-Jun-07 6:17
Tiger45613-Jun-07 6:17 
AnswerRe: using master page Pin
ednrgc13-Jun-07 7:04
ednrgc13-Jun-07 7:04 
AnswerRe: using master page Pin
Not Active13-Jun-07 11:29
mentorNot Active13-Jun-07 11:29 
GeneralRe: using master page Pin
Tiger45613-Jun-07 20:22
Tiger45613-Jun-07 20:22 
GeneralRe: using master page Pin
Not Active14-Jun-07 2:00
mentorNot Active14-Jun-07 2:00 
AnswerAccess text box contents in Edit view [modified] Pin
bjjonesey13-Jun-07 5:25
bjjonesey13-Jun-07 5:25 
I have a details view that a user is editing a txt box called txtComments. When they hit update it is writing those comments to a db. I also want to write those comments to an audit table. So during DetailsView1_ItemUpdating I am having it write to another table. How can I get the contents of txtComments into my db? Is there a dtv.field command or something I can call?


-- modified at 12:04 Wednesday 13th June, 2007

Never mind I figured it out. For others to pull items out of the Details view, set another field as a data key and the following syntax will drop it to a variable:
DetailsView1.DataKey(1)
Where (1) is the key id of the field you are trying to pull. Remember you start off with 0!

BJJONESEY

Questioncrystal Report ActiveX Pin
Ali el13-Jun-07 5:24
Ali el13-Jun-07 5:24 
QuestionIs it possible to turn off the RowEditing event in a grid view? Pin
MBursill13-Jun-07 5:16
MBursill13-Jun-07 5:16 
AnswerRe: Is it possible to turn off the RowEditing event in a grid view? Pin
ali bagheri13-Jun-07 5:40
ali bagheri13-Jun-07 5:40 
GeneralRe: Is it possible to turn off the RowEditing event in a grid view? Pin
MBursill13-Jun-07 6:35
MBursill13-Jun-07 6:35 
QuestionSessionStateProvider Pin
Russell Jones13-Jun-07 5:15
Russell Jones13-Jun-07 5:15 
QuestionConvert to double in javascript Pin
Khan.Bangash13-Jun-07 5:12
Khan.Bangash13-Jun-07 5:12 
AnswerRe: Convert to double in javascript Pin
Manas Bhardwaj13-Jun-07 5:16
professionalManas Bhardwaj13-Jun-07 5:16 
GeneralRe: Convert to double in javascript Pin
Khan.Bangash13-Jun-07 5:19
Khan.Bangash13-Jun-07 5:19 
GeneralRe: Convert to double in javascript Pin
Manas Bhardwaj13-Jun-07 5:24
professionalManas Bhardwaj13-Jun-07 5:24 
QuestionRead Certificates Pin
Blue_Boy13-Jun-07 4:07
Blue_Boy13-Jun-07 4:07 
Questionhelp Pin
lakshmii_n13-Jun-07 3:54
lakshmii_n13-Jun-07 3:54 
AnswerRe: help Pin
leckey13-Jun-07 8:18
leckey13-Jun-07 8:18 
QuestionAdding References?? Pin
macca2413-Jun-07 3:50
macca2413-Jun-07 3:50 
AnswerRe: Adding References?? Pin
Jay_se13-Jun-07 3:55
Jay_se13-Jun-07 3:55 
GeneralRe: Adding References?? Pin
macca2413-Jun-07 4:32
macca2413-Jun-07 4:32 
GeneralRe: Adding References?? Pin
Manas Bhardwaj13-Jun-07 4:50
professionalManas Bhardwaj13-Jun-07 4:50 
QuestionTable from two columns [modified] Pin
Senseicads13-Jun-07 3:49
Senseicads13-Jun-07 3:49 

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.