Web Forms :: Software Development Steps - Software Documentation?

Jun 8, 2010

1. What documentation we r giving to clients for describing about out project. Is it is software requirement specification or Functionality design or any other thing? I dont know the technical term.

2. What is software documentation. Is it for our internal use only?

View 2 Replies


Similar Messages:

Any Documentation Or Tutorials About Php Development In Webmatrix

Jul 28, 2010

Is thr any documentation or tutorials about php development in webmatrix/

View 1 Replies

Web Forms :: Send An Email Until All Steps Done?

Feb 3, 2010

To complete an order, I need to code the following steps one by one.

1) update order table, tOrder

2) update customer order history table, tCustomer

3) update shipment table, tShip

4) send an confirfation email

The problem is sometime due to unknown reason, after step 2), program can not finish step 3) and 4).
Since tOrder and tCustomer table was updated, how to back to their data before update?

View 1 Replies

Is It Wise To Mix MVC Development And Web Form Development In The Same Group Of Products?

Oct 20, 2010

We have a largely asp.net web form team (With some Oracle developers thrown in).

Question 1:

Is it a good idea to start using asp.net MVC which will mean redevelopment of a number of standard controls for not much benefit.

Question 2:

Is it a good idea to hire developers where there most recent skills are with asp.net MVC?

I doubt there is any benefit adopting MVC now, given the 100+ applications in this suite of products, and the maintenance/rework this will cause. Given this, is there any particular reason to hire MVC developers, as they won't be hitting the ground running, which is what I need now.

View 3 Replies

Web Forms :: Adding Wizard Steps Dynamically?

Dec 6, 2010

I am trying to add wizard steps dynamically in code-behind but keep getting an exception

"ActiveViewIndex is being set to '0'. It must be smaller than the current number of View controls '0'. For dynamically added views, make sure they are added before or in Page_PreInit event."

I found I have some fundamental error in my building, since I got this error after trying to build the simplest wizard in a new web-site just opened...

[code]....

View 6 Replies

Web Forms :: To Build A Form That Has Multiple Steps ?

Sep 14, 2010

I have a requirement to build a form that has multiple steps (there are 12 steps in total). Based on a querystring (eg. t=1), only certain steps need to be in the form. For example, if t=1, only steps 1, 2, 3 and 12 are required so I need to be able to skip
steps 4 through 11.

I'm using a Wizard control for this so far but I'm running into issues with the page lifecycle and moving to the next wizardstep and am wondering how people suggest I could better do the above. The crux of what I'm doing is:

- determine form type based on querystring use a Select statement, then create an array of step ID's applicable to the form type

[Code]....

- when a user clicks next, the method OnActiveStepChanged is fired and the next step based on the array value needs to be shown (this is where I'm having issues)
[Code]....

This all seems to be working however when the user clicks next from the starting step in the wizard, the next step is blank (ie. no step is rendered).

What I've done may not be the easiest way to acheive what I'm trying to so I'm hoping somebody has a "why dont you just do this?" type suggestion :)

View 4 Replies

Web Forms :: Skipping/removing/hiding Steps In Wizard (VB.NET)?

Mar 7, 2011

I have a wizard with 6 steps

step1: patient information (just display)

step2: test1

step3:test2

step4:test3

step5:test4

step6:Finish

there are four variables which have boolean data (key1,key2,key3,key4)

now, How do I skip or remove or hide the steps 2,3,4,5 based on key1,key2.key3,key4 respectively?

View 18 Replies

Web Forms :: Wizard Control, Add A Checkmark With Completed Steps?

Aug 5, 2010

I like to use a wizardcontrol on my site. I like to use a radiobuttonlist on each step.

I would like that once an item of a radiobuttonlist is selected, a check mark becomes visable next to the active step title on the sidebar.

For this I have changed the sidebar to a templated sidebar, added a picture of a checkmark next to the sidebarbutton, and put it's visebility to false.

now I have to write some code to set the visebilety of the specific checkmark to true.

I have tryed this:

[Code]....

But then the control is not found. I guess becouse findcontrol is only looking in the active wizard step, and not in the sidebar.

View 2 Replies

Web Forms :: Steps To Be Taken If The Page Takes Time To Load?

Feb 12, 2010

if I hit the .aspx page on the browser and if the page takes time to load say may be 25-30 seconds then what are the steps to be taken to make sure that the page loads quickly. In other words what could be the reason for this slow loading.

View 3 Replies

Web Forms :: Steps For Applying Payment Gateway In Application

Mar 8, 2010

all the steps for applying payment gateway in my Application

View 3 Replies

Web Forms :: Where To Find A Documentation About Css, Masterpage And Derived Pages In VS2008

Feb 9, 2010

Can anyone point me to where i can find a documentation about css, masterpage and derived pages in VS2008. I used them in VS2005 but it looks like it's almost impossible on VS2008. or it's just me.

View 4 Replies

Web Forms :: Getting Error - While Creating Wizard Steps Dynamically In Page_PreInit / How To Fix It

Jun 1, 2010

I am creating dynamic wizard steps in the Page_PreInit method , if i go ahead and refresh the form i get an error as follows :

Error : ActiveViewIndex is being set to '3'. It must be smaller than the current number of View controls '1'. For dynamically added views, make sure they are added before or in Page_PreInit event. Parameter name: value

this is my code to add the wizard control which exists in my Page_PreInit() method

[code]....

View 5 Replies

Web Forms :: Dropdownlist Event Codebehind Missing In Wizard Control Steps?

Apr 28, 2010

In one of the steps of a wizard control are 2 dropdownlist which data come from 2 distinct queries and cascade from the 1st one to the 2nd one. Where and how can code for that data binding and cascading be placed since it seems codebehind window for both of the dropdownlists cannot be found in VS property or event windows?

View 3 Replies

Custom Development Versus CMS Development

Jul 16, 2010

I am planning to develop a social networking website for student of a particular university with following facilities.

Forum, Blog, Creating profile, creating groups , Adding Friends, managing groups, dating, chatting etc.

Now if I start developing it from scratch, this will take a lot of time..

I couldnt find any CMS which can in developing social networking website.

Additionally, I would like the website to have my own custom design. Also it should have support for AJAX, SEO and integrating third party applications.

View 3 Replies

Desktop Development Versus Web Development

Sep 13, 2010

How do you know what is better to use for writing new programs? We are now using Access 2007 frontend with an SQL backend and we are going to VB.Net, what would be our next logical step?

View 4 Replies

What Are The Steps To Be Taken While Deploying Application

Oct 16, 2010

can anyone tell me What are the steps to be taken while deploying asp.net application

View 1 Replies

C# Online Documentation Generator

Apr 15, 2010

We are developing a very complex eCommerce portal using asp.net c# and the client asked us to make the documentation very similar (look & feel) with ebay api documentation http://developer.ebay.com/DevZone/shopping/docs/CallRef/GetSingleItem.htmlhat kind of tool they are using and if not do you know anything that can be configured to produce a similar result ?

View 1 Replies

Razor Reference Documentation

Jan 23, 2011

Now that ASP.NET MVC 3 with the new Razor engine has been officially released, is there any official documentation for it?The question asp.net mvc3 razor documentation? has some good links to introductory texts. But I'm looking for a reference documentation that contains a complete description of all @keywords.

View 2 Replies

How To PrepareTechnical Documentation Template

Mar 24, 2011

I am developing Asp.Net C# project. I need to prepare documentation for that. Which include Architectural Design,Database and Class diagrams for our project. I searched many sites but I didnt find any perfect template for it. i want to find nice template for the documentation.

View 2 Replies

AJAX :: Documentation For AnimationExtender?

May 19, 2010

I'm looking to find more information about the AJAX AnimationExtender - I get the impression that it is a quite powerful framework, but there is only 1 very simple example on the AJAX pages, and a server-side coding reference. I would like to know where I can get a more detailed explanation of using the AnimationExtender, that might cover more comprehensively all the XML options that are available, and how to carry out Javascript routines - does anybody know where this sort of resource might be found. Presumably they do want us to use the controls to their maximum, but the documentation I have been able to find so far seems quite inadequate. For example, I would like to know how to pause an AE animation, but I cannot find a single example anywhere!

View 3 Replies

Writtting Documentation To .NET Applications?

Jul 8, 2010

I am new to .NET Programming language. I am working on developing couple of applications using VS2005.My company is a startup company and I am the only developer, so we don't have any standard documentation formats/templates.But I need to use few documentation templates like I need to write functional documentation and technical documentation.Is there any specific template provided by Microsoft or

View 4 Replies

C# - Documentation On Tags Instead Of Using TABLE's?

Feb 28, 2010

I've just come across these in MVC, and would like to use them instead of tables sometimes,as tables and DIV's just don't mix well!Never seen these before,and was wondering if there is any documentation about these new table-substitute TAGs? I've also heard recommendations to use these as opposed to tables and would therefore like to familiarize myself with them properly (as opposed guessing how they work as I have been recently).

View 2 Replies

Useful Steps To Increase The Speed Of The Website?

Mar 30, 2010

I know its a common question. But I want to share something. Actually I am working on e-commerce portal. It consists of 32000 products with around 2500 categories. I used 3-tier architechture for this project.Everyting is coming using stored procedures. I used master pages as well.But still I am fighting with the performance issue. Can anyone pls tell me some usefull steps to increase the speed of the website.Its taking ages to load the pages. please look at the site

View 2 Replies

How To Add A File To A VS2010 Project For Documentation

Jan 5, 2011

I would like to include a word document, and unused program files in a folder as part of my project, but I don't want it compiled, etc. How is the best way to do this?

View 1 Replies

How To Find Documentation On The Accordion Control

Oct 29, 2010

Been trying to find documentation on the accordion control. Was wondering if it's possible to have all the Accordion Panes collapsed when the web page loads?

View 5 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved