Click here to Skip to main content
15,885,875 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Back Page link with Attachment asp.net 4 Pin
Zaf Khan27-Nov-12 7:55
Zaf Khan27-Nov-12 7:55 
Questioncall javascript in button1_click in bihindcode Pin
jojoba201116-Nov-12 22:22
jojoba201116-Nov-12 22:22 
NewsSOVED ! Pin
jojoba201116-Nov-12 23:28
jojoba201116-Nov-12 23:28 
QuestionWhat is this doing Pin
rakeshs31215-Nov-12 22:10
rakeshs31215-Nov-12 22:10 
AnswerRe: What is this doing Pin
ZurdoDev16-Nov-12 7:41
professionalZurdoDev16-Nov-12 7:41 
QuestionBuilding DOM from xml - asp.net controls, or html controls? Pin
lvq68415-Nov-12 21:17
lvq68415-Nov-12 21:17 
AnswerRe: Building DOM from xml - asp.net controls, or html controls? Pin
jkirkerx16-Nov-12 8:13
professionaljkirkerx16-Nov-12 8:13 
GeneralRe: Building DOM from xml - asp.net controls, or html controls? Pin
lvq68418-Nov-12 22:10
lvq68418-Nov-12 22:10 
Thanks alot for your answer.
Ok, so you build the page structure from codebehind, and the content controls with javascript/jquery.

My challenge is a little different though. What I meant with the xml thing, is that the whole site has a setup file, which defines the controls on the page. Like this:

XML
<PageSetup>
    <Control Type="TextBox" CssClass="test" PageOrder="1" Text="Default text in the textbox" />
    <Control Type="Drowdown" CssClass="dropdownClass" PageOrder="2" >
 <Item text="Dropdown item 1" Value="1000" />
 <Item text="Dropdown item 2" Value="2000" />
</Control>
...
</PageSetup>



Hope that clearifies it a bit Smile | :)

I´ve started the project, and chosen to avoid the asp.net controls. So right now I build a long html string from codebehind, bases on the xml settings, and inject it on the page with jquery.

Any better idea? Smile | :)

Thanks alot for your time!
QuestionRe: Building DOM from xml - asp.net controls, or html controls? Pin
n.podbielski17-Nov-12 1:47
n.podbielski17-Nov-12 1:47 
QuestionChild config files Pin
indian14315-Nov-12 16:33
indian14315-Nov-12 16:33 
AnswerRe: Child config files Pin
jkirkerx16-Nov-12 8:54
professionaljkirkerx16-Nov-12 8:54 
Questionbind multiple XMLDataSource to one Repeater Pin
Jassim Rahma15-Nov-12 3:19
Jassim Rahma15-Nov-12 3:19 
AnswerRe: bind multiple XMLDataSource to one Repeater Pin
Anurag Gandhi15-Nov-12 21:20
professionalAnurag Gandhi15-Nov-12 21:20 
QuestionAspx control Pin
rakeshs31214-Nov-12 21:07
rakeshs31214-Nov-12 21:07 
AnswerRe: Aspx control Pin
Robert Bettinelli3-Dec-12 15:30
Robert Bettinelli3-Dec-12 15:30 
QuestionCould not load file or assembly Pin
xut244714-Nov-12 20:11
xut244714-Nov-12 20:11 
AnswerRe: Could not load file or assembly Pin
ZurdoDev16-Nov-12 7:42
professionalZurdoDev16-Nov-12 7:42 
QuestionProblem with foreach loop in MVC 3 Razor View Pin
solomon20114-Nov-12 4:09
solomon20114-Nov-12 4:09 
AnswerRe: Problem with foreach loop in MVC 3 Razor View Pin
n.podbielski14-Nov-12 6:34
n.podbielski14-Nov-12 6:34 
GeneralRe: Problem with foreach loop in MVC 3 Razor View Pin
Mayank_Gupta_28-Nov-12 15:28
professionalMayank_Gupta_28-Nov-12 15:28 
GeneralRe: Problem with foreach loop in MVC 3 Razor View Pin
n.podbielski29-Nov-12 6:22
n.podbielski29-Nov-12 6:22 
AnswerRe: Problem with foreach loop in MVC 3 Razor View Pin
vicent estevan19-Nov-12 2:11
vicent estevan19-Nov-12 2:11 
QuestionHRM and Payroll Pin
silentspeaker13-Nov-12 19:59
silentspeaker13-Nov-12 19:59 
AnswerRe: HRM and Payroll Pin
Sandeep Mewara13-Nov-12 21:18
mveSandeep Mewara13-Nov-12 21:18 
GeneralRe: HRM and Payroll Pin
jkirkerx14-Nov-12 7:49
professionaljkirkerx14-Nov-12 7:49 

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.