Click here to Skip to main content
15,891,204 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDataList - How to Hide repeating value in a column. Pin
postmaster@programmingknowledge.com22-Sep-06 1:49
postmaster@programmingknowledge.com22-Sep-06 1:49 
QuestionMissing Drill-Down Expert Pin
John Gathogo22-Sep-06 1:48
John Gathogo22-Sep-06 1:48 
QuestionDatacache Problem Pin
monika_vasvani22-Sep-06 1:31
monika_vasvani22-Sep-06 1:31 
AnswerRe: Datacache Problem Pin
Faisal Khatri22-Sep-06 3:14
Faisal Khatri22-Sep-06 3:14 
QuestionCompilation Error "cannot convert from 'ref int' to 'ref int?" Pin
Jay_se22-Sep-06 0:38
Jay_se22-Sep-06 0:38 
AnswerRe: Compilation Error "cannot convert from 'ref int' to 'ref int?" Pin
minhpc_bk22-Sep-06 0:56
minhpc_bk22-Sep-06 0:56 
GeneralRe: Compilation Error "cannot convert from 'ref int' to 'ref int?" [modified] Pin
Jay_se22-Sep-06 1:41
Jay_se22-Sep-06 1:41 
QuestionDropDownList problem Pin
waddie121-Sep-06 23:05
waddie121-Sep-06 23:05 
Hi all

I have a dropdownlist on my page but it is always showing the value rather than the text. For example:

<asp:DropDownList runat="server" id="filter">
<asp:ListItem value="1">Filter 1</asp:ListItem>
</asp:DropDownList>

This will produce the dropdownlist but the text shown will be 1 rather that filter 1 Confused | :confused: . This happens when the listitem is declared as follows as well:

<asp:ListItem value="1" text="Filter 1" />

Any ideas on why this is happening??
The project that this page is part of uses nested master pages if this sheds anymore light.

Thanks in advance.
AnswerRe: DropDownList problem Pin
sdaniel_cst21-Sep-06 23:49
sdaniel_cst21-Sep-06 23:49 
GeneralRe: DropDownList problem Pin
waddie122-Sep-06 0:06
waddie122-Sep-06 0:06 
Questioninvisible.. Pin
locaas21-Sep-06 22:24
locaas21-Sep-06 22:24 
AnswerRe: invisible.. Pin
Kschuler22-Sep-06 8:20
Kschuler22-Sep-06 8:20 
QuestionHow to map Url to specific file location? Pin
dy1321-Sep-06 22:07
dy1321-Sep-06 22:07 
AnswerRe: How to map Url to specific file location? Pin
Guffa22-Sep-06 4:53
Guffa22-Sep-06 4:53 
GeneralDisplay Image from SQL Server... Pin
code-frog21-Sep-06 21:53
professionalcode-frog21-Sep-06 21:53 
GeneralRe: Display Image from SQL Server... Pin
minhpc_bk22-Sep-06 0:47
minhpc_bk22-Sep-06 0:47 
GeneralRe: Display Image from SQL Server... Pin
postmaster@programmingknowledge.com22-Sep-06 1:44
postmaster@programmingknowledge.com22-Sep-06 1:44 
QuestionOpening classic asp page in Asp.net 2.0 Pin
Nitin198121-Sep-06 21:08
Nitin198121-Sep-06 21:08 
AnswerRe: Opening classic asp page in Asp.net 2.0 Pin
Guffa21-Sep-06 21:31
Guffa21-Sep-06 21:31 
GeneralRe: Opening classic asp page in Asp.net 2.0 Pin
Nitin198121-Sep-06 21:42
Nitin198121-Sep-06 21:42 
AnswerRe: Opening classic asp page in Asp.net 2.0 Pin
Guffa22-Sep-06 0:13
Guffa22-Sep-06 0:13 
GeneralRe: Opening classic asp page in Asp.net 2.0 Pin
Nitin198122-Sep-06 0:51
Nitin198122-Sep-06 0:51 
GeneralRe: Opening classic asp page in Asp.net 2.0 Pin
Pete O'Hanlon22-Sep-06 2:01
mvePete O'Hanlon22-Sep-06 2:01 
GeneralRe: Opening classic asp page in Asp.net 2.0 Pin
Nitin198122-Sep-06 2:25
Nitin198122-Sep-06 2:25 
AnswerRe: Opening classic asp page in Asp.net 2.0 Pin
Guffa22-Sep-06 7:33
Guffa22-Sep-06 7: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.