Click here to Skip to main content
15,921,382 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDisplay a week number Pin
Oga M12-Mar-07 20:58
Oga M12-Mar-07 20:58 
AnswerRe: Display a week number Pin
Spunky Coder12-Mar-07 21:10
Spunky Coder12-Mar-07 21:10 
QuestionIUSR Issue - Please Help Pin
Programm3r12-Mar-07 20:54
Programm3r12-Mar-07 20:54 
Questiondynamically ading coumn to grid help Pin
nikhil123412-Mar-07 20:48
nikhil123412-Mar-07 20:48 
AnswerRe: dynamically ading coumn to grid help Pin
varshavmane12-Mar-07 23:03
varshavmane12-Mar-07 23:03 
QuestionParent page control Pin
Kanjinghat12-Mar-07 19:48
Kanjinghat12-Mar-07 19:48 
QuestionWeb.Config File Pin
Saranya B12-Mar-07 19:56
Saranya B12-Mar-07 19:56 
AnswerRe: Web.Config File Pin
Spunky Coder12-Mar-07 21:01
Spunky Coder12-Mar-07 21:01 
web.config is used with web applications. web.config will by default have several configurations required for the web application. You can have separate web.config files for each directory in your web application, in addition to the one in the root. For each web page, by default, system will look for a web.config in the same folder as the page and if not found, then looks in the parent folder.

app.config is used for windows applications. When you build the application in vs.net,i think it is same as web.config but not sure...
declaring a connection string in the web.config file is as to declare connection strring once and use in different webforms otherwise in each webform we have to declare connection string which is redundant.the string can be retrieved as follows

System.Configuration.COnfigurationSettings.AppSettings["Key"]

Koushik

GeneralRe: Web.Config File Pin
Saranya B12-Mar-07 23:39
Saranya B12-Mar-07 23:39 
AnswerRe: Web.Config File Pin
Sandeep Akhare1-May-07 22:24
Sandeep Akhare1-May-07 22:24 
GeneralRe: Web.Config File Pin
Saranya B2-May-07 1:49
Saranya B2-May-07 1:49 
GeneralRe: Web.Config File Pin
Sandeep Akhare2-May-07 1:55
Sandeep Akhare2-May-07 1:55 
QuestionClipboard in asp.net Pin
cst_cfit12-Mar-07 18:29
cst_cfit12-Mar-07 18:29 
AnswerRe: Clipboard in asp.net Pin
N a v a n e e t h12-Mar-07 22:40
N a v a n e e t h12-Mar-07 22:40 
AnswerRe: Clipboard in asp.net Pin
thomas_joyee13-Mar-07 0:33
thomas_joyee13-Mar-07 0:33 
QuestionGrid inside in a parent grid Pin
Malayil alex12-Mar-07 18:26
Malayil alex12-Mar-07 18:26 
AnswerRe: Grid inside in a parent grid Pin
varshavmane12-Mar-07 18:53
varshavmane12-Mar-07 18:53 
QuestionDropdownlist Pin
isaii12-Mar-07 17:10
isaii12-Mar-07 17:10 
AnswerRe: Dropdownlist Pin
_AK_12-Mar-07 18:03
_AK_12-Mar-07 18:03 
AnswerRe: Dropdownlist Pin
gus_br12-Mar-07 18:58
gus_br12-Mar-07 18:58 
GeneralRe: Dropdownlist Pin
isaii12-Mar-07 19:24
isaii12-Mar-07 19:24 
GeneralRe: Dropdownlist Pin
varshavmane12-Mar-07 19:50
varshavmane12-Mar-07 19:50 
GeneralRe: Dropdownlist Pin
Sandeep Akhare12-Mar-07 22:25
Sandeep Akhare12-Mar-07 22:25 
QuestionHelp:a default asp.net page has a link to the master page Pin
blitz2bleach12-Mar-07 15:35
blitz2bleach12-Mar-07 15:35 
QuestionFind item in Generic List Pin
shapper12-Mar-07 11:53
shapper12-Mar-07 11:53 

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.