PC Review


Reply
Thread Tools Rate Thread

Approch for making Dynamically web site

 
 
Husam
Guest
Posts: n/a
 
      15th Aug 2008
Hi EveryBody:

I want to make web site that depends on the information getting by user. For
example if the user have four criteria for buying car 4 textbox must be
genareted to allow the user to enter his or her criterion also these data
that entered by the user on those textbox must be saved on varibles that
dinmically created also.

On the other hand, there will be some matrix manuplation for the number that
will be entered by the user which should be saved in arrays that I will not
know its number unless the user enter how many number he wants.

Bottom line alot of asp.net controls and varibles will be created according
every user needs So what is the best way or approch for doin so?

any help will be appreaciated

regard's

Husam
 
Reply With Quote
 
 
 
 
Michael Nemtsev [MVP]
Guest
Posts: n/a
 
      15th Aug 2008
Hello Husam,

I would consider using AJAX templates (see the latest APS.NET ajax implementation)
to render the dynamic stuff on the client-side depending on your item numbers,
or return already rendered UI from server and just render this on client
(I actually for the first approach)

When user commit the page you can extract his values from form request property
and store this on server.

Martix manipulation is on client side, just use some JS frameworks (like
jQuery) and do all manipulation dynamically returning results to server side

---
WBR,
Michael Nemtsev [Microsoft MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


H> Hi EveryBody:
H>
H> I want to make web site that depends on the information getting by
H> user. For example if the user have four criteria for buying car 4
H> textbox must be genareted to allow the user to enter his or her
H> criterion also these data that entered by the user on those textbox
H> must be saved on varibles that dinmically created also.
H>
H> On the other hand, there will be some matrix manuplation for the
H> number that will be entered by the user which should be saved in
H> arrays that I will not know its number unless the user enter how many
H> number he wants.
H>
H> Bottom line alot of asp.net controls and varibles will be created
H> according every user needs So what is the best way or approch for
H> doin so?
H>
H> any help will be appreaciated
H>
H> regard's
H>
H> Husam
H>


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Making controls invisible dynamically Laurel Microsoft Access Form Coding 2 20th Sep 2007 08:01 PM
Approch Document =?Utf-8?B?S2FubmFu?= Microsoft C# .NET 1 26th Oct 2006 12:44 PM
Best Approch to Central DB of Contacts Sean Dotson Microsoft Outlook BCM 1 20th Oct 2005 03:47 PM
Lotus Approch Ed Microsoft Access 3 4th Dec 2004 03:52 PM
making the content of the site dynamically Bernie V Microsoft ASP .NET 0 21st Jan 2004 10:14 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:41 PM.