Click here to Skip to main content
15,899,754 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to drag drop,edit with asp.net treeview Pin
rama charan16-Dec-07 3:18
rama charan16-Dec-07 3:18 
GeneralAJAX scriptmanager in master page Pin
Ahmad Adnan16-Dec-07 2:30
Ahmad Adnan16-Dec-07 2:30 
GeneralRe: AJAX scriptmanager in master page Pin
Bassam Saoud16-Dec-07 3:16
Bassam Saoud16-Dec-07 3:16 
GeneralRe: AJAX scriptmanager in master page Pin
Ahmad Adnan16-Dec-07 3:23
Ahmad Adnan16-Dec-07 3:23 
GeneralCannot get network and local printers on the web server Pin
reza toorani16-Dec-07 1:22
reza toorani16-Dec-07 1:22 
GeneralAbout reading properties file Pin
c_sk15-Dec-07 20:09
c_sk15-Dec-07 20:09 
GeneralRe: About reading properties file Pin
Bassam Saoud16-Dec-07 2:09
Bassam Saoud16-Dec-07 2:09 
GeneralRe: About reading properties file Pin
c_sk16-Dec-07 3:42
c_sk16-Dec-07 3:42 
Thanks for your response. I did some research after I posted my query, and it turns out that I have to indeed use an ini file.

I started with web.config, and then to an external config file for my parameters (http://aspalliance.com/705_Create_and_Use_a_Custom_Config_File.all[^]).
but then realized that my paramters are URLs with an ampersand in them. The config files being XML do not allow ampersand unless escaped, but that's not an option for me. I then came across this - http://www.codeproject.com/KB/cs/readwritexmlini.aspx[^] - which allowed me to read INI files in C#.

Anyways, my question 1 I posted earlier is still a concern - this INI is going to be read on every request to the aspx. How does it work if the parameters are put in the web.config?

For my question 2, it looks like IIS doesnt serve .config files but serves .ini files happily. So I placed it under App_GlobalResources. Now my question is - what is the difference between App_GlobalResources and App_LocalResources - I am able to place this ini file under App_LocalResources and still access it from every aspx file.

Thanks!
GeneralUsing ADOX to chnage an MS Access query definition Pin
Mack Ait-Aoudia15-Dec-07 16:02
Mack Ait-Aoudia15-Dec-07 16:02 
Generalasp:Panel Displays Differently in Different Browsers Pin
Brendan Vogt15-Dec-07 10:50
Brendan Vogt15-Dec-07 10:50 
GeneralRe: asp:Panel Displays Differently in Different Browsers Pin
Bassam Saoud15-Dec-07 19:36
Bassam Saoud15-Dec-07 19:36 
GeneralRe: asp:Panel Displays Differently in Different Browsers Pin
Brendan Vogt15-Dec-07 22:56
Brendan Vogt15-Dec-07 22:56 
GeneralRe: asp:Panel Displays Differently in Different Browsers Pin
Guffa16-Dec-07 0:30
Guffa16-Dec-07 0:30 
QuestionRe: asp:Panel Displays Differently in Different Browsers Pin
Brendan Vogt16-Dec-07 2:30
Brendan Vogt16-Dec-07 2:30 
AnswerRe: asp:Panel Displays Differently in Different Browsers Pin
Guffa16-Dec-07 3:27
Guffa16-Dec-07 3:27 
GeneralRe: asp:Panel Displays Differently in Different Browsers Pin
Bassam Saoud16-Dec-07 1:48
Bassam Saoud16-Dec-07 1:48 
GeneralRe: asp:Panel Displays Differently in Different Browsers Pin
Brendan Vogt16-Dec-07 2:28
Brendan Vogt16-Dec-07 2:28 
GeneralRe: asp:Panel Displays Differently in Different Browsers Pin
Bassam Saoud16-Dec-07 3:11
Bassam Saoud16-Dec-07 3:11 
GeneralRe: asp:Panel Displays Differently in Different Browsers Pin
Brendan Vogt16-Dec-07 3:15
Brendan Vogt16-Dec-07 3:15 
AnswerRe: asp:Panel Displays Differently in Different Browsers Pin
Guffa16-Dec-07 3:31
Guffa16-Dec-07 3:31 
QuestionHow I appear a custom dialog box ?? Pin
sofy200815-Dec-07 10:25
sofy200815-Dec-07 10:25 
AnswerRe: How I appear a custom dialog box ?? Pin
sepel15-Dec-07 18:43
sepel15-Dec-07 18:43 
GeneralRe: How I appear a custom dialog box ?? Pin
sofy200816-Dec-07 2:21
sofy200816-Dec-07 2:21 
GeneralRe: How I appear a custom dialog box ?? Pin
sepel16-Dec-07 3:00
sepel16-Dec-07 3:00 
GeneralSqlDataAdapter.Fill Problem Pin
mehran.asg15-Dec-07 9:29
mehran.asg15-Dec-07 9:29 

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.