PC Review


Reply
Thread Tools Rate Thread

ASP-DotNet Problem

 
 
GN
Guest
Posts: n/a
 
      22nd Jul 2003


I have to design a web application in ASP DotNet Environment.

A corporate user logins and the privileged-based menu/side bar are created.
While clicking on menu he will be allowed to perform business related
operations on the same single page (for multiple objects).



In my last designs for these types of applications, I used to handle these
operations through XMLHttp calling while staying at the same page. Each
object/Link call to server brought the data which then is transformed for
operations. The corresponding operations results are shown to user there &
then. All I had to do was to handle each piece of code my way. It works for
my live systems since years.



Now what i want to do is same plus some more of it. I don't want to do all
that coding again (if i, what's Dot Net for).

In Dot Net if I had to place a single server-side control (with ispostback
property=true) my whole page posts & redraws each time, with all
corresponding set of client side code (even if I handle page.ispostback)etc.
I thought to use frames, but it seems to be discouraging effort, as lot of
my generalize libraries will travel b/w each time for each object/link.



I need a master detail form like structure on single page for multiple
objects.



Can anybody provide me some sort of solution/idea or should I withdraw
myself from Dot Net facilities & use the approach as previously done.



I will appreciate the help in this regard. Thanks in advance.




 
Reply With Quote
 
 
 
 
Lee Simpson
Guest
Posts: n/a
 
      22nd Jul 2003
talk about cross posting...


"GN" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
>
> I have to design a web application in ASP DotNet Environment.
>
> A corporate user logins and the privileged-based menu/side bar are

created.
> While clicking on menu he will be allowed to perform business related
> operations on the same single page (for multiple objects).
>
>
>
> In my last designs for these types of applications, I used to handle these
> operations through XMLHttp calling while staying at the same page. Each
> object/Link call to server brought the data which then is transformed for
> operations. The corresponding operations results are shown to user there &
> then. All I had to do was to handle each piece of code my way. It works

for
> my live systems since years.
>
>
>
> Now what i want to do is same plus some more of it. I don't want to do all
> that coding again (if i, what's Dot Net for).
>
> In Dot Net if I had to place a single server-side control (with ispostback
> property=true) my whole page posts & redraws each time, with all
> corresponding set of client side code (even if I handle

page.ispostback)etc.
> I thought to use frames, but it seems to be discouraging effort, as lot of
> my generalize libraries will travel b/w each time for each object/link.
>
>
>
> I need a master detail form like structure on single page for multiple
> objects.
>
>
>
> Can anybody provide me some sort of solution/idea or should I withdraw
> myself from Dot Net facilities & use the approach as previously done.
>
>
>
> I will appreciate the help in this regard. Thanks in advance.
>
>
>
>



 
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
Naming standards/ conventions used in VS dotNet and VB dotNet =?Utf-8?B?QmVu?= Microsoft VB .NET 6 15th Feb 2007 09:15 PM
Crystal reports made in dotnet framework 1.1 not working in Dotnet =?Utf-8?B?VmFpYmhhdiBHb2Vs?= Microsoft Dot NET 0 25th May 2006 12:06 PM
check for dotnet 1.1 and dotnet service pack 1 with vs setup msi Thomas Richter Microsoft Dot NET Framework 0 15th Nov 2005 10:01 AM
check for dotnet 1.1 and dotnet service pack 1 with vs setup msi Thomas Richter Microsoft Dot NET 0 15th Nov 2005 10:01 AM
How do you make one dotnet exe talk to another dornet.exe like a dotnet dll? GG Microsoft C# .NET 6 25th Jan 2005 02:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:17 AM.