Click here to Skip to main content
15,891,431 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Decrypt password Pin
N a v a n e e t h3-Jul-08 0:28
N a v a n e e t h3-Jul-08 0:28 
QuestionStarting ASP.net MVC framework in .net 3.5 Pin
mynameissuraj2-Jul-08 23:16
mynameissuraj2-Jul-08 23:16 
AnswerRe: Starting ASP.net MVC framework in .net 3.5 Pin
meeram3952-Jul-08 23:28
meeram3952-Jul-08 23:28 
GeneralRe: Starting ASP.net MVC framework in .net 3.5 Pin
mynameissuraj3-Jul-08 1:45
mynameissuraj3-Jul-08 1:45 
GeneralRe: Starting ASP.net MVC framework in .net 3.5 Pin
meeram3953-Jul-08 2:08
meeram3953-Jul-08 2:08 
QuestionAgain interesting question Pin
paresh_sarjani2-Jul-08 22:13
paresh_sarjani2-Jul-08 22:13 
AnswerRe: Again interesting question Pin
N a v a n e e t h2-Jul-08 22:27
N a v a n e e t h2-Jul-08 22:27 
Questionset bellow style dynamically in asp.net 2.0 and these values I will get from database--urgent Pin
trilokharry2-Jul-08 22:09
trilokharry2-Jul-08 22:09 
<td id="HeaderLogo" runat="server"></td>

Bellow code written in Page_Load


I will use either option 1 or 2

option 1:

//For Header Image or Logo

HeaderLogo.BgColor = "#FFAAFF";

HeaderLogo.Style.Value = "background-image: url(images/f06.jpg);background-repeat:no-repeat;";

now I want to set For above image width,height,allignment(horizontal and vertical)


option 2:

//For Header Text

HeaderLogo.InnerText = "Test Header";

HeaderLogo.VAlign = "top";

HeaderLogo.Align = "center";

HeaderLogo.BgColor = "#FFAAFF";

now I want to set FontColor and FontSize also in option 2

You get the best out of others when you give the best of yourself.

QuestionDynamic Image button and Its click event ? Pin
Masood Kochi,SSF2-Jul-08 21:38
Masood Kochi,SSF2-Jul-08 21:38 
AnswerRe: Dynamic Image button and Its click event ? Pin
eyeseetee2-Jul-08 21:52
eyeseetee2-Jul-08 21:52 
AnswerRe: Dynamic Image button and Its click event ? Pin
Venkatesh Mookkan2-Jul-08 21:53
Venkatesh Mookkan2-Jul-08 21:53 
AnswerRe: Dynamic Image button and Its click event ? Pin
Sherin Iranimose2-Jul-08 21:55
Sherin Iranimose2-Jul-08 21:55 
GeneralRe: Dynamic Image button and Its click event ? Pin
Masood Kochi,SSF2-Jul-08 22:03
Masood Kochi,SSF2-Jul-08 22:03 
GeneralRe: Dynamic Image button and Its click event ? Pin
eyeseetee2-Jul-08 22:04
eyeseetee2-Jul-08 22:04 
GeneralRe: Dynamic Image button and Its click event ? Pin
Sherin Iranimose2-Jul-08 22:46
Sherin Iranimose2-Jul-08 22:46 
QuestionHow to get a List of Checked items from a Treeview with javascript Pin
masoodp6662-Jul-08 21:04
masoodp6662-Jul-08 21:04 
AnswerRe: How to get a List of Checked items from a Treeview with javascript Pin
eyeseetee2-Jul-08 21:30
eyeseetee2-Jul-08 21:30 
GeneralRe: How to get a List of Checked items from a Treeview with javascript Pin
masoodp6662-Jul-08 21:52
masoodp6662-Jul-08 21:52 
GeneralRe: How to get a List of Checked items from a Treeview with javascript Pin
eyeseetee2-Jul-08 21:55
eyeseetee2-Jul-08 21:55 
QuestionCan anybody suggest any other name for SLA? Pin
k_bhawna2-Jul-08 20:49
k_bhawna2-Jul-08 20:49 
AnswerRe: Can anybody suggest any other name for SLA? Pin
eyeseetee2-Jul-08 21:33
eyeseetee2-Jul-08 21:33 
Questionhow to create new web form on button click Pin
ss20502-Jul-08 20:27
ss20502-Jul-08 20:27 
AnswerRe: how to create new web form on button click Pin
eyeseetee2-Jul-08 21:34
eyeseetee2-Jul-08 21:34 
GeneralRe: how to create new web form on button click Pin
ss20502-Jul-08 22:24
ss20502-Jul-08 22:24 
GeneralRe: how to create new web form on button click Pin
Sherin Iranimose2-Jul-08 22:50
Sherin Iranimose2-Jul-08 22:50 

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.