Click here to Skip to main content
15,898,993 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiongrid view problem Pin
Big Ralph4-Nov-07 22:17
Big Ralph4-Nov-07 22:17 
AnswerRe: grid view problem Pin
M LN Rao4-Nov-07 22:29
M LN Rao4-Nov-07 22:29 
GeneralRe: grid view problem Pin
Big Ralph5-Nov-07 2:08
Big Ralph5-Nov-07 2:08 
GeneralRe: grid view problem Pin
Pallavi Bhoite5-Nov-07 2:20
Pallavi Bhoite5-Nov-07 2:20 
GeneralRe: grid view problem Pin
Big Ralph5-Nov-07 2:29
Big Ralph5-Nov-07 2:29 
QuestionHelp Help And More Help Pin
Ahmad Adnan4-Nov-07 21:55
Ahmad Adnan4-Nov-07 21:55 
AnswerRe: Help Help And More Help Pin
Christian Graus4-Nov-07 22:07
protectorChristian Graus4-Nov-07 22:07 
AnswerRe: Help Help And More Help Pin
N a v a n e e t h4-Nov-07 22:10
N a v a n e e t h4-Nov-07 22:10 
Ahmad Adnan wrote:
all i want to change my database password-Connection Sting- from this page....


Editing config files on runtime is not a good idea. It reloads the entire application domain. So you may loose session and other values. You can keep an external XML file for storing configuration instead of using Web.config. Then update this file using XML manipulation classes provided.

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

My Website | Ask smart questions

Questioncompatibility isses Pin
kuwl_mark4-Nov-07 21:46
kuwl_mark4-Nov-07 21:46 
QuestionClearing textbox on focus Pin
honeyss4-Nov-07 21:30
honeyss4-Nov-07 21:30 
AnswerRe: Clearing textbox on focus Pin
N a v a n e e t h4-Nov-07 21:44
N a v a n e e t h4-Nov-07 21:44 
AnswerRe: Clearing textbox on focus Pin
Christian Graus4-Nov-07 22:06
protectorChristian Graus4-Nov-07 22:06 
GeneralRe: Clearing textbox on focus Pin
N a v a n e e t h4-Nov-07 22:11
N a v a n e e t h4-Nov-07 22:11 
GeneralRe: Clearing textbox on focus Pin
Christian Graus4-Nov-07 22:17
protectorChristian Graus4-Nov-07 22:17 
GeneralRe: Clearing textbox on focus Pin
honeyss4-Nov-07 22:19
honeyss4-Nov-07 22:19 
GeneralRe: Clearing textbox on focus Pin
Christian Graus4-Nov-07 22:20
protectorChristian Graus4-Nov-07 22:20 
GeneralRe: Clearing textbox on focus Pin
honeyss4-Nov-07 22:28
honeyss4-Nov-07 22:28 
GeneralRe: Clearing textbox on focus Pin
Christian Graus4-Nov-07 22:34
protectorChristian Graus4-Nov-07 22:34 
GeneralRe: Clearing textbox on focus Pin
honeyss5-Nov-07 0:39
honeyss5-Nov-07 0:39 
AnswerRe: Clearing textbox on focus Pin
VenkataRamesh5-Nov-07 9:10
VenkataRamesh5-Nov-07 9:10 
GeneralRe: Clearing textbox on focus Pin
honeyss5-Nov-07 18:13
honeyss5-Nov-07 18:13 
QuestionRenaming a Column of a Table in a Dataset+Sourabh. Pin
Dot Net Jantu4-Nov-07 20:21
Dot Net Jantu4-Nov-07 20:21 
AnswerRe: Renaming a Column of a Table in a Dataset+Sourabh. Pin
Imran Khan Pathan4-Nov-07 20:40
Imran Khan Pathan4-Nov-07 20:40 
GeneralRe: Renaming a Column of a Table in a Dataset+Sourabh. Pin
Dot Net Jantu4-Nov-07 20:43
Dot Net Jantu4-Nov-07 20:43 
GeneralRe: Renaming a Column of a Table in a Dataset+Sourabh. Pin
Imran Khan Pathan4-Nov-07 21:03
Imran Khan Pathan4-Nov-07 21:03 

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.