Click here to Skip to main content
15,914,608 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to develop forum application in .net Pin
T M Gray3-Jun-10 9:55
T M Gray3-Jun-10 9:55 
GeneralRe: How to develop forum application in .net Pin
naresh kumar a5-Jun-10 22:00
naresh kumar a5-Jun-10 22:00 
Questionwebservice json Pin
AndyInUK3-Jun-10 7:18
AndyInUK3-Jun-10 7:18 
AnswerRe: webservice json Pin
PSK_4-Jun-10 2:41
PSK_4-Jun-10 2:41 
GeneralRe: webservice json Pin
AndyInUK4-Jun-10 3:47
AndyInUK4-Jun-10 3:47 
GeneralRe: webservice json Pin
PSK_4-Jun-10 3:58
PSK_4-Jun-10 3:58 
GeneralRe: webservice json Pin
AndyInUK4-Jun-10 4:59
AndyInUK4-Jun-10 4:59 
QuestionStoring information in page Pin
vjvjvjvj3-Jun-10 7:15
vjvjvjvj3-Jun-10 7:15 
Hi,

I need some guidance on how to store the information in a page for the specific requirement.

There are following steps involved in the process.

1) Web application A has deafult page hosting two frames a)frame for drop downs (dd.aspx) b) frame for forms (form.aspx)
2) default.aspx calls a webservice on page load.
2) webservice returns some information e.g. company name, departments, employees in each department, each employees details to Web application A.
<b>Question 1: which format the webservice should return the information . Dataset or XML or JSON</b>
3) Web application's default.aspx forms related drop down lists in dd.aspx (Frame 1)
4) When user selects company name, related dept, a specific employee from the drop down list and clicks ok
5) Second frame (form.aspx) gets the information and generates a form dynamically using this information. Here it uses some javascripts which are based on the information recieved from selected Dropdowns and used to create the data etnry form.
Question 2: <b>Should web service be sending the ready made javascripts? </b> in this case it will be huge information for each object sent .
or
Should the webapplication has code to generate the javascript based on the selected drop down lists?

<b>Question 3: How should the default.aspx or dd.aspx should store the information? Should it be session variable or viewstate? should the data be in dataset format? If the javascripts are to be stored then will it cause performance problem in storing the huge information at page level.
</b>

regards

Vijay
Answer[Cross-post]: Storing information in page Pin
Sandeep Mewara3-Jun-10 7:20
mveSandeep Mewara3-Jun-10 7:20 
QuestionConfiguration Error Pin
treuveni3-Jun-10 3:23
treuveni3-Jun-10 3:23 
AnswerRe: Configuration Error Pin
Brij3-Jun-10 3:45
mentorBrij3-Jun-10 3:45 
GeneralRe: Configuration Error Pin
treuveni3-Jun-10 4:04
treuveni3-Jun-10 4:04 
GeneralRe: Configuration Error Pin
Sandeep Mewara3-Jun-10 7:14
mveSandeep Mewara3-Jun-10 7:14 
GeneralRe: Configuration Error Pin
treuveni4-Jun-10 3:27
treuveni4-Jun-10 3:27 
Questiongridview rows stored in database Pin
jadhavShubhangi3-Jun-10 1:21
jadhavShubhangi3-Jun-10 1:21 
AnswerRe: gridview rows stored in database Pin
Not Active3-Jun-10 1:50
mentorNot Active3-Jun-10 1:50 
GeneralRe: gridview rows stored in database Pin
jadhavShubhangi3-Jun-10 2:05
jadhavShubhangi3-Jun-10 2:05 
GeneralRe: gridview rows stored in database Pin
JHizzle3-Jun-10 2:15
JHizzle3-Jun-10 2:15 
GeneralRe: gridview rows stored in database Pin
suresh_spsuthar3-Jun-10 2:29
suresh_spsuthar3-Jun-10 2:29 
AnswerRe: gridview rows stored in database Pin
Sandeep Mewara3-Jun-10 7:17
mveSandeep Mewara3-Jun-10 7:17 
QuestionValidation of viewstate MAC failed. Pin
amit sahu202-Jun-10 21:33
amit sahu202-Jun-10 21:33 
AnswerRe: Validation of viewstate MAC failed. Pin
Anurag Gandhi2-Jun-10 22:54
professionalAnurag Gandhi2-Jun-10 22:54 
QuestionLinq? Pin
Member 30209062-Jun-10 19:43
Member 30209062-Jun-10 19:43 
AnswerRe: Linq? Pin
Brij2-Jun-10 20:02
mentorBrij2-Jun-10 20:02 
AnswerRe: Linq? Pin
Baconbutty3-Jun-10 0:56
Baconbutty3-Jun-10 0:56 

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.