Click here to Skip to main content
15,898,222 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Portal page Pin
Elina Blank12-Apr-07 5:53
sitebuilderElina Blank12-Apr-07 5:53 
GeneralRe: Portal page Pin
stef1234567812-Apr-07 6:22
stef1234567812-Apr-07 6:22 
GeneralRe: Portal page Pin
Elina Blank12-Apr-07 7:58
sitebuilderElina Blank12-Apr-07 7:58 
QuestionAJAX Databinded DropDown Option Property Pin
Cfer8312-Apr-07 5:36
Cfer8312-Apr-07 5:36 
AnswerRe: AJAX Databinded DropDown Option Property Pin
Cfer8312-Apr-07 5:55
Cfer8312-Apr-07 5:55 
GeneralRe: AJAX Databinded DropDown Option Property Pin
Cfer8312-Apr-07 6:50
Cfer8312-Apr-07 6:50 
QuestionHow to capture Browser Back button event ? Pin
Ridge Howison12-Apr-07 4:55
Ridge Howison12-Apr-07 4:55 
QuestionProblem with two images! Pin
nclauder12-Apr-07 4:06
nclauder12-Apr-07 4:06 
I have two Images that are in Itemtemplate one is sad.gif then the other is laughing.gif. then in EditItemTemplate is a RadioButtonList with two RadioButtons Good Mood and Bad Mood. all are in the same column. This is how it is supposed to work when Good Mood is selected, and insert button is pressed, the image laughing.gif is to be chosen. This code was supposed to work but I don't understand why it's not working:

<asp:Image id=Image1 runat="server" ImageUrl='<%# DataBinder.Eval(Container.DataItem,"MoodToday")=="Bad Mood" ?"sad":"laughing" +".gif"%>' ImageAlign="Middle" Visible="False"></asp:Image>

But whether I select Good Mood or Bad Mood only the image laughing.gif is selected. Where could I be going wrong?
Thanks
AnswerRe: Problem with two images! Pin
Guffa12-Apr-07 6:24
Guffa12-Apr-07 6:24 
GeneralRe: Problem with two images! Pin
nclauder12-Apr-07 20:06
nclauder12-Apr-07 20:06 
GeneralRe: Problem with two images! Pin
nclauder12-Apr-07 21:26
nclauder12-Apr-07 21:26 
Questionsqlserver roles in .net form???????? Pin
Member 387988112-Apr-07 3:32
Member 387988112-Apr-07 3:32 
AnswerRe: sqlserver roles in .net form???????? Pin
Chetan Ranpariya12-Apr-07 21:11
Chetan Ranpariya12-Apr-07 21:11 
QuestionHello frameset problem?? Pin
Amr M. K.12-Apr-07 2:55
Amr M. K.12-Apr-07 2:55 
QuestionAccess file in the client machine Pin
sivainfo12-Apr-07 2:41
sivainfo12-Apr-07 2:41 
AnswerRe: Access file in the client machine Pin
kubben12-Apr-07 4:34
kubben12-Apr-07 4:34 
GeneralRe: Access file in the client machine Pin
sivainfo12-Apr-07 17:46
sivainfo12-Apr-07 17:46 
GeneralRe: Access file in the client machine Pin
kubben13-Apr-07 1:50
kubben13-Apr-07 1:50 
QuestionIt's urget please help me with this code Pin
Oga M12-Apr-07 2:12
Oga M12-Apr-07 2:12 
QuestionURLRewriting of a Pathname like (www.myspace.com/[username]) Pin
Succodimele12-Apr-07 2:10
Succodimele12-Apr-07 2:10 
AnswerRe: URLRewriting of a Pathname like (www.myspace.com/[username]) Pin
e2canoe12-Apr-07 4:50
e2canoe12-Apr-07 4:50 
GeneralRe: URLRewriting of a Pathname like (www.myspace.com/[username]) Pin
Succodimele15-Apr-07 20:54
Succodimele15-Apr-07 20:54 
Questioni want code for crating dynamic check boxes in panel. and i need to store the id's of checked when i click submit button. Pin
haneef112-Apr-07 1:24
haneef112-Apr-07 1:24 
QuestionI will created dynamic check boxes in panel but it losing the checked values when i reloads Pin
haneef112-Apr-07 1:19
haneef112-Apr-07 1:19 
AnswerRe: I will created dynamic check boxes in panel but it losing the checked values when i reloads Pin
Naveed Kamboh12-Apr-07 3:27
Naveed Kamboh12-Apr-07 3:27 

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.