Click here to Skip to main content
15,891,649 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: loop selected items in listbox Pin
eyeseetee4-Jul-08 1:30
eyeseetee4-Jul-08 1:30 
GeneralRe: loop selected items in listbox Pin
N a v a n e e t h4-Jul-08 1:36
N a v a n e e t h4-Jul-08 1:36 
GeneralRe: loop selected items in listbox Pin
eyeseetee4-Jul-08 1:37
eyeseetee4-Jul-08 1:37 
AnswerRe: loop selected items in listbox Pin
Sherin Iranimose4-Jul-08 1:27
Sherin Iranimose4-Jul-08 1:27 
Questionkeypress event. Pin
niki_nilu4-Jul-08 0:54
niki_nilu4-Jul-08 0:54 
AnswerRe: keypress event. Pin
N a v a n e e t h4-Jul-08 0:59
N a v a n e e t h4-Jul-08 0:59 
Questionproblem in webconfig??? Pin
Dotnetkanna4-Jul-08 0:49
Dotnetkanna4-Jul-08 0:49 
AnswerRe: problem in webconfig??? Pin
N a v a n e e t h4-Jul-08 0:56
N a v a n e e t h4-Jul-08 0:56 
Dotnetkanna wrote:
'The file has been modified by the outside of the source editor. do you want to reload it.'


You have web.config file opened in the editor and it is asking confirmation to reload when the file changes. It's not ASP.NET issue, this is how VS editor works.

I don't recommend writing to web.config at runtime. When web.config file changes, application has to recycle and it will destroy current sessions. I'd use a separate configuration file other than web.config if connection strings are being updated on runtime.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

Questionhow to run javascript code in asp.net 2.0 Pin
vijaylumar3-Jul-08 23:50
vijaylumar3-Jul-08 23:50 
AnswerRe: how to run javascript code in asp.net 2.0 Pin
Christian Graus4-Jul-08 0:46
protectorChristian Graus4-Jul-08 0:46 
AnswerRe: how to run javascript code in asp.net 2.0 Pin
N a v a n e e t h4-Jul-08 0:52
N a v a n e e t h4-Jul-08 0:52 
GeneralRe: how to run javascript code in asp.net 2.0 Pin
Christian Graus4-Jul-08 1:03
protectorChristian Graus4-Jul-08 1:03 
GeneralRe: how to run javascript code in asp.net 2.0 Pin
N a v a n e e t h4-Jul-08 1:09
N a v a n e e t h4-Jul-08 1:09 
Questionhow to get version of PDF File Pin
koolprasad20033-Jul-08 23:12
professionalkoolprasad20033-Jul-08 23:12 
AnswerRe: how to get version of PDF File Pin
eyeseetee3-Jul-08 23:44
eyeseetee3-Jul-08 23:44 
QuestionRadioButtonList Pin
trilokharry3-Jul-08 22:06
trilokharry3-Jul-08 22:06 
AnswerRe: RadioButtonList Pin
Sherin Iranimose3-Jul-08 22:28
Sherin Iranimose3-Jul-08 22:28 
Questioncursor color change Pin
lav naphade3-Jul-08 22:03
lav naphade3-Jul-08 22:03 
QuestionHow to Solved Excel formula in vb.net Pin
Piyush Vardhan Singh3-Jul-08 21:56
Piyush Vardhan Singh3-Jul-08 21:56 
AnswerRe: How to Solved Excel formula in vb.net Pin
Sherin Iranimose3-Jul-08 22:40
Sherin Iranimose3-Jul-08 22:40 
AnswerRe: How to Solved Excel formula in vb.net Pin
Christian Graus4-Jul-08 0:47
protectorChristian Graus4-Jul-08 0:47 
GeneralRe: How to Solved Excel formula in vb.net Pin
Piyush Vardhan Singh4-Jul-08 1:13
Piyush Vardhan Singh4-Jul-08 1:13 
GeneralRe: How to Solved Excel formula in vb.net Pin
Christian Graus4-Jul-08 1:35
protectorChristian Graus4-Jul-08 1:35 
QuestionRegarding Animation Pin
dayakar_dn3-Jul-08 21:27
dayakar_dn3-Jul-08 21:27 
AnswerRe: Regarding Animation Pin
eyeseetee3-Jul-08 21:52
eyeseetee3-Jul-08 21:52 

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.