Click here to Skip to main content
16,005,181 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAjax in asp.net Pin
IamAmit28-Aug-07 19:28
IamAmit28-Aug-07 19:28 
AnswerRe: Ajax in asp.net Pin
Imran Khan Pathan28-Aug-07 19:34
Imran Khan Pathan28-Aug-07 19:34 
AnswerRe: Ajax in asp.net Pin
Christian Graus28-Aug-07 20:52
protectorChristian Graus28-Aug-07 20:52 
Questionasp.Net Login Controls Customization Pin
nitpall28-Aug-07 18:08
nitpall28-Aug-07 18:08 
QuestionIs the Repeater control able to handle input? Pin
BillW4228-Aug-07 18:03
BillW4228-Aug-07 18:03 
AnswerRe: Is the Repeater control able to handle input? Pin
Imran Khan Pathan28-Aug-07 19:19
Imran Khan Pathan28-Aug-07 19:19 
QuestionGet Image insted of color Pin
duo!@#28-Aug-07 15:58
duo!@#28-Aug-07 15:58 
AnswerRe: Get Image insted of color Pin
Michael Sync28-Aug-07 19:01
Michael Sync28-Aug-07 19:01 
duo!@# wrote:
instead of using color i would like to use images to represent this change.


then, use the image control instead of Label.

OR.

You can set the style to that label.

Example :

Style ~
<style type="text/css">
      .TurnOn{
        background : transparent url(http://url.com/ig/images/myimage.png) no-repeat;
      }
    </style>


Code ~
If lotStatus = "occupied" Then
   Label2.CssClass = "TurnOn";
Else
   Label2.CssClass = "TurnOff";
End If



Hope it helps..

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. Smile | :)

GeneralRe: Get Image insted of color Pin
duo!@#28-Aug-07 19:51
duo!@#28-Aug-07 19:51 
GeneralXHTML Compliance of ContentPlaceHolder Pin
Ed.Poore28-Aug-07 13:17
Ed.Poore28-Aug-07 13:17 
GeneralRe: XHTML Compliance of ContentPlaceHolder Pin
Michael Sync28-Aug-07 18:52
Michael Sync28-Aug-07 18:52 
Questioncheck if ie browser is running inside winform Pin
algoaddict28-Aug-07 12:00
algoaddict28-Aug-07 12:00 
AnswerRe: check if ie browser is running inside winform Pin
Christian Graus28-Aug-07 12:05
protectorChristian Graus28-Aug-07 12:05 
QuestionRe: check if ie browser is running inside winform Pin
algoaddict28-Aug-07 12:24
algoaddict28-Aug-07 12:24 
AnswerRe: check if ie browser is running inside winform Pin
Christian Graus28-Aug-07 15:16
protectorChristian Graus28-Aug-07 15:16 
QuestionInput CAPS letters in textbox Pin
tjkota28-Aug-07 11:30
tjkota28-Aug-07 11:30 
AnswerRe: Input CAPS letters in textbox Pin
Fred_Smith28-Aug-07 11:35
Fred_Smith28-Aug-07 11:35 
GeneralRe: Input CAPS letters in textbox Pin
tjkota28-Aug-07 11:38
tjkota28-Aug-07 11:38 
GeneralRe: Input CAPS letters in textbox Pin
Fred_Smith28-Aug-07 11:50
Fred_Smith28-Aug-07 11:50 
GeneralRe: Input CAPS letters in textbox Pin
Christian Graus28-Aug-07 13:34
protectorChristian Graus28-Aug-07 13:34 
GeneralRe: Input CAPS letters in textbox Pin
tjkota28-Aug-07 13:36
tjkota28-Aug-07 13:36 
QuestionUse different web.config for debugging Pin
error140828-Aug-07 8:31
error140828-Aug-07 8:31 
AnswerRe: Use different web.config for debugging Pin
nateraaaa28-Aug-07 8:51
nateraaaa28-Aug-07 8:51 
GeneralRe: Use different web.config for debugging Pin
error140828-Aug-07 8:53
error140828-Aug-07 8:53 
AnswerRe: Use different web.config for debugging [modified] Pin
Fred_Smith28-Aug-07 9:05
Fred_Smith28-Aug-07 9:05 

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.