Click here to Skip to main content
16,005,236 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: Get DetailsView templatefield value... Pin
Yusuf7-Apr-09 11:15
Yusuf7-Apr-09 11:15 
where is your code. In other words, which method is your code in.

you can not get the controls the way you are showing.

1. you need to access your details view control
2. then you need to access specific row in the control
3. then you need to do a find

protected void grdItemDetail_RowDataBound(object sender, GridViewRowEventArgs e)<br />
{<br />
        Image img = (Image)e.Row.FindControl("Thumbnail");<br />
}


Yusuf

Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]

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 
Question[Message Deleted] Pin
attalurisubbu7-Apr-09 9:16
attalurisubbu7-Apr-09 9:16 

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.