Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 29th, 2005, 12:36 AM
Authorized User
 
Join Date: Apr 2005
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
Default Pls help me!!

Hi, I m a beginner in asp.net. now i need to do a system using asp.net n MS Sql Server. i use VB.Net. I hv an option for user change password. but how to submit dis new password n keep it in database? what coding should i use?

2) I hv option for user choose to view the application in English n Malay Language. I create the radio button for it, but dun know how to display the application in language chosen. Do i need to do the interface in both languages?

3) i hv 200 book records. how to display it in a table form, so that user can preview n reserve the book? do I hv to use data binding?

4) If I need to control the user can only borrow max 3 books, in 2 weeks after login borrow 1st book, is it mean i have to trace the session ID of the user? What should I do?

Thanks for any response to my questions.

Irene

 
Old May 2nd, 2005, 04:05 PM
Authorized User
 
Join Date: Jul 2004
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Mayur52o
Default

get a .net begginers book to read. it will tell you.. what you are asking is way too much information...
 
Old May 2nd, 2005, 09:05 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

1) Read about forms authentication. This will describe the "HashPasswordForStoringInConfigFile" method you can use to hash a password for storing in a persistant medium so it's not readable.

http://msdn.microsoft.com/library/de...gfiletopic.asp

2) Yes you need to write the interface in two languages. ASP.NET will not translate it automatically for you. There are lots of methods of writing a single interface so that you can provide different text for labels and buttons etc. Do some searches on "localization" and "resource files".

3) You do not have to use data binding, but that's the easiest way. I'd recommend using a DataGrid or similar repeating control.

4) How your application functions is up to you and your design. If you need to build it so it limits book reservations, then you have to design it do that. You'll probably need to store the reservation infomation in the database so that you can get at it to make sure your users only borrow <=3 books.

Like Mayur52o suggests, you should probably get a beginner book on ASP.NET so you can learn what ASP.NET can do and then you can figure out how to do what you want.

-Peter
 
Old May 3rd, 2005, 01:50 AM
Authorized User
 
Join Date: Apr 2005
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks Mayur52o n Peter. So do u all have any recommendations for e-books or resources for beginner like me?

Thanks again n wish u all hv a nice day.

Irene






Similar Threads
Thread Thread Starter Forum Replies Last Post
pls help me.. nilusharief003 ASP.NET 2.0 Professional 5 December 4th, 2008 08:05 AM
Pls help me!! hoailing22 ASP.NET 1.0 and 1.1 Basics 4 June 10th, 2005 11:24 PM
Pls help me hoailing22 ASP.NET 1.0 and 1.1 Basics 3 May 24th, 2005 11:08 AM
Pls!!! I need your Help!!! Ariel ASP.NET 1.0 and 1.1 Basics 3 May 9th, 2005 06:34 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.