Click here to Skip to main content
15,908,173 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Variable delcare in aspx.vb not shown in .aspx page Pin
The Web Developer12-Sep-08 22:12
The Web Developer12-Sep-08 22:12 
Questioncalender display in ASP [modified] Pin
amit201112-Sep-08 2:53
amit201112-Sep-08 2:53 
AnswerRe: calender display in ASP Pin
Abhijit Jana12-Sep-08 3:20
professionalAbhijit Jana12-Sep-08 3:20 
AnswerRe: calender display in ASP Pin
Manas Bhardwaj12-Sep-08 3:30
professionalManas Bhardwaj12-Sep-08 3:30 
AnswerRe: calender display in ASP Pin
UD(IA)12-Sep-08 3:39
UD(IA)12-Sep-08 3:39 
AnswerRe: calender display in ASP Pin
UD(IA)12-Sep-08 4:03
UD(IA)12-Sep-08 4:03 
QuestionSetting a skind ID to nothing Pin
Brendan Vogt12-Sep-08 2:49
Brendan Vogt12-Sep-08 2:49 
AnswerRe: Setting a skind ID to nothing Pin
Sandeep Akhare12-Sep-08 3:11
Sandeep Akhare12-Sep-08 3:11 
Yes,Anyone has to change the themes programmatically then PreInit() is the only event where you can do it ?

.NET Enthusiast wrote:
chkImportDispensed.Checked)


I suspects in Page-Init you won't get postback value as the ViewState is not loaded yet you should take check box value from request object like this
string selectedValue = Request.Form[controlID].ToString();

Try to run this code in Page Preinit event

Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "

Check My Blog

AnswerRe: Setting a skind ID to nothing Pin
Brendan Vogt14-Sep-08 20:27
Brendan Vogt14-Sep-08 20:27 
GeneralRe: Setting a skind ID to nothing Pin
Sandeep Akhare14-Sep-08 20:36
Sandeep Akhare14-Sep-08 20:36 
GeneralRe: Setting a skind ID to nothing Pin
Brendan Vogt14-Sep-08 20:54
Brendan Vogt14-Sep-08 20:54 
GeneralRe: Setting a skind ID to nothing Pin
Sandeep Akhare14-Sep-08 20:58
Sandeep Akhare14-Sep-08 20:58 
GeneralRe: Setting a skind ID to nothing Pin
Brendan Vogt14-Sep-08 21:14
Brendan Vogt14-Sep-08 21:14 
GeneralRe: Setting a skind ID to nothing Pin
Sandeep Akhare14-Sep-08 21:47
Sandeep Akhare14-Sep-08 21:47 
GeneralRe: Setting a skind ID to nothing Pin
Sandeep Akhare14-Sep-08 21:50
Sandeep Akhare14-Sep-08 21:50 
GeneralRe: Setting a skind ID to nothing Pin
Sandeep Akhare14-Sep-08 21:08
Sandeep Akhare14-Sep-08 21:08 
GeneralRe: Setting a skind ID to nothing Pin
Brendan Vogt14-Sep-08 21:21
Brendan Vogt14-Sep-08 21:21 
QuestionCapturing events of Exchange Server 2007 Pin
pavan_sacet12-Sep-08 1:50
pavan_sacet12-Sep-08 1:50 
AnswerRe: Capturing events of Exchange Server 2007 Pin
Abhijit Jana12-Sep-08 2:04
professionalAbhijit Jana12-Sep-08 2:04 
QuestionVirtual Directory Not Run asp.net 2.0 Pin
perumalLashmi12-Sep-08 1:08
perumalLashmi12-Sep-08 1:08 
AnswerRe: Virtual Directory Not Run asp.net 2.0 Pin
Abhijit Jana12-Sep-08 1:29
professionalAbhijit Jana12-Sep-08 1:29 
Questionimage split and merge in asp.net 2.0 C# Pin
perumalLashmi12-Sep-08 1:05
perumalLashmi12-Sep-08 1:05 
AnswerRe: image split and merge in asp.net 2.0 C# Pin
Sandeep Akhare12-Sep-08 2:21
Sandeep Akhare12-Sep-08 2:21 
AnswerRe: image split and merge in asp.net 2.0 C# Pin
Guffa12-Sep-08 7:13
Guffa12-Sep-08 7:13 
QuestionUI Pin
mahenputta12-Sep-08 0:59
mahenputta12-Sep-08 0:59 

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.