Click here to Skip to main content
15,894,896 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionOpen PopUp Window when user close the Browser Close Button Pin
venkat86_ece21-Aug-09 17:32
venkat86_ece21-Aug-09 17:32 
AnswerRe: Open PopUp Window when user close the Browser Close Button Pin
Abhijit Jana21-Aug-09 19:52
professionalAbhijit Jana21-Aug-09 19:52 
GeneralRe: Open PopUp Window when user close the Browser Close Button Pin
venkat86_ece21-Aug-09 20:11
venkat86_ece21-Aug-09 20:11 
Questionchange the item color of buttedlist problem Pin
Seraph_summer21-Aug-09 10:06
Seraph_summer21-Aug-09 10:06 
AnswerRe: change the item color of buttedlist problem Pin
Abhishek Sur21-Aug-09 10:32
professionalAbhishek Sur21-Aug-09 10:32 
GeneralRe: change the item color of buttedlist problem Pin
Seraph_summer21-Aug-09 10:48
Seraph_summer21-Aug-09 10:48 
GeneralRe: change the item color of buttedlist problem Pin
Abhishek Sur21-Aug-09 11:00
professionalAbhishek Sur21-Aug-09 11:00 
GeneralRe: change the item color of buttedlist problem [modified] Pin
Seraph_summer21-Aug-09 11:08
Seraph_summer21-Aug-09 11:08 
no, all the code in my file is copied as follows:

could you please tell me whether the text hello1 and hello2 display in red color when you run it? thanks a lot! (for my case, only the bulletestyle is in red color).


<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:BulletedList ID="BulletedList2" runat="server" DisplayMode="LinkButton" ForeColor="Red" >
<asp:ListItem>hello1</asp:ListItem>
<asp:ListItem>hello2</asp:ListItem>
</asp:BulletedList>
</div>
</form>
</body>
</html>

modified on Friday, August 21, 2009 5:24 PM

GeneralRe: change the item color of buttedlist problem Pin
Abhishek Sur21-Aug-09 11:26
professionalAbhishek Sur21-Aug-09 11:26 
GeneralRe: change the item color of buttedlist problem Pin
Seraph_summer21-Aug-09 11:29
Seraph_summer21-Aug-09 11:29 
GeneralRe: change the item color of buttedlist problem Pin
Abhishek Sur21-Aug-09 12:11
professionalAbhishek Sur21-Aug-09 12:11 
GeneralRe: change the item color of buttedlist problem Pin
Seraph_summer21-Aug-09 12:23
Seraph_summer21-Aug-09 12:23 
QuestionIs it possible to run a function when the red x is clicked? Pin
JohnQuar121-Aug-09 8:56
JohnQuar121-Aug-09 8:56 
AnswerRe: Is it possible to run a function when the red x is clicked? Pin
Abhishek Sur21-Aug-09 9:30
professionalAbhishek Sur21-Aug-09 9:30 
GeneralRe: Is it possible to run a function when the red x is clicked? Pin
JohnQuar121-Aug-09 10:25
JohnQuar121-Aug-09 10:25 
GeneralRe: Is it possible to run a function when the red x is clicked? Pin
Abhishek Sur21-Aug-09 10:34
professionalAbhishek Sur21-Aug-09 10:34 
QuestionFor Image Verification or CATCHA image in a regisstration page Pin
Nitinpro21-Aug-09 4:40
Nitinpro21-Aug-09 4:40 
AnswerRe: For Image Verification or CATCHA image in a regisstration page Pin
Jay Royall21-Aug-09 5:27
Jay Royall21-Aug-09 5:27 
QuestionCustom validator Pin
diacoboss21-Aug-09 4:26
diacoboss21-Aug-09 4:26 
AnswerRe: Custom validator Pin
Adam Maras21-Aug-09 8:40
Adam Maras21-Aug-09 8:40 
GeneralRe: Custom validator [modified] Pin
diacoboss24-Aug-09 4:16
diacoboss24-Aug-09 4:16 
Questionneed help with session values Pin
shankbond21-Aug-09 4:06
shankbond21-Aug-09 4:06 
QuestionConvert html to pdf in javascript or c# Pin
zeeShan anSari21-Aug-09 2:13
zeeShan anSari21-Aug-09 2:13 
AnswerRe: Convert html to pdf in javascript or c# Pin
annathor21-Aug-09 2:39
annathor21-Aug-09 2:39 
GeneralRe: Convert html to pdf in javascript or c# Pin
zeeShan anSari21-Aug-09 2:50
zeeShan anSari21-Aug-09 2:50 

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.