Click here to Skip to main content
16,009,965 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem in Combo Box? Pin
Kasi Viswanathan12-Nov-07 22:37
Kasi Viswanathan12-Nov-07 22:37 
AnswerRe: Problem in Combo Box? Pin
Phil Osborne13-Nov-07 6:15
Phil Osborne13-Nov-07 6:15 
GeneralRe: Problem in Combo Box? Pin
Pete O'Hanlon13-Nov-07 22:17
mvePete O'Hanlon13-Nov-07 22:17 
QuestionDrag & Drop DIV using JavaScript Pin
Jay Bhagatwala12-Nov-07 0:17
Jay Bhagatwala12-Nov-07 0:17 
AnswerRe: Drag & Drop DIV using JavaScript Pin
Michael Sync12-Nov-07 2:01
Michael Sync12-Nov-07 2:01 
Questionignoring file extension [modified] Pin
Sunil Wise12-Nov-07 0:12
professionalSunil Wise12-Nov-07 0:12 
AnswerRe: ignoring file extension Pin
John-ph12-Nov-07 0:34
John-ph12-Nov-07 0:34 
GeneralRe: ignoring file extension Pin
Sunil Wise12-Nov-07 0:56
professionalSunil Wise12-Nov-07 0:56 
GeneralRe: ignoring file extension Pin
John-ph12-Nov-07 1:39
John-ph12-Nov-07 1:39 
GeneralRe: ignoring file extension Pin
Sunil Wise12-Nov-07 2:02
professionalSunil Wise12-Nov-07 2:02 
GeneralRe: ignoring file extension Pin
John-ph12-Nov-07 2:07
John-ph12-Nov-07 2:07 
Questionweb.config Pin
BasharatAli11-Nov-07 23:27
BasharatAli11-Nov-07 23:27 
AnswerRe: web.config Pin
John-ph11-Nov-07 23:44
John-ph11-Nov-07 23:44 
GeneralRe: web.config Pin
BasharatAli11-Nov-07 23:56
BasharatAli11-Nov-07 23:56 
GeneralRe: web.config Pin
John-ph12-Nov-07 0:05
John-ph12-Nov-07 0:05 
GeneralRe: web.config Pin
BasharatAli12-Nov-07 0:07
BasharatAli12-Nov-07 0:07 
GeneralRe: web.config Pin
John-ph12-Nov-07 0:12
John-ph12-Nov-07 0:12 
GeneralRe: web.config Pin
Paddy Boyd12-Nov-07 0:35
Paddy Boyd12-Nov-07 0:35 
GeneralRe: web.config Pin
BasharatAli12-Nov-07 0:58
BasharatAli12-Nov-07 0:58 
GeneralRe: web.config Pin
Paddy Boyd12-Nov-07 1:02
Paddy Boyd12-Nov-07 1:02 
GeneralRe: web.config Pin
Guffa12-Nov-07 1:47
Guffa12-Nov-07 1:47 
GeneralRe: web.config Pin
BasharatAli12-Nov-07 1:56
BasharatAli12-Nov-07 1:56 
i use this code for adding pr modifing connection string.

  Dim mydoc As System.Xml.XmlDocument = New System.Xml.XmlDocument<br />
        mydoc.Load(Application.StartupPath & "\..\..\app.config")<br />
        Dim node As System.Xml.XmlNode = mydoc.SelectSingleNode("configuration/connectionStrings/add")<br />
        Dim attribute As System.Xml.XmlAttributeCollection = node.Attributes<br />
        attribute(1).Value = ConnectionString<br />
mydoc.Save(Application.StartupPath & "\..\..\app.config")<br />


but Paddy Boyd said above
Note that changing the web.config will force your app domain to restart.

so i want to resolve this issue





BasharatAli

Internee
METESYS Lahore
Pakistan

GeneralRe: web.config Pin
John-ph12-Nov-07 2:38
John-ph12-Nov-07 2:38 
GeneralRe: web.config Pin
Guffa12-Nov-07 5:19
Guffa12-Nov-07 5:19 
GeneralRe: web.config Pin
BasharatAli12-Nov-07 17:18
BasharatAli12-Nov-07 17:18 

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.