Click here to Skip to main content
16,004,974 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Restricting datagrid When Bind with Arraylist Pin
minhpc_bk13-Jun-06 22:45
minhpc_bk13-Jun-06 22:45 
QuestionXmlDataSource using an aspx DataFile [modified] Pin
RX Maverick13-Jun-06 17:47
RX Maverick13-Jun-06 17:47 
AnswerRe: XmlDataSource using an aspx DataFile Pin
minhpc_bk13-Jun-06 21:34
minhpc_bk13-Jun-06 21:34 
GeneralRe: XmlDataSource using an aspx DataFile Pin
RX Maverick14-Jun-06 3:24
RX Maverick14-Jun-06 3:24 
GeneralRe: XmlDataSource using an aspx DataFile Pin
minhpc_bk14-Jun-06 15:59
minhpc_bk14-Jun-06 15:59 
QuestionLocalization and dynamic user controls(page lifecycle) Pin
Leftyfarrell13-Jun-06 17:19
Leftyfarrell13-Jun-06 17:19 
AnswerRe: Localization and dynamic user controls(page lifecycle) Pin
minhpc_bk13-Jun-06 21:33
minhpc_bk13-Jun-06 21:33 
AnswerRe: Localization and dynamic user controls(page lifecycle) Pin
Leftyfarrell14-Jun-06 13:36
Leftyfarrell14-Jun-06 13:36 
Update:

I've thought about it some more. I do have controls that do some culture specific initialization work that happens before the prerender stage. So doing the culture change in the IndexChanged event will cause problems.

What I am trying now is basically the same method suggested in some 2.0 documentation I read. That is reading the Request.Form[ controlName ] value in the Init phase and setting it there.

In order to get around the problem of controlName changing due to dynamically added controls, I plan to use the following at runtime when the control is added.

Session["SelectLanguageControlID"] = ctrl.UniqueID;

This way, I can pull the value of controlName out of the session and retrieve my new value from the form during the Init phase.

I'm not sure I like the architechture of this design... but it seems to be the best I've got so far.

GeneralRe: Localization and dynamic user controls(page lifecycle) Pin
minhpc_bk14-Jun-06 16:07
minhpc_bk14-Jun-06 16:07 
QuestionCan XSL read an XML element containing mulitples of another elment ? Pin
Red_Wizard_Shot_The_Food13-Jun-06 16:52
Red_Wizard_Shot_The_Food13-Jun-06 16:52 
AnswerRe: Can XSL read an XML element containing mulitples of another elment ? Pin
minhpc_bk13-Jun-06 22:38
minhpc_bk13-Jun-06 22:38 
Questionform authentication Pin
nb_17213-Jun-06 16:45
nb_17213-Jun-06 16:45 
AnswerRe: form authentication Pin
minhpc_bk13-Jun-06 22:42
minhpc_bk13-Jun-06 22:42 
QuestionProblem with User.config/Web.Config Pin
rhj413-Jun-06 13:49
rhj413-Jun-06 13:49 
AnswerRe: Problem with User.config/Web.Config Pin
minhpc_bk13-Jun-06 15:39
minhpc_bk13-Jun-06 15:39 
GeneralRe: Problem with User.config/Web.Config Pin
rhj414-Jun-06 5:12
rhj414-Jun-06 5:12 
GeneralRe: Problem with User.config/Web.Config Pin
minhpc_bk14-Jun-06 15:19
minhpc_bk14-Jun-06 15:19 
QuestionPost back and grid view [modified] Pin
Masood Ahmed13-Jun-06 13:23
Masood Ahmed13-Jun-06 13:23 
AnswerRe: Post back and grid view Pin
minhpc_bk13-Jun-06 15:43
minhpc_bk13-Jun-06 15:43 
QuestionCalendar Problem Pin
dbebek13-Jun-06 12:34
dbebek13-Jun-06 12:34 
AnswerRe: Calendar Problem Pin
minhpc_bk13-Jun-06 15:49
minhpc_bk13-Jun-06 15:49 
QuestionRepeater & TR Row Pin
RadioButton13-Jun-06 12:10
RadioButton13-Jun-06 12:10 
AnswerRe: Repeater & TR Row Pin
minhpc_bk13-Jun-06 15:52
minhpc_bk13-Jun-06 15:52 
QuestionRegister an image to asp page Pin
YossiKahlon13-Jun-06 10:24
YossiKahlon13-Jun-06 10:24 
AnswerRe: Register an image to asp page Pin
minhpc_bk13-Jun-06 15:58
minhpc_bk13-Jun-06 15:58 

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.