4 Answers, 1 is accepted
0
Prangadj
Top achievements
Rank 1
answered on 06 Dec 2010, 10:51 AM
ASCX is user control to my knowledge, not related to XML file. If wanting to load telerik controls from xml, use Page.ParseControl, friend, as in this sample:
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/gridfromxml/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/gridfromxml/defaultcs.aspx
0
Luiz
Top achievements
Rank 1
answered on 06 Dec 2010, 10:57 AM
Hi
I´ve seen this example before but I´d like to load the whole page, this example is focused on Grid.
I´m creating a XML File with all page definitions, can I load it and show the page?
Tks
Luiz
I´ve seen this example before but I´d like to load the whole page, this example is focused on Grid.
I´m creating a XML File with all page definitions, can I load it and show the page?
Tks
Luiz
0
Prangadj
Top achievements
Rank 1
answered on 06 Dec 2010, 12:02 PM
why not? parse the controls from xml one after the other with same method and it should be done.
0
Luiz
Top achievements
Rank 1
answered on 06 Dec 2010, 12:17 PM
Hi
Actually I´d like to build the page on demand and show it to user because my process is completelly dynamic.
Is that possible?
Tks
Luiz
Actually I´d like to build the page on demand and show it to user because my process is completelly dynamic.
Is that possible?
Tks
Luiz