Click here to Skip to main content
15,907,497 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: object data source or sql data source Pin
Chris Maunder10-Jun-06 2:27
cofounderChris Maunder10-Jun-06 2:27 
GeneralRe: object data source or sql data source Pin
gotchi.at11-Jun-06 8:04
gotchi.at11-Jun-06 8:04 
QuestionPAssing data between User Controls Please HELP !!! Pin
dbebek9-Jun-06 22:43
dbebek9-Jun-06 22:43 
AnswerRe: PAssing data between User Controls Please HELP !!! Pin
dansoft9-Jun-06 23:46
dansoft9-Jun-06 23:46 
AnswerRe: PAssing data between User Controls Please HELP !!! Pin
Guffa9-Jun-06 23:58
Guffa9-Jun-06 23:58 
GeneralRe: PAssing data between User Controls Please HELP !!! Pin
dbebek10-Jun-06 1:04
dbebek10-Jun-06 1:04 
QuestionASP.NET 2.0 DetailsView Pin
ramya.venkateswaran@gmail.com9-Jun-06 22:26
ramya.venkateswaran@gmail.com9-Jun-06 22:26 
AnswerRe: ASP.NET 2.0 DetailsView Pin
minhpc_bk11-Jun-06 16:01
minhpc_bk11-Jun-06 16:01 
ramya.venkateswaran@gmail.com wrote:
1. Is it possible to use this method when the control has been bound at runtime? Cause all the code snippets I have seen so far are oing it at design time


Yes. But if you don't provide the DetailsView control with a datasource control you then need to create an handler for the ItemUpdating event of the DetailsView and put your code to execute the update command.


ramya.venkateswaran@gmail.com wrote:
2. If it is possible is there any property thats needs to be set OTHER than CurrentMode = 'Edit'?


You can use the ChangeMode method.



ramya.venkateswaran@gmail.com wrote:
3. Is there any way to access the value in the textboxes of the DetailsView at runtime


You first need to get reference to the TextBox using the FindControl method, you then can access the value of the control.
QuestionOpen/Save word documen in the server Pin
Member 22716559-Jun-06 22:12
Member 22716559-Jun-06 22:12 
AnswerRe: Open/Save word documen in the server Pin
Guffa9-Jun-06 23:22
Guffa9-Jun-06 23:22 
QuestionValidation Control Error Pin
meetbinu20039-Jun-06 20:48
meetbinu20039-Jun-06 20:48 
AnswerRe: Validation Control Error Pin
Sushant Duggal9-Jun-06 21:46
Sushant Duggal9-Jun-06 21:46 
QuestionUpload File Pin
**Genius**9-Jun-06 20:44
**Genius**9-Jun-06 20:44 
AnswerRe: Upload File Pin
Chris Maunder10-Jun-06 2:28
cofounderChris Maunder10-Jun-06 2:28 
Questiondynamically add control Pin
rajmani9-Jun-06 20:13
rajmani9-Jun-06 20:13 
AnswerRe: dynamically add control Pin
Mircea Grelus10-Jun-06 0:22
Mircea Grelus10-Jun-06 0:22 
AnswerRe: dynamically add control Pin
minhpc_bk11-Jun-06 16:06
minhpc_bk11-Jun-06 16:06 
Questionround of in the integer in vb.net 1.1 Pin
amaneet9-Jun-06 20:09
amaneet9-Jun-06 20:09 
AnswerRe: round of in the integer in vb.net 1.1 Pin
thomas_joyee9-Jun-06 21:04
thomas_joyee9-Jun-06 21:04 
AnswerRe: round of in the integer in vb.net 1.1 Pin
Guffa9-Jun-06 23:20
Guffa9-Jun-06 23:20 
QuestionMultiLingual Pin
david boon9-Jun-06 19:51
david boon9-Jun-06 19:51 
AnswerRe: MultiLingual Pin
albCode10-Jun-06 0:22
albCode10-Jun-06 0:22 
AnswerRe: MultiLingual Pin
minhpc_bk11-Jun-06 16:11
minhpc_bk11-Jun-06 16:11 
QuestionNoisy images Pin
asprajesh9-Jun-06 19:28
asprajesh9-Jun-06 19:28 
AnswerRe: Noisy images Pin
wEb GuRu...9-Jun-06 20:31
wEb GuRu...9-Jun-06 20: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.