Click here to Skip to main content
15,914,074 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to use MathML Control Pin
Christian Graus7-Apr-08 21:19
protectorChristian Graus7-Apr-08 21:19 
GeneralRe: How to use MathML Control Pin
yogesh_kumar_agarwal7-Apr-08 22:24
yogesh_kumar_agarwal7-Apr-08 22:24 
GeneralRe: How to use MathML Control Pin
Christian Graus7-Apr-08 22:31
protectorChristian Graus7-Apr-08 22:31 
Questionhow to replace Permanently in aspx page using .net with c# Pin
sugunavathysubramanian7-Apr-08 20:51
sugunavathysubramanian7-Apr-08 20:51 
AnswerRe: how to replace Permanently in aspx page using .net with c# Pin
Ashish Sehajpal7-Apr-08 20:58
Ashish Sehajpal7-Apr-08 20:58 
GeneralRe: how to replace Permanently in aspx page using .net with c# Pin
sugunavathysubramanian7-Apr-08 21:21
sugunavathysubramanian7-Apr-08 21:21 
AnswerRe: how to replace Permanently in aspx page using .net with c# Pin
Christian Graus7-Apr-08 21:09
protectorChristian Graus7-Apr-08 21:09 
GeneralRe: how to replace Permanently in aspx page using .net with c# Pin
sugunavathysubramanian7-Apr-08 21:23
sugunavathysubramanian7-Apr-08 21:23 
GeneralRe: how to replace Permanently in aspx page using .net with c# Pin
Christian Graus7-Apr-08 21:33
protectorChristian Graus7-Apr-08 21:33 
AnswerRe: how to replace Permanently in aspx page using .net with c# Pin
Ashish Sehajpal7-Apr-08 22:13
Ashish Sehajpal7-Apr-08 22:13 
GeneralRe: how to replace Permanently in aspx page using .net with c# Pin
Christian Graus7-Apr-08 22:30
protectorChristian Graus7-Apr-08 22:30 
GeneralRe: how to replace Permanently in aspx page using .net with c# Pin
sugunavathysubramanian8-Apr-08 0:20
sugunavathysubramanian8-Apr-08 0:20 
QuestionHow to place a condition in a template column in the datagrid? Pin
Infernojericho7-Apr-08 20:28
Infernojericho7-Apr-08 20:28 
Hi, I am stuck big time with a problem in Data Grid.

I am using C#, in VS.NET 2003.

I am writing a simple web mail system, and I am using the datagrid to display the inbox.

It is a very standard inbox, nothing fancy, and I am displaying the sender, subject, as well as the date sent. For each message there is an extra column "opened" which denotes whether the message has been read.

Here's what I am stuck, I need to BOLD the message subject for those messages which are unread.

I have absolutely no idea where to place the codes, the pseudocode is very simple, simply:

If the "opened" column for that particular message is NO,
then BOLD the subject

Where do I place the codes? I tried to place it in the HTML code as well as the codebehind, no luck.

Any suggestions??? HELP!!!

Thanks!!!
AnswerRe: How to place a condition in a template column in the datagrid? Pin
Christian Graus7-Apr-08 20:31
protectorChristian Graus7-Apr-08 20:31 
GeneralRe: How to place a condition in a template column in the datagrid? Pin
Infernojericho7-Apr-08 20:46
Infernojericho7-Apr-08 20:46 
GeneralRe: How to place a condition in a template column in the datagrid? Pin
Christian Graus7-Apr-08 20:48
protectorChristian Graus7-Apr-08 20:48 
AnswerRe: How to place a condition in a template column in the datagrid? Pin
Ashish Sehajpal7-Apr-08 21:00
Ashish Sehajpal7-Apr-08 21:00 
QuestionHow to Use COM Dll in ASP.NET Pin
Kuricheti7-Apr-08 20:18
Kuricheti7-Apr-08 20:18 
GeneralRe: How to Use COM Dll in ASP.NET Pin
Christian Graus7-Apr-08 20:26
protectorChristian Graus7-Apr-08 20:26 
GeneralFinding list of controls from another aspx page within a project Pin
Syed Kamran ul Haq7-Apr-08 20:00
Syed Kamran ul Haq7-Apr-08 20:00 
GeneralRe: Finding list of controls from another aspx page within a project Pin
Christian Graus7-Apr-08 20:27
protectorChristian Graus7-Apr-08 20:27 
GeneralRe: Finding list of controls from another aspx page within a project Pin
gspiteri7-Apr-08 23:11
gspiteri7-Apr-08 23:11 
GeneralRe: Finding list of controls from another aspx page within a project Pin
Christian Graus7-Apr-08 23:13
protectorChristian Graus7-Apr-08 23:13 
GeneralRe: Finding list of controls from another aspx page within a project Pin
Syed Kamran ul Haq8-Apr-08 0:06
Syed Kamran ul Haq8-Apr-08 0:06 
GeneralRe: Finding list of controls from another aspx page within a project Pin
Christian Graus8-Apr-08 0:08
protectorChristian Graus8-Apr-08 0:08 

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.