Click here to Skip to main content
15,890,186 members
Home / Discussions / Web Development
   

Web Development

 
GeneralI'm not a web server guru, but... Pin
Naruki25-Mar-09 20:23
Naruki25-Mar-09 20:23 
GeneralRe: I'm not a web server guru, but... Pin
Hemant Thaker26-Mar-09 3:29
Hemant Thaker26-Mar-09 3:29 
GeneralYou cannot change the extension. Pin
Naruki26-Mar-09 12:04
Naruki26-Mar-09 12:04 
GeneralRe: I'm not a web server guru, but... Pin
logiclabz30-Mar-09 4:40
logiclabz30-Mar-09 4:40 
QuestionMessage or mailling Pin
Ch.Gayatri Subudhi25-Mar-09 1:06
Ch.Gayatri Subudhi25-Mar-09 1:06 
AnswerRe: Message or mailling Pin
fly90425-Mar-09 1:12
fly90425-Mar-09 1:12 
QuestionDNN Module. Pin
khuzwayom23-Mar-09 22:52
khuzwayom23-Mar-09 22:52 
AnswerRe: DNN Module. Pin
Abhijit Jana24-Mar-09 4:24
professionalAbhijit Jana24-Mar-09 4:24 
khuzwayom wrote:
I want that textbox to be readonly, but the problem is that if I set the ReadOnly property of the textbox to true, the textbox always defaults back to the default values (today's date) after the postback. But if the ReadOnly property is false it displays the date I chose on the textbox even after the postaback.

This is not a issue with Dot Net Nuke. If you are doing the same in ASP.NET you will face the same problem. If you make any text box as Read Only it will not send the updated value on post back.
Quick Fix : Use ContentEditable="False" instead of Readonly. It will do the trick for you. Wink | ;)

Solution Approach :
1 .Before Post back read the value in hidden field and after postback place the hidden field value to the textbox Wink | ;)

2. You can create your own custom textbox control also. Check here. There was a discussion on same topic 1 year back in CP http://www.codeproject.com/script/Forums/View.aspx?fid=12076&msg=2395528[^]

Hope it will help

cheers,
Abhijit
CodeProject MVP

QuestionPersiaDevelopers.com Pin
Majid Shahabfar23-Mar-09 22:14
Majid Shahabfar23-Mar-09 22:14 
Questiontable = table object Pin
icanmakeiteasy23-Mar-09 21:53
icanmakeiteasy23-Mar-09 21:53 
AnswerRe: table = table object Pin
Marc Firth24-Mar-09 23:20
Marc Firth24-Mar-09 23:20 
GeneralIf he weren't going from one live table node to another... Pin
Naruki25-Mar-09 21:07
Naruki25-Mar-09 21:07 
Questionjavascirpt messagebox? Pin
sam_psycho23-Mar-09 8:02
sam_psycho23-Mar-09 8:02 
AnswerRe: javascirpt messagebox? Pin
Marc Firth26-Mar-09 2:12
Marc Firth26-Mar-09 2:12 
AnswerRe: javascirpt messagebox? Pin
saanj28-Apr-09 22:01
saanj28-Apr-09 22:01 
QuestionTreeview Node Selection Problem Pin
Aziz H23-Mar-09 7:54
Aziz H23-Mar-09 7:54 
AnswerRe: Treeview Node Selection Problem Pin
Marc Firth24-Mar-09 23:21
Marc Firth24-Mar-09 23:21 
GeneralRe: Treeview Node Selection Problem Pin
Aziz H25-Mar-09 1:36
Aziz H25-Mar-09 1:36 
AnswerRe: Treeview Node Selection Problem Pin
Marc Firth25-Mar-09 2:03
Marc Firth25-Mar-09 2:03 
GeneralNOT a Programming Question...Really, it's not..Trust me! [modified] Pin
Zhat23-Mar-09 2:34
Zhat23-Mar-09 2:34 
GeneralRe: NOT a Programming Question...Really, it's not..Trust me! Pin
Chris Losinger23-Mar-09 2:48
professionalChris Losinger23-Mar-09 2:48 
GeneralRe: NOT a Programming Question...Really, it's not..Trust me! Pin
Eddy Vluggen23-Mar-09 3:08
professionalEddy Vluggen23-Mar-09 3:08 
GeneralRe: NOT a Programming Question...Really, it's not..Trust me! Pin
Bassam Abdul-Baki23-Mar-09 3:10
professionalBassam Abdul-Baki23-Mar-09 3:10 
GeneralRe: NOT a Programming Question...Really, it's not..Trust me! Pin
Bassam Abdul-Baki23-Mar-09 18:14
professionalBassam Abdul-Baki23-Mar-09 18:14 
GeneralRe: NOT a Programming Question...Really, it's not..Trust me! Pin
Zhat25-Mar-09 2:01
Zhat25-Mar-09 2:01 

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.