Click here to Skip to main content
15,898,035 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionObtain Summary Values from GridView Control in vb.Net?? Pin
Priyanka Jain4-Sep-12 19:39
Priyanka Jain4-Sep-12 19:39 
AnswerRe: Obtain Summary Values from GridView Control in vb.Net?? Pin
Eddy Vluggen4-Sep-12 21:55
professionalEddy Vluggen4-Sep-12 21:55 
AnswerRe: Obtain Summary Values from GridView Control in vb.Net?? Pin
Durgeshyadav201210-Sep-12 23:20
Durgeshyadav201210-Sep-12 23:20 
QuestionXML Deserializing Button.Color Pin
Dan Orr4-Sep-12 19:20
Dan Orr4-Sep-12 19:20 
AnswerRe: XML Deserializing Button.Color Pin
Eddy Vluggen4-Sep-12 21:54
professionalEddy Vluggen4-Sep-12 21:54 
QuestionBest way to understand .Net Framework!? Pin
Tan-V4-Sep-12 6:34
Tan-V4-Sep-12 6:34 
AnswerRe: Best way to understand .Net Framework!? Pin
Eddy Vluggen4-Sep-12 6:42
professionalEddy Vluggen4-Sep-12 6:42 
QuestionCustom Tool and Designer Serializer Pin
Ali el2-Sep-12 2:17
Ali el2-Sep-12 2:17 
Dears,
i have implemented a custom tool that generates a new class inherited from component class. i want to force the DesignerSerializer to run after the custom tool finish to add new properties to initialize component function.
something like this
Class DerivedComponenet
inherits BaseComponent
....
sub InitializeComponent()
end sub
....
end Class
<designerserializer(gettype(customserializer),gettype(codedomserializer)> _
class BaseComponent
inehrits Componenet
<localizable()> _
public property DynamicProp1 ()
...
end prop
<localizable()> _
public property DynamicProp2()
...
end property

the classes DerivedComponent and baseComponent are generated by custom tool, and DynamicProp1 and DynamicProp2 generated by custom tool too based on criteria

when i set properties of DerivedComponent for dynamicProp1, the serializer writes it on the initializeComponent, which is fine, but if the custom tool runs again and according to the generation criterias, it decided to remove these properites and create another, then the initialize component is not updated by removing DynamicProp1 and DynamicProp2 and add let say DynamicProp3 and DynamicProp4.

the desinger does not update the file until i change anything in the DerivedComponent designer, then it serialize and regenerate the code again.

what i want is to force the designer to be regenerated again after the custom tool finished

Any Idea... and thanks
GeneralRazor Engine Pin
Albarhami1-Sep-12 20:45
Albarhami1-Sep-12 20:45 
GeneralRe: Razor Engine Pin
Eddy Vluggen1-Sep-12 21:50
professionalEddy Vluggen1-Sep-12 21:50 
GeneralRe: Razor Engine Pin
Dave Kreskowiak2-Sep-12 4:45
mveDave Kreskowiak2-Sep-12 4:45 
QuestionRazor engine (MVC) Pin
Albarhami1-Sep-12 20:44
Albarhami1-Sep-12 20:44 
Questionhow to create database with sql connection in vb.net Pin
mamnafih31-Aug-12 1:05
mamnafih31-Aug-12 1:05 
AnswerRe: how to create database with sql connection in vb.net Pin
Eddy Vluggen31-Aug-12 1:31
professionalEddy Vluggen31-Aug-12 1:31 
AnswerCross post Pin
Wes Aday31-Aug-12 2:28
professionalWes Aday31-Aug-12 2:28 
Question.Net Framework Pin
Georges2328-Aug-12 5:14
Georges2328-Aug-12 5:14 
AnswerRe: .Net Framework Pin
Eddy Vluggen28-Aug-12 5:33
professionalEddy Vluggen28-Aug-12 5:33 
SuggestionRe: .Net Framework Pin
AsaApplications30-Aug-12 13:26
AsaApplications30-Aug-12 13:26 
AnswerRe: .Net Framework Pin
Abhinav S30-Aug-12 19:46
Abhinav S30-Aug-12 19:46 
AnswerRe: .Net Framework Pin
Bernhard Hiller31-Aug-12 2:37
Bernhard Hiller31-Aug-12 2:37 
RantNeed to vent/need incite (complete rant) Pin
anthem12728-Aug-12 2:03
anthem12728-Aug-12 2:03 
GeneralRe: Need to vent/need incite (complete rant) Pin
Pete O'Hanlon28-Aug-12 2:15
mvePete O'Hanlon28-Aug-12 2:15 
GeneralRe: Need to vent/need incite (complete rant) Pin
Eddy Vluggen28-Aug-12 2:51
professionalEddy Vluggen28-Aug-12 2:51 
QuestionWhich class for anchored lookup? Pin
M-Badger27-Aug-12 11:24
M-Badger27-Aug-12 11:24 
QuestionSQL Connection problem in Windows Service asp.net c# Pin
Member 799263524-Aug-12 0:19
Member 799263524-Aug-12 0:19 

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.