Click here to Skip to main content
15,891,730 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: deploy 2010 web app Pin
dcof8-May-12 3:17
dcof8-May-12 3:17 
JokeRe: deploy 2010 web app Pin
jkirkerx8-May-12 11:11
professionaljkirkerx8-May-12 11:11 
Questionloading a window with xmlDocument data Pin
Steve Holdorf5-May-12 2:20
Steve Holdorf5-May-12 2:20 
AnswerRe: loading a window with xmlDocument data Pin
Steve Holdorf5-May-12 4:36
Steve Holdorf5-May-12 4:36 
GeneralRe: loading a window with xmlDocument data Pin
Steve Holdorf5-May-12 6:45
Steve Holdorf5-May-12 6:45 
AnswerRe: loading a window with xmlDocument data Pin
jkirkerx6-May-12 13:53
professionaljkirkerx6-May-12 13:53 
GeneralRe: loading a window with xmlDocument data Pin
Steve Holdorf6-May-12 15:01
Steve Holdorf6-May-12 15:01 
GeneralI have no clue how to do that with binding, I've never used sharepoint. Pin
jkirkerx6-May-12 17:11
professionaljkirkerx6-May-12 17:11 
It makes sense to me. And that's what I gathered from reading the 3 posts.

I don't know how to bind the XML nodes to each asp object as you described. I only know how to write it in pure code, using XMLTextWriter or XMLTextReader.

In pure code, I would create 3 arrays, open up the XML Document, read it into memory, quickly close it, and loop through the nodes, and as I loop, if an element name matches, then add the elements data to the proper array, then take each array, and populate the proper control.

I have no clue how to do that with binding, I stopped using that over 8 years ago. Found it to be really slow for high volume web sites.

Once you write code for let's say loading a listbox, it's easy to resuse the code, and faster than binding.
GeneralRe: I have no clue how to do that with binding, I've never used sharepoint. Pin
Steve Holdorf6-May-12 22:36
Steve Holdorf6-May-12 22:36 
GeneralRe: I have no clue how to do that with binding, I've never used sharepoint. Pin
jkirkerx7-May-12 6:27
professionaljkirkerx7-May-12 6:27 
GeneralRe: I have no clue how to do that with binding, I've never used sharepoint. Pin
Steve Holdorf9-May-12 0:50
Steve Holdorf9-May-12 0:50 
GeneralRe: I have no clue how to do that with binding, I've never used sharepoint. Pin
jkirkerx9-May-12 8:19
professionaljkirkerx9-May-12 8:19 
QuestionValidation controls not firing onblur Pin
indian1434-May-12 14:18
indian1434-May-12 14:18 
AnswerRe: Validation controls not firing onblur Pin
Parwej Ahamad4-May-12 19:57
professionalParwej Ahamad4-May-12 19:57 
Questionstartup web page Pin
classy_dog4-May-12 9:00
classy_dog4-May-12 9:00 
AnswerRe: startup web page Pin
Sandeep Mewara4-May-12 9:39
mveSandeep Mewara4-May-12 9:39 
GeneralRe: startup web page Pin
classy_dog4-May-12 10:00
classy_dog4-May-12 10:00 
GeneralRe: startup web page Pin
Sandeep Mewara4-May-12 21:31
mveSandeep Mewara4-May-12 21:31 
QuestionAsp.net and C Pin
ksoftkeyan4-May-12 5:11
ksoftkeyan4-May-12 5:11 
AnswerRe: Asp.net and C Pin
Ali Al Omairi(Abu AlHassan)4-May-12 7:03
professionalAli Al Omairi(Abu AlHassan)4-May-12 7:03 
GeneralRe: Asp.net and C Pin
ksoftkeyan6-May-12 18:17
ksoftkeyan6-May-12 18:17 
QuestionForms Authentication Pin
MWRivera4-May-12 4:48
MWRivera4-May-12 4:48 
AnswerRe: Forms Authentication Pin
MWRivera7-May-12 10:12
MWRivera7-May-12 10:12 
Questionweb app 2010 debug Pin
classy_dog4-May-12 4:26
classy_dog4-May-12 4:26 
Questiontest asp.net web app Pin
classy_dog4-May-12 2:10
classy_dog4-May-12 2:10 

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.