Click here to Skip to main content
16,003,902 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Date Time Picker Pin
Krishlibran15-Nov-06 20:19
Krishlibran15-Nov-06 20:19 
GeneralRe: Date Time Picker Pin
l0kke16-Nov-06 0:23
l0kke16-Nov-06 0:23 
QuestionBinding the checked status of a checked list box using object data source Pin
b_rahul15-Nov-06 18:14
b_rahul15-Nov-06 18:14 
AnswerRe: Binding the checked status of a checked list box using object data source Pin
Marcus J. Smith16-Nov-06 9:49
professionalMarcus J. Smith16-Nov-06 9:49 
QuestionWhy use object data source in asp.net 2.0 Pin
b_rahul15-Nov-06 18:09
b_rahul15-Nov-06 18:09 
QuestionAbout CheckBox's Pin
prameelapydi15-Nov-06 18:02
prameelapydi15-Nov-06 18:02 
AnswerRe: About CheckBox's Pin
SwaSubhaVijju15-Nov-06 18:55
SwaSubhaVijju15-Nov-06 18:55 
QuestionHow to overcome this cache problem ? Pin
cheeken2u15-Nov-06 16:52
cheeken2u15-Nov-06 16:52 
AnswerRe: How to overcome this cache problem ? Pin
Deepak the Cool15-Nov-06 18:22
Deepak the Cool15-Nov-06 18:22 
GeneralRe: How to overcome this cache problem ? Pin
cheeken2u15-Nov-06 18:40
cheeken2u15-Nov-06 18:40 
AnswerRe: How to overcome this cache problem ? Pin
l0kke16-Nov-06 0:30
l0kke16-Nov-06 0:30 
QuestionConvert XML file Pin
shapper15-Nov-06 13:13
shapper15-Nov-06 13:13 
AnswerRe: Convert XML file Pin
Not Active15-Nov-06 16:07
mentorNot Active15-Nov-06 16:07 
GeneralRe: Convert XML file Pin
shapper16-Nov-06 1:04
shapper16-Nov-06 1:04 
GeneralRe: Convert XML file Pin
shapper17-Nov-06 3:10
shapper17-Nov-06 3:10 
QuestionItemspacing issue Pin
Green1515-Nov-06 11:43
Green1515-Nov-06 11:43 
QuestionNeed Help for How to Import and Export tha data from Excel to mysql in asp.net Pin
Venkata Kishore Kumar Malla15-Nov-06 8:54
Venkata Kishore Kumar Malla15-Nov-06 8:54 
AnswerRe: Need Help for How to Import and Export tha data from Excel to mysql in asp.net Pin
Grapes-R-Fun15-Nov-06 12:54
Grapes-R-Fun15-Nov-06 12:54 
Questionasp.net Pin
smgetaweh15-Nov-06 6:27
smgetaweh15-Nov-06 6:27 
AnswerRe: asp.net Pin
Grapes-R-Fun15-Nov-06 8:59
Grapes-R-Fun15-Nov-06 8:59 
GeneralRe: asp.net Pin
smgetaweh16-Nov-06 0:26
smgetaweh16-Nov-06 0:26 
GeneralRe: asp.net Pin
Grapes-R-Fun16-Nov-06 4:16
Grapes-R-Fun16-Nov-06 4:16 
GeneralRe: asp.net Pin
smgetaweh18-Nov-06 15:37
smgetaweh18-Nov-06 15:37 
GeneralRe: asp.net Pin
Grapes-R-Fun27-Nov-06 4:58
Grapes-R-Fun27-Nov-06 4:58 
Sorry about the delays... didn't get notification email for your posting until today!

Web App Development 101 in a nutshell{
1) You have to figure out how you are going to store data.
2) Chances are, you will have to use a database of somekind... draw your tables, set your relations/PK/FK/etc.
3) Decide on how many pages you will have, and what will each do, and how they will interact with oneanother and the server.
4) ALWAYS start your design from the top, then start developing from the buttom. With that being said, start sketching your process flow charts and define data flow.
5) Start coding!
}

Now, how many pages will you have? Will you need to use a masterpage to display certain things at all times (e.g. login)? Are you going to use a theme? Take a look at this when you get a chance:

http://www.asp.net/downloads/starterkits/default.aspx?tabid=62

Nila

"...for that, I will need a large cup of coffee and a brand muffin!" -Samantha Bea

GeneralRe: asp.net Pin
smgetaweh27-Nov-06 23:37
smgetaweh27-Nov-06 23:37 

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.