|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Newbie ASP.NET question for Webportal projectI'm start learning ASP.NET 2.0 (Visual Studio 2005), I would like to use ASP.NET on my webportal Chart/Reporting Projects, I have couple questions and appreciate if you could point me a link resource or book for each of my questions below: 1. Does ASP.NET has security feature (ie. Admin & User)? 2. How do we set the securiry access to Page Tabs or page? 3. Does ASP.NET has feature to design (on the fly)(add/edit/delete/modify/arrange) the webparts into the page or page tab? 4. Does ASP.NET has "Database Schemma" features? or do we need buy a "Database Schemma" ASP.NET component? 5. Does ASP.NET has "Schedulling" features? whereby we can schedule to run a report at certain time? Looking forward for the answer, Thank you. Best REgards, Erry I think you should do a bit more research about web development and
object-oriented programming before you begin. ASP.NET is an architecture - - it's not a language. As such, your questions 3, 4 & 5 don't really make any sense. Schemas, Web Parts and scheduling of tasks are all separate issues that don't really have anything to do with ASP.NET. As for questions 1 & 2, there are many ways to implement security on your web site. You could the Forms Based Secuiry feature, you could build your own security, etc. In short, ASP.NET will not solve any of the questions you've asked about, good knowlege of the .NET Framework, the objects supplied with that framework and good programming skills will. Show quoteHide quote "Erry" <erryf***@streamyx.com> wrote in message news:OepBM5I5GHA.2464@TK2MSFTNGP06.phx.gbl... > Dear ASP.NET Guru, > > I'm start learning ASP.NET 2.0 (Visual Studio 2005), I would like to use > ASP.NET on my webportal Chart/Reporting Projects, I have couple questions > and appreciate if you could point me a link resource or book for each of > my questions below: > > 1. Does ASP.NET has security feature (ie. Admin & User)? > > 2. How do we set the securiry access to Page Tabs or page? > > 3. Does ASP.NET has feature to design (on the > fly)(add/edit/delete/modify/arrange) the webparts into the page or page > tab? > > 4. Does ASP.NET has "Database Schemma" features? or do we need buy a > "Database Schemma" ASP.NET component? > > 5. Does ASP.NET has "Schedulling" features? whereby we can schedule to run > a report at certain time? > > Looking forward for the answer, Thank you. > > Best REgards, > > Erry > Thanks Scott for your enlightement!
Show quoteHide quote "Scott M." <s-mar@nospam.nospam> wrote in message news:%23ZyFvHK5GHA.1256@TK2MSFTNGP04.phx.gbl... >I think you should do a bit more research about web development and >object-oriented programming before you begin. > > ASP.NET is an architecture - - it's not a language. As such, your > questions 3, 4 & 5 don't really make any sense. Schemas, Web Parts and > scheduling of tasks are all separate issues that don't really have > anything to do with ASP.NET. > > As for questions 1 & 2, there are many ways to implement security on your > web site. You could the Forms Based Secuiry feature, you could build your > own security, etc. > > In short, ASP.NET will not solve any of the questions you've asked about, > good knowlege of the .NET Framework, the objects supplied with that > framework and good programming skills will. > > > "Erry" <erryf***@streamyx.com> wrote in message > news:OepBM5I5GHA.2464@TK2MSFTNGP06.phx.gbl... >> Dear ASP.NET Guru, >> >> I'm start learning ASP.NET 2.0 (Visual Studio 2005), I would like to use >> ASP.NET on my webportal Chart/Reporting Projects, I have couple questions >> and appreciate if you could point me a link resource or book for each of >> my questions below: >> >> 1. Does ASP.NET has security feature (ie. Admin & User)? >> >> 2. How do we set the securiry access to Page Tabs or page? >> >> 3. Does ASP.NET has feature to design (on the >> fly)(add/edit/delete/modify/arrange) the webparts into the page or page >> tab? >> >> 4. Does ASP.NET has "Database Schemma" features? or do we need buy a >> "Database Schemma" ASP.NET component? >> >> 5. Does ASP.NET has "Schedulling" features? whereby we can schedule to >> run a report at certain time? >> >> Looking forward for the answer, Thank you. >> >> Best REgards, >> >> Erry >> > >
Can't repopulate DropdownList control during postback?
Query on user control How to use Socket Connection Div background image from CSS Getting multi values from a list box NullReferenceException with dynamic DataGrid Custom Control at deisgn time Tree view with XML and Populateondemand Equivalant to the DateTimePicker Binding an upload file control to a string field |
|||||||||||||||||||||||