Click here to Skip to main content
15,917,481 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: gridview Problem Pin
N a v a n e e t h10-Oct-07 22:31
N a v a n e e t h10-Oct-07 22:31 
Questionweb part wont display the minimize and close icon Pin
mmm!@#10-Oct-07 22:15
mmm!@#10-Oct-07 22:15 
Questioni am losing all my styles .. help Pin
Kleindahl10-Oct-07 21:48
Kleindahl10-Oct-07 21:48 
AnswerRe: i am losing all my styles .. help Pin
N a v a n e e t h10-Oct-07 22:36
N a v a n e e t h10-Oct-07 22:36 
GeneralRe: i am losing all my styles .. help Pin
Kleindahl10-Oct-07 22:49
Kleindahl10-Oct-07 22:49 
GeneralRe: i am losing all my styles .. help Pin
N a v a n e e t h10-Oct-07 22:58
N a v a n e e t h10-Oct-07 22:58 
GeneralRe: i am losing all my styles .. help Pin
Kleindahl10-Oct-07 23:22
Kleindahl10-Oct-07 23:22 
GeneralRe: i am losing all my styles .. help Pin
N a v a n e e t h10-Oct-07 23:31
N a v a n e e t h10-Oct-07 23:31 
Kleindahl wrote:
why does microsoft ship the framework with classes for making speciel config sections for programmers to use?


Configuration section varies for each project or for each programmer. I will be following one method and you will be following the other. So it's tough to make a common config file.

But .NET framework ships with powerful XML manipulation classes. You can make use of those and manipulate with custom settings file. .NET allows us to write a XML serializable class. So using this a XML file can easily be read.

Security will be a main issue when you use custom XML configuration files, because it can be accessible via URL. So either you have to use .config extension or add the XML extension to HttpForbiddenHandler to secure it.

Hope this helps


GeneralRe: i am losing all my styles .. help Pin
Kleindahl11-Oct-07 10:39
Kleindahl11-Oct-07 10:39 
AnswerRe: i am losing all my styles .. help Pin
Sathesh Sakthivel10-Oct-07 22:47
Sathesh Sakthivel10-Oct-07 22:47 
GeneralRe: i am losing all my styles .. help Pin
Kleindahl10-Oct-07 22:55
Kleindahl10-Oct-07 22:55 
Questionpost back when text is entered in text box Pin
Fahim A Salim10-Oct-07 21:43
Fahim A Salim10-Oct-07 21:43 
AnswerRe: post back when text is entered in text box Pin
Kleindahl10-Oct-07 21:54
Kleindahl10-Oct-07 21:54 
GeneralRe: post back when text is entered in text box Pin
Fahim A Salim10-Oct-07 22:03
Fahim A Salim10-Oct-07 22:03 
GeneralRe: post back when text is entered in text box Pin
Kleindahl10-Oct-07 22:15
Kleindahl10-Oct-07 22:15 
GeneralRe: post back when text is entered in text box Pin
Fahim A Salim10-Oct-07 22:36
Fahim A Salim10-Oct-07 22:36 
GeneralRe: post back when text is entered in text box Pin
Kleindahl10-Oct-07 23:16
Kleindahl10-Oct-07 23:16 
GeneralRe: post back when text is entered in text box Pin
Sandeep Akhare11-Oct-07 1:03
Sandeep Akhare11-Oct-07 1:03 
GeneralRe: post back when text is entered in text box Pin
Kleindahl11-Oct-07 10:35
Kleindahl11-Oct-07 10:35 
GeneralRe: post back when text is entered in text box Pin
N a v a n e e t h10-Oct-07 22:38
N a v a n e e t h10-Oct-07 22:38 
Questionhow to use ASP.NET virtual server to start a website without using IIS Pin
matjame10-Oct-07 21:29
matjame10-Oct-07 21:29 
AnswerRe: how to use ASP.NET virtual server to start a website without using IIS Pin
N a v a n e e t h10-Oct-07 22:41
N a v a n e e t h10-Oct-07 22:41 
GeneralRe: how to use ASP.NET virtual server to start a website without using IIS Pin
matjame10-Oct-07 22:49
matjame10-Oct-07 22:49 
GeneralRe: how to use ASP.NET virtual server to start a website without using IIS Pin
N a v a n e e t h10-Oct-07 23:01
N a v a n e e t h10-Oct-07 23:01 
GeneralRe: how to use ASP.NET virtual server to start a website without using IIS Pin
matjame10-Oct-07 23:48
matjame10-Oct-07 23:48 

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.