Click here to Skip to main content
15,895,667 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiongridview checkbox Pin
Pankaj Garg27-May-08 18:57
Pankaj Garg27-May-08 18:57 
AnswerRe: gridview checkbox Pin
eyeseetee27-May-08 21:40
eyeseetee27-May-08 21:40 
QuestionRe: gridview checkbox Pin
Pankaj Garg27-May-08 21:52
Pankaj Garg27-May-08 21:52 
AnswerRe: gridview checkbox Pin
eyeseetee27-May-08 22:23
eyeseetee27-May-08 22:23 
Questionworking with Unit Testing in VS2008 Pin
chaitu.chinna27-May-08 18:52
chaitu.chinna27-May-08 18:52 
QuestionFile Access Problem Pin
VivekNema27-May-08 18:16
VivekNema27-May-08 18:16 
AnswerRe: File Access Problem Pin
Vasudevan Deepak Kumar27-May-08 19:03
Vasudevan Deepak Kumar27-May-08 19:03 
AnswerRe: File Access Problem Pin
eyeseetee27-May-08 21:40
eyeseetee27-May-08 21:40 
QuestionUpdatePanel Issue Pin
DotNetXenon27-May-08 16:27
DotNetXenon27-May-08 16:27 
AnswerRe: UpdatePanel Issue [modified] Pin
Sandeep Akhare27-May-08 20:04
Sandeep Akhare27-May-08 20:04 
QuestionDynamically Changing DropDownList Values Pin
elexar27-May-08 10:15
elexar27-May-08 10:15 
AnswerRe: Dynamically Changing DropDownList Values Pin
elexar27-May-08 10:18
elexar27-May-08 10:18 
AnswerRe: Dynamically Changing DropDownList Values Pin
led mike27-May-08 11:08
led mike27-May-08 11:08 
Question.NET DNS.GetHostEntry Quirk Pin
boostmr227-May-08 7:11
boostmr227-May-08 7:11 
QuestionProblem with asp.net validators .net 2.0 Pin
ChrisFarrugia27-May-08 6:42
ChrisFarrugia27-May-08 6:42 
GeneralRe: Problem with asp.net validators .net 2.0 Pin
Krazy Programmer27-May-08 7:29
Krazy Programmer27-May-08 7:29 
AnswerRe: Problem with asp.net validators .net 2.0 Pin
VivekNema27-May-08 18:22
VivekNema27-May-08 18:22 
AnswerRe: Problem with asp.net validators .net 2.0 Pin
Ravi_2127-May-08 19:35
Ravi_2127-May-08 19:35 
QuestionDisplaying an image in a Datalist instead of a checkbox field? Pin
Nostrom027-May-08 6:32
Nostrom027-May-08 6:32 
I have a table of information that I want to display in a Gridview or a Datalist; when the boolean column "MadeinUSA" is TRUE, I want to display a little .gif flag image in that row of the displayed Gridview or Datalist, instead of just text or a checked checkbox.

With my shaky ASP.NET knowledge, I'm guessing I should do something with a template, inserting the flag image into the list or repeater's template with the Visible property set to "False", and then in the code-behind do something like "If MadeinUSA=1 Visible=TRUE".

So, I have a vague idea of how to do it, but I'm not sure exactly how to structure the syntax to make this work.

Any help would be appreciated!
QuestionASP.net to C#.net problem Pin
Verghese27-May-08 5:54
Verghese27-May-08 5:54 
AnswerRe: ASP.net to C#.net problem Pin
Christian Graus27-May-08 17:43
protectorChristian Graus27-May-08 17:43 
AnswerRe: ASP.net to C#.net problem Pin
Vasudevan Deepak Kumar27-May-08 19:04
Vasudevan Deepak Kumar27-May-08 19:04 
GeneralRe: ASP.net to C#.net problem Pin
Verghese29-May-08 6:26
Verghese29-May-08 6:26 
QuestionSQL "WHERE" Statement Boolean filtering Pin
Nostrom027-May-08 5:50
Nostrom027-May-08 5:50 
AnswerRe: SQL "WHERE" Statement Boolean filtering Pin
J4amieC27-May-08 6:15
J4amieC27-May-08 6:15 

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.