Click here to Skip to main content
15,907,281 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to add dll in to toolbox? Pin
Sandeep Akhare26-Mar-08 23:05
Sandeep Akhare26-Mar-08 23:05 
GeneralASp.NET login control - automate login Pin
Christian Graus26-Mar-08 13:29
protectorChristian Graus26-Mar-08 13:29 
GeneralRe: ASp.NET login control - automate login Pin
Not Active26-Mar-08 13:33
mentorNot Active26-Mar-08 13:33 
GeneralRe: ASp.NET login control - automate login Pin
Christian Graus26-Mar-08 13:42
protectorChristian Graus26-Mar-08 13:42 
GeneralRe: ASp.NET login control - automate login Pin
Christian Graus26-Mar-08 14:01
protectorChristian Graus26-Mar-08 14:01 
GeneralRe: ASp.NET login control - automate login Pin
Not Active26-Mar-08 14:16
mentorNot Active26-Mar-08 14:16 
GeneralRe: ASp.NET login control - automate login Pin
Christian Graus26-Mar-08 14:38
protectorChristian Graus26-Mar-08 14:38 
GeneralCSS ImageButton Border not working Pin
imnotso#26-Mar-08 11:18
imnotso#26-Mar-08 11:18 
Hi,

I have a website with 9 ImageButton tags

<asp:imagebutton id="ImageButton1" cssclass="HomePageRowOne" runat="server" imageurl="~/Images/02-team_nav-on.jpg">;

etc....

my css file (which is working as when I change the width and height it alters at runtime) does not pick up the border attributes...if I apply them to the image tag in HTML all is fine but then I dont want them in my HTML.

CSS file:

.HomePageRowOne
{
border-style:solid;
border-right-style:solid;
border-right: white 10px solid;
border-left: white 10px solid;
border-bottom: white 10px solid;
border-top: white 10px solid;
height: 30%;
width: 30%;
float: left;
}

is there a different border command in CSS for ImageButton ?

Any help would be great...

Harvey
GeneralRe: CSS ImageButton Border not working Pin
Christian Graus26-Mar-08 11:44
protectorChristian Graus26-Mar-08 11:44 
GeneralRe: CSS ImageButton Border not working [modified] Pin
imnotso#26-Mar-08 11:59
imnotso#26-Mar-08 11:59 
GeneralRe: CSS ImageButton Border not working Pin
Christian Graus26-Mar-08 12:22
protectorChristian Graus26-Mar-08 12:22 
GeneralRe: CSS ImageButton Border not working Pin
imnotso#26-Mar-08 12:29
imnotso#26-Mar-08 12:29 
GeneralLoading controls dynamically asutomatically calls buttonBlick Eventhandler Pin
happyheartcs26-Mar-08 10:44
happyheartcs26-Mar-08 10:44 
GeneralRe: Loading controls dynamically asutomatically calls buttonBlick Eventhandler Pin
Christian Graus26-Mar-08 11:06
protectorChristian Graus26-Mar-08 11:06 
GeneralRe: Loading controls dynamically asutomatically calls buttonBlick Eventhandler Pin
Paras Kaneriya26-Mar-08 20:29
Paras Kaneriya26-Mar-08 20:29 
Generalasp:Drop Down problem in setting the selected item Pin
gottimukkala26-Mar-08 10:22
gottimukkala26-Mar-08 10:22 
GeneralRe: asp:Drop Down problem in setting the selected item Pin
Christian Graus26-Mar-08 11:07
protectorChristian Graus26-Mar-08 11:07 
GeneralUpdateuser Pin
screwfunk0126-Mar-08 8:23
screwfunk0126-Mar-08 8:23 
GeneralTarget Framework Configuration Pin
Brady Kelly26-Mar-08 7:26
Brady Kelly26-Mar-08 7:26 
GeneralRe: Target Framework Configuration Pin
Guffa26-Mar-08 7:43
Guffa26-Mar-08 7:43 
GeneralRe: Target Framework Configuration Pin
Brady Kelly26-Mar-08 8:44
Brady Kelly26-Mar-08 8:44 
GeneralRe: Target Framework Configuration Pin
Not Active26-Mar-08 9:11
mentorNot Active26-Mar-08 9:11 
GeneralRe: Target Framework Configuration Pin
Brady Kelly26-Mar-08 9:18
Brady Kelly26-Mar-08 9:18 
GeneralRe: Target Framework Configuration Pin
led mike26-Mar-08 9:56
led mike26-Mar-08 9:56 
GeneralRe: Target Framework Configuration Pin
Not Active26-Mar-08 10:47
mentorNot Active26-Mar-08 10:47 

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.