can anyone send me the model qestions and answer for 70-315 (Developing and Implementing Web Applications with MicrosoftVisual C#). thanks in advance
spprofile
Posts
-
free 70-315 model questions and answer -
asp.net2.0Right click the project you can see the bin menu under Add ASP.Net Folder. it will create a bin folder.
-
Where the session data will storeThis is my code Session["MySession"]="My Session Value"; In web.config In which table my session data will store in the MySqlServer database.
-
add,edit,delete functionlities in one pagei would like to develop a webpage which contains the add,edit,delete functionlities in one page, is it recommeded or not. clarify.. i didn't find any menus as like in desktop application.. should i use user control or custom control. refer me any sites.. (the same way i have to follow the whole web application)
-
need a basic approach..i am new to asp.net. is there any detailed material for roles and groups?
-
need a basic approach..i would like to develop a website for my own practice. regarding this which one is the better approach... 1) a page with data manipulation functionalites (add,edit,delete) 2) or individual pages a page for add, a page for edit, a page for delete