Click here to Skip to main content
15,901,001 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: IE throwing a error but Firfox works fine, WHY? Pin
N a v a n e e t h6-May-08 19:15
N a v a n e e t h6-May-08 19:15 
QuestionCalling a server side event handler in response to DropDownList Focus Change Pin
sagittarian6-May-08 16:53
sagittarian6-May-08 16:53 
AnswerRe: Calling a server side event handler in response to DropDownList Focus Change Pin
Christian Graus6-May-08 18:14
protectorChristian Graus6-May-08 18:14 
QuestionConfirm Dialog for ASP.Net Pin
sagittarian6-May-08 16:40
sagittarian6-May-08 16:40 
AnswerRe: Confirm Dialog for ASP.Net Pin
AlexeiXX36-May-08 17:24
AlexeiXX36-May-08 17:24 
QuestionRepeater Control: if the value of a record was true show something but false dont Pin
Farhad Eft6-May-08 10:59
Farhad Eft6-May-08 10:59 
AnswerRe: Repeater Control: if the value of a record was true show something but false dont Pin
Christian Graus6-May-08 11:54
protectorChristian Graus6-May-08 11:54 
AnswerRe: Repeater Control: if the value of a record was true show something but false dont Pin
AlexeiXX36-May-08 14:16
AlexeiXX36-May-08 14:16 
Try this:

ImageUrl = '<%# IIF (Eval("boolColumn"), Eval("UserID", "~/Photos/Users/Small/{0}.jpg"), "DefaultImageURL") %>'


Alexei Rodriguez

GeneralRe: Repeater Control: if the value of a record was true show something but false dont Pin
Christian Graus6-May-08 15:40
protectorChristian Graus6-May-08 15:40 
GeneralRe: Repeater Control: if the value of a record was true show something but false dont Pin
AlexeiXX36-May-08 17:19
AlexeiXX36-May-08 17:19 
GeneralRe: Repeater Control: if the value of a record was true show something but false dont Pin
Christian Graus6-May-08 17:52
protectorChristian Graus6-May-08 17:52 
Questionhow to display data in a gridview? Pin
wajans6-May-08 10:33
wajans6-May-08 10:33 
AnswerRe: how to display data in a gridview? Pin
doWhileSomething6-May-08 10:48
doWhileSomething6-May-08 10:48 
GeneralRe: how to display data in a gridview? Pin
wajans6-May-08 10:54
wajans6-May-08 10:54 
AnswerRe: how to display data in a gridview? Pin
Christian Graus6-May-08 13:31
protectorChristian Graus6-May-08 13:31 
GeneralRe: how to display data in a gridview? Pin
wajans6-May-08 14:32
wajans6-May-08 14:32 
GeneralRe: how to display data in a gridview? Pin
Christian Graus6-May-08 14:53
protectorChristian Graus6-May-08 14:53 
Questionhow to add a reference dll to the asp.net web application? Pin
mcirosoftmohan6-May-08 7:11
mcirosoftmohan6-May-08 7:11 
AnswerRe: how to add a reference dll to the asp.net web application? Pin
Christian Graus6-May-08 13:32
protectorChristian Graus6-May-08 13:32 
QuestionMultiple validation groups Pin
Mohammad Al Hoss6-May-08 6:15
Mohammad Al Hoss6-May-08 6:15 
AnswerRe: Multiple validation groups Pin
Christian Graus6-May-08 13:33
protectorChristian Graus6-May-08 13:33 
AnswerRe: Multiple validation groups Pin
AlexeiXX36-May-08 17:29
AlexeiXX36-May-08 17:29 
GeneralRe: Multiple validation groups Pin
Mohammad Al Hoss6-May-08 19:24
Mohammad Al Hoss6-May-08 19:24 
QuestionFormatting Phone Number Pin
dboy2216-May-08 3:43
dboy2216-May-08 3:43 
AnswerRe: Formatting Phone Number Pin
eyeseetee6-May-08 4:33
eyeseetee6-May-08 4:33 

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.