Click here to Skip to main content
15,913,941 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionXML Prob Pin
G.K.M.31-Oct-07 18:52
G.K.M.31-Oct-07 18:52 
AnswerRe: XML Prob Pin
Christian Graus31-Oct-07 18:58
protectorChristian Graus31-Oct-07 18:58 
GeneralRe: XML Prob Pin
Sandeep Akhare31-Oct-07 20:18
Sandeep Akhare31-Oct-07 20:18 
QuestionSearch in application Pin
santhoshmohan31-Oct-07 18:27
santhoshmohan31-Oct-07 18:27 
AnswerRe: Search in application Pin
Christian Graus31-Oct-07 19:00
protectorChristian Graus31-Oct-07 19:00 
AnswerRe: Search in application Pin
Thavika31-Oct-07 21:06
Thavika31-Oct-07 21:06 
QuestionMENU ITEM Pin
santhoshmohan31-Oct-07 18:26
santhoshmohan31-Oct-07 18:26 
QuestionAJAX UpdatePanel not passing out the value Pin
J Liang31-Oct-07 18:03
J Liang31-Oct-07 18:03 
AnswerAJAX UpdatePanel not passing out the value Pin
Sarani Ravindran31-Oct-07 20:17
Sarani Ravindran31-Oct-07 20:17 
AnswerAJAX UpdatePanel not passing out the value Pin
Sarani Ravindran31-Oct-07 20:20
Sarani Ravindran31-Oct-07 20:20 
GeneralRe: AJAX UpdatePanel not passing out the value Pin
J Liang31-Oct-07 21:42
J Liang31-Oct-07 21:42 
QuestionGridview Paging problem Pin
Thavika31-Oct-07 17:22
Thavika31-Oct-07 17:22 
AnswerRe: Gridview Paging problem Pin
InsDev31-Oct-07 20:16
InsDev31-Oct-07 20:16 
GeneralRe: Gridview Paging problem Pin
Thavika31-Oct-07 20:47
Thavika31-Oct-07 20:47 
QuestionReplace Boolean field display with Image Pin
williammcq31-Oct-07 14:31
williammcq31-Oct-07 14:31 
I have a database with several fields that are Boolean. I want to display a image for the field if the value is true in a DataList view. I code in VB.

The code is as follows:
<asp:DataList ID="ContractDL" runat="server" DataKeyField="ContactID" DataSourceID="ContactsDS"
Style="position: relative">
<ItemTemplate>
<asp:Label ID="Label2" runat="server" Text='<%# Eval("ContactLast") %>'></asp:Label>

<img src="images/redcross.jpg" style="position: relative" Visible='<%# IIf(Eval("Emergency") = False, False, True) %>' />
</ItemTemplate>
</asp:DataList>

The code shows the image whether the value is true or false. Thanks for your help. Sigh | :sigh:

AnswerRe: Replace Boolean field display with Image Pin
Christian Graus31-Oct-07 15:21
protectorChristian Graus31-Oct-07 15:21 
Questionformat the content of dataset Pin
gsaray10131-Oct-07 11:02
gsaray10131-Oct-07 11:02 
AnswerRe: format the content of dataset Pin
Sandeep Akhare31-Oct-07 20:11
Sandeep Akhare31-Oct-07 20:11 
Questiona error ocurd while upload site plz help me Pin
Kolahdoozan31-Oct-07 9:59
Kolahdoozan31-Oct-07 9:59 
AnswerRe: a error ocurd while upload site plz help me Pin
Guffa31-Oct-07 13:58
Guffa31-Oct-07 13:58 
QuestionDisplaying a Web User Control On Certain Pages Pin
Brendan Vogt31-Oct-07 9:45
Brendan Vogt31-Oct-07 9:45 
AnswerRe: Displaying a Web User Control On Certain Pages Pin
pmarfleet31-Oct-07 10:19
pmarfleet31-Oct-07 10:19 
AnswerRe: Displaying a Web User Control On Certain Pages Pin
Sandeep Akhare31-Oct-07 20:37
Sandeep Akhare31-Oct-07 20:37 
QuestionPassword Encryption MD5 Pin
dataminers31-Oct-07 9:05
dataminers31-Oct-07 9:05 
QuestionAfter installing Visual Studio 2005 Service Pack 1, the LoginView control disappeared Pin
tedhill1331-Oct-07 8:42
tedhill1331-Oct-07 8:42 

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.