Click here to Skip to main content
15,917,859 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Maintain state of radiobuttons while paging in gridview control Pin
Niladri_Biswas30-Jun-09 20:52
Niladri_Biswas30-Jun-09 20:52 
QuestionTreeView control - dynamically bound to an XmlDocument? NavigationUrl Pin
devvvy30-Jun-09 20:12
devvvy30-Jun-09 20:12 
QuestionProblem getting client side value in server side Pin
CrazyCoder2630-Jun-09 19:06
CrazyCoder2630-Jun-09 19:06 
AnswerRe: Problem getting client side value in server side Pin
Aman Bhullar30-Jun-09 19:14
Aman Bhullar30-Jun-09 19:14 
GeneralRe: Problem getting client side value in server side Pin
CrazyCoder2630-Jun-09 19:17
CrazyCoder2630-Jun-09 19:17 
QuestionHow to do HTTP GET request Pin
fuhaizah30-Jun-09 18:06
fuhaizah30-Jun-09 18:06 
AnswerRe: How to do HTTP GET request Pin
Christian Graus30-Jun-09 18:24
protectorChristian Graus30-Jun-09 18:24 
GeneralRe: How to do HTTP GET request Pin
fuhaizah30-Jun-09 18:29
fuhaizah30-Jun-09 18:29 
GeneralRe: How to do HTTP GET request Pin
Christian Graus30-Jun-09 18:31
protectorChristian Graus30-Jun-09 18:31 
GeneralRe: How to do HTTP GET request Pin
fuhaizah30-Jun-09 18:36
fuhaizah30-Jun-09 18:36 
GeneralRe: How to do HTTP GET request Pin
Christian Graus30-Jun-09 21:35
protectorChristian Graus30-Jun-09 21:35 
AnswerRe: How to do HTTP GET request Pin
Aman Bhullar30-Jun-09 19:16
Aman Bhullar30-Jun-09 19:16 
GeneralRe: How to do HTTP GET request Pin
fuhaizah30-Jun-09 20:17
fuhaizah30-Jun-09 20:17 
GeneralRe: How to do HTTP GET request Pin
Abhijit Jana30-Jun-09 20:24
professionalAbhijit Jana30-Jun-09 20:24 
GeneralRe: How to do HTTP GET request Pin
N a v a n e e t h30-Jun-09 22:01
N a v a n e e t h30-Jun-09 22:01 
QuestionDynamically Setting Images on an ASP net site Pin
Reanalyse30-Jun-09 17:31
Reanalyse30-Jun-09 17:31 
I have a large array of Imagebuttons on an ASPX page, that have the URL set depending upon the value of a variable
The value matches the name of the ImageButton as below. Rather than the convoluted code as below is there a way to somehow dynamically change the button - something like

ImageButton[mapflag].ImageUrl="warning.gif"


if (mapflag == "TV1_ANALOGUE") TV1_ANALOGUE.ImageUrl = "warning.gif"; <br />
if (mapflag == "TV1_DTT") TV1_DTT.ImageUrl = "warning.gif"; <br />
if (mapflag == "TV1_DTH") TV1_DTH.ImageUrl = "warning.gif"; <br />
if (mapflag == "TV1_FM") TV1_FM.ImageUrl = "warning.gif"; <br />
if (mapflag == "TV1_LINKING") TV1_LINKING.ImageUrl = "warning.gif"; <br />
if (mapflag == "TV1_ISN") TV1_ISN.ImageUrl = "warning.gif"; <br />
if (mapflag == "TV1_EXTEND") TV1_EXTEND.ImageUrl = "warning.gif"; <br />
if (mapflag == "TV2_ANALOGUE") TV2_ANALOGUE.ImageUrl = "warning.gif"; <br />
if (mapflag == "TV2_DTT") TV2_DTT.ImageUrl = "warning.gif"; <br />
if (mapflag == "TV2_DTH") TV2_DTH.ImageUrl = "warning.gif"; <br />
if (mapflag == "TV2_FM") TV2_FM.ImageUrl = "warning.gif";


Many thanks for any help
AnswerRe: Dynamically Setting Images on an ASP net site Pin
Christian Graus30-Jun-09 18:25
protectorChristian Graus30-Jun-09 18:25 
GeneralRe: Dynamically Setting Images on an ASP net site Pin
Reanalyse30-Jun-09 22:47
Reanalyse30-Jun-09 22:47 
Questionhow to upload my website with sql database 2005 to shared hosting space Pin
pbheri30-Jun-09 16:17
pbheri30-Jun-09 16:17 
AnswerRe: how to upload my website with sql database 2005 to shared hosting space Pin
Christian Graus30-Jun-09 18:30
protectorChristian Graus30-Jun-09 18:30 
QuestionCombobox help Pin
Jenfi30-Jun-09 9:59
Jenfi30-Jun-09 9:59 
AnswerRe: Combobox help Pin
Abhijit Jana30-Jun-09 10:11
professionalAbhijit Jana30-Jun-09 10:11 
Questionhow to publish the web site in asp.net 1.1 Pin
Jagz W30-Jun-09 8:54
professionalJagz W30-Jun-09 8:54 
AnswerRe: how to publish the web site in asp.net 1.1 Pin
Abhijit Jana30-Jun-09 10:20
professionalAbhijit Jana30-Jun-09 10:20 
Questionhighlight the selected row in the the Nested gridview. Pin
Member 465900130-Jun-09 7:54
Member 465900130-Jun-09 7:54 

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.