Click here to Skip to main content
15,888,330 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Setting value of HiddentField server side while using UpdatePanel Pin
Ramon Enachescu30-Sep-09 18:00
Ramon Enachescu30-Sep-09 18:00 
Questionwrap string in a gridview column Pin
eirikr130-Sep-09 13:10
eirikr130-Sep-09 13:10 
AnswerRe: wrap string in a gridview column Pin
Kannan Ar30-Sep-09 15:44
professionalKannan Ar30-Sep-09 15:44 
QuestionCustom Composite Server Control Children not visible to the designer Pin
SlingBlade30-Sep-09 12:23
SlingBlade30-Sep-09 12:23 
AnswerRe: Custom Composite Server Control Children not visible to the designer Pin
Christian Graus30-Sep-09 13:03
protectorChristian Graus30-Sep-09 13:03 
GeneralRe: Custom Composite Server Control Children not visible to the designer Pin
SlingBlade30-Sep-09 13:12
SlingBlade30-Sep-09 13:12 
AnswerRe: Custom Composite Server Control Children not visible to the designer Pin
N a v a n e e t h30-Sep-09 17:28
N a v a n e e t h30-Sep-09 17:28 
GeneralRe: Custom Composite Server Control Children not visible to the designer Pin
SlingBlade30-Sep-09 17:50
SlingBlade30-Sep-09 17:50 
Thanks, I added the [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] attribute and that fixed the changes issues (It was there before but I removed it thinking it rendundant to the PersistanceMode, oops). I ended up making a custom UITypeEditor to list the child tabs for the SelectedTab property. That brought to my attention a flaw to the logic of setting that property in the designer since it doesn't know how to persist a control value by it's ID. So I ended up setting the [Browsable(false)] attribute on the SelectedTab property and implementing a SelectedTabID property and using the custom UITypeEditor for that property. It is a bit of a workaroung but all is well now.

I know I've seen a TypeConverter or something out there that can be used to list control ids of a certain type, but can't recall how, nor do I think it would work since the designer is still unaware of the child controls unless added with the CollectionEditor.

Thanks for pointing me to your article, looks like a cool control. I'll have to look closer even though I have already implemented a solution.
GeneralRe: Custom Composite Server Control Children not visible to the designer Pin
N a v a n e e t h30-Sep-09 17:59
N a v a n e e t h30-Sep-09 17:59 
GeneralRe: Custom Composite Server Control Children not visible to the designer Pin
SlingBlade30-Sep-09 18:02
SlingBlade30-Sep-09 18:02 
QuestionFileUpload doesnt upload Pin
Wouter Coinless30-Sep-09 10:35
Wouter Coinless30-Sep-09 10:35 
AnswerRe: FileUpload doesnt upload Pin
Abhishek Sur30-Sep-09 10:48
professionalAbhishek Sur30-Sep-09 10:48 
GeneralRe: FileUpload doesnt upload Pin
Wouter Coinless30-Sep-09 11:08
Wouter Coinless30-Sep-09 11:08 
GeneralRe: FileUpload doesnt upload Pin
Abhishek Sur30-Sep-09 11:44
professionalAbhishek Sur30-Sep-09 11:44 
GeneralRe: FileUpload doesnt upload Pin
Wouter Coinless30-Sep-09 22:04
Wouter Coinless30-Sep-09 22:04 
GeneralRe: FileUpload doesnt upload Pin
Abhishek Sur30-Sep-09 22:26
professionalAbhishek Sur30-Sep-09 22:26 
Questionhow can i pass a vdUser to either UpdateCommand or UpdateParameters Pin
eirikr130-Sep-09 5:40
eirikr130-Sep-09 5:40 
AnswerRe: how can i pass a vdUser to either UpdateCommand or UpdateParameters Pin
Abhishek Sur30-Sep-09 10:20
professionalAbhishek Sur30-Sep-09 10:20 
GeneralRe: how can i pass a vdUser to either UpdateCommand or UpdateParameters Pin
eirikr130-Sep-09 12:48
eirikr130-Sep-09 12:48 
GeneralRe: how can i pass a vdUser to either UpdateCommand or UpdateParameters Pin
Abhishek Sur30-Sep-09 21:36
professionalAbhishek Sur30-Sep-09 21:36 
QuestionNeed help [modified] Pin
kuduva30-Sep-09 4:07
kuduva30-Sep-09 4:07 
AnswerRe: Need help Pin
Abhijit Jana30-Sep-09 4:23
professionalAbhijit Jana30-Sep-09 4:23 
GeneralRe: Need help Pin
kuduva30-Sep-09 6:36
kuduva30-Sep-09 6:36 
AnswerRe: Need help Pin
Matt Meyer30-Sep-09 4:42
Matt Meyer30-Sep-09 4:42 
AnswerRe: Need help Pin
leckey30-Sep-09 6:08
leckey30-Sep-09 6:08 

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.