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

ASP.NET

 
QuestionBorder Color Pin
248912828-Dec-06 2:14
248912828-Dec-06 2:14 
AnswerRe: Border Color Pin
Venkatesh Mookkan28-Dec-06 17:46
Venkatesh Mookkan28-Dec-06 17:46 
GeneralRe: Border Color Pin
248912828-Dec-06 19:39
248912828-Dec-06 19:39 
GeneralRe: Border Color Pin
_AK_28-Dec-06 20:31
_AK_28-Dec-06 20:31 
JokeRe: Border Color Pin
Venkatesh Mookkan28-Dec-06 21:15
Venkatesh Mookkan28-Dec-06 21:15 
QuestionASP.NET Pin
analyst200128-Dec-06 1:28
analyst200128-Dec-06 1:28 
GeneralRe: ASP.NET Pin
Eduard Keilholz28-Dec-06 1:41
Eduard Keilholz28-Dec-06 1:41 
QuestionWeb service, adding a web reference to a web service over the internet Pin
steve_rm28-Dec-06 1:14
steve_rm28-Dec-06 1:14 
QuestionEncrypting files on server side Pin
Rankor2028-Dec-06 0:47
Rankor2028-Dec-06 0:47 
AnswerRe: Encrypting files on server side Pin
Eduard Keilholz28-Dec-06 1:33
Eduard Keilholz28-Dec-06 1:33 
GeneralRe: Encrypting files on server side Pin
Rankor2028-Dec-06 2:12
Rankor2028-Dec-06 2:12 
GeneralRe: Encrypting files on server side Pin
Eduard Keilholz28-Dec-06 2:19
Eduard Keilholz28-Dec-06 2:19 
Questionproblem with timer Pin
MissionSuccess28-Dec-06 0:22
MissionSuccess28-Dec-06 0:22 
AnswerRe: problem with timer Pin
Eduard Keilholz28-Dec-06 1:35
Eduard Keilholz28-Dec-06 1:35 
GeneralRe: problem with timer Pin
MissionSuccess28-Dec-06 1:42
MissionSuccess28-Dec-06 1:42 
GeneralRe: problem with timer Pin
Eduard Keilholz28-Dec-06 1:47
Eduard Keilholz28-Dec-06 1:47 
Hrmmph... You should replace the

// Javascript to change fontsize

line into something serious changing the fontsize...

Should be something like :

if (document.yourobject.style.fontSize == '20px')<br />
  document.yourobject.style.fontSize='16px'<br />
else<br />
  document.yourobject.style.fontSize='20px'


.: I love it when a plan comes together :.
http://www.zonderpunt.nl

Question, Pin
bejoy1234528-Dec-06 0:20
bejoy1234528-Dec-06 0:20 
AnswerRe: , Pin
_mubashir28-Dec-06 0:34
_mubashir28-Dec-06 0:34 
AnswerRe: , Pin
DavidNohejl28-Dec-06 1:03
DavidNohejl28-Dec-06 1:03 
QuestionDataGrid Problem Pin
varshavmane28-Dec-06 0:01
varshavmane28-Dec-06 0:01 
QuestionHow to create Dynamic CrystalReport Pin
Gamzun27-Dec-06 23:31
Gamzun27-Dec-06 23:31 
QuestionList of Servers Pin
_mubashir27-Dec-06 23:22
_mubashir27-Dec-06 23:22 
AnswerRe: List of Servers Pin
Laubi28-Dec-06 1:48
Laubi28-Dec-06 1:48 
QuestionHow can get information from web page ? Pin
ankprasanna27-Dec-06 21:25
ankprasanna27-Dec-06 21:25 
JokeRe: How can get information from web page ? Pin
Venkatesh Mookkan27-Dec-06 21:36
Venkatesh Mookkan27-Dec-06 21:36 

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.