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

ASP.NET

 
AnswerRe: Remove duplicate value from dropdownlist Pin
mr_muskurahat7-Apr-09 20:10
mr_muskurahat7-Apr-09 20:10 
GeneralRe: Remove duplicate value from dropdownlist Pin
kishorgh7-Apr-09 20:20
kishorgh7-Apr-09 20:20 
QuestionNamespace? Pin
Illegal Operation7-Apr-09 17:20
Illegal Operation7-Apr-09 17:20 
AnswerRe: Namespace? Pin
lovexiaoxiao7-Apr-09 17:26
lovexiaoxiao7-Apr-09 17:26 
AnswerRe: Namespace? Pin
Christian Graus7-Apr-09 17:37
protectorChristian Graus7-Apr-09 17:37 
GeneralRe: Namespace? Pin
Illegal Operation7-Apr-09 18:17
Illegal Operation7-Apr-09 18:17 
GeneralRe: Namespace? Pin
lovexiaoxiao7-Apr-09 18:28
lovexiaoxiao7-Apr-09 18:28 
QuestionGet DetailsView templatefield value... [modified] Pin
alvarog017-Apr-09 9:53
alvarog017-Apr-09 9:53 
Hi all,

i am trying to get the text from a label that it is inside of a detailsview field. This field is in fact a template field, and inside its ItemTemplate there is the Label control (ID = "Label8") which Text property i want to read.

i tried the following without success (returns c = null):

System.Web.UI.Control c = dvCU.FindControl("Label8");
string s = ((System.Web.UI.WebControls.Label)c).Text;

can anyone help me?

Thanks in advance.

modified on Tuesday, April 7, 2009 4:27 PM

AnswerRe: Get DetailsView templatefield value... Pin
Yusuf7-Apr-09 11:15
Yusuf7-Apr-09 11:15 
GeneralRe: Get DetailsView templatefield value... Pin
alvarog017-Apr-09 22:36
alvarog017-Apr-09 22:36 
GeneralRe: Get DetailsView templatefield value... Pin
Yusuf8-Apr-09 1:42
Yusuf8-Apr-09 1:42 
QuestionHow to Paly with TemplateField in a DataGrid Pin
harissssss7-Apr-09 9:48
harissssss7-Apr-09 9:48 
AnswerRe: How to Paly with TemplateField in a DataGrid Pin
Yusuf7-Apr-09 11:10
Yusuf7-Apr-09 11:10 
GeneralRe: How to Paly with TemplateField in a DataGrid Pin
harissssss8-Apr-09 11:14
harissssss8-Apr-09 11:14 
GeneralRe: How to Paly with TemplateField in a DataGrid Pin
Yusuf8-Apr-09 12:12
Yusuf8-Apr-09 12:12 
QuestionLogin and Password Validations!! Pin
Sr...Frank7-Apr-09 9:38
Sr...Frank7-Apr-09 9:38 
AnswerRe: Login and Password Validations!! Pin
Christian Graus7-Apr-09 10:41
protectorChristian Graus7-Apr-09 10:41 
AnswerRe: Login and Password Validations!! Pin
Yusuf7-Apr-09 11:07
Yusuf7-Apr-09 11:07 
QuestionUsing Mouse to Sign Web Documents Pin
Zhat7-Apr-09 9:35
Zhat7-Apr-09 9:35 
AnswerRe: Using Mouse to Sign Web Documents Pin
Christian Graus7-Apr-09 10:42
protectorChristian Graus7-Apr-09 10:42 
GeneralRe: Using Mouse to Sign Web Documents Pin
Zhat8-Apr-09 1:58
Zhat8-Apr-09 1:58 
AnswerRe: Using Mouse to Sign Web Documents Pin
Yusuf7-Apr-09 11:04
Yusuf7-Apr-09 11:04 
GeneralRe: Using Mouse to Sign Web Documents Pin
Zhat8-Apr-09 2:03
Zhat8-Apr-09 2:03 
GeneralRe: Using Mouse to Sign Web Documents Pin
Yusuf8-Apr-09 3:59
Yusuf8-Apr-09 3:59 
GeneralRe: Using Mouse to Sign Web Documents Pin
Zhat8-Apr-09 4:02
Zhat8-Apr-09 4:02 

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.