Click here to Skip to main content
15,896,207 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Conditions in aspx page Pin
Abhijit Jana20-Aug-08 18:17
professionalAbhijit Jana20-Aug-08 18:17 
AnswerRe: Conditions in aspx page Pin
Sandeep Akhare20-Aug-08 20:54
Sandeep Akhare20-Aug-08 20:54 
QuestionHow to Bind a gridview to a datatable without a tableAdapter Pin
Glen Harvy20-Aug-08 16:30
Glen Harvy20-Aug-08 16:30 
AnswerRe: How to Bind a gridview to a datatable without a tableAdapter Pin
S.Dhanasekaran21-Aug-08 23:20
S.Dhanasekaran21-Aug-08 23:20 
Questionashx session state is empty in firefox ? Pin
Christian Graus20-Aug-08 16:27
protectorChristian Graus20-Aug-08 16:27 
AnswerRe: ashx session state is empty in firefox ? Pin
AhsanS20-Aug-08 19:34
AhsanS20-Aug-08 19:34 
GeneralRe: ashx session state is empty in firefox ? Pin
Christian Graus20-Aug-08 21:18
protectorChristian Graus20-Aug-08 21:18 
QuestionHow to programatically manipulate forms authentication settings of web.config file Pin
tjkota20-Aug-08 16:16
tjkota20-Aug-08 16:16 
Hello,
I am looking for a way to programatically edit the web.config file for the section below. Most importantly I will need to set the website login password to a certain value stored in the database. The password keeps changing in database whereas username remains the same. Can you please suggest a way this can be done using C# 2.0?

<authentication mode="Forms">
<forms loginurl="Login.aspx" timeout="60" protection="All">
<credentials passwordformat="Clear">
<user name="testuser" password="test123" />
</credentials>
</forms>
</authentication>

Thanks!
AnswerRe: How to programatically manipulate forms authentication settings of web.config file Pin
Abhijit Jana20-Aug-08 18:26
professionalAbhijit Jana20-Aug-08 18:26 
GeneralRe: How to programatically manipulate forms authentication settings of web.config file Pin
tjkota22-Aug-08 9:11
tjkota22-Aug-08 9:11 
QuestionPost Message [modified] Pin
JoJuPi0120-Aug-08 10:14
JoJuPi0120-Aug-08 10:14 
AnswerRe: Post Message Pin
Blue_Boy20-Aug-08 14:15
Blue_Boy20-Aug-08 14:15 
Questioncompress Pin
aref8720-Aug-08 9:53
aref8720-Aug-08 9:53 
AnswerRe: compress Pin
Christian Graus20-Aug-08 15:10
protectorChristian Graus20-Aug-08 15:10 
GeneralRe: compress Pin
aref8720-Aug-08 15:26
aref8720-Aug-08 15:26 
GeneralRe: compress Pin
Christian Graus20-Aug-08 15:50
protectorChristian Graus20-Aug-08 15:50 
GeneralRe: compress Pin
aref8720-Aug-08 19:48
aref8720-Aug-08 19:48 
GeneralRe: compress Pin
aref8721-Aug-08 22:01
aref8721-Aug-08 22:01 
GeneralRe: compress Pin
aref8722-Aug-08 3:12
aref8722-Aug-08 3:12 
QuestionData to temporary XLS with Multiple Worksheets and then emailed. Pin
gamerdrew20-Aug-08 9:16
gamerdrew20-Aug-08 9:16 
AnswerRe: Data to temporary XLS with Multiple Worksheets and then emailed. Pin
gamerdrew20-Aug-08 10:44
gamerdrew20-Aug-08 10:44 
AnswerRe: Data to temporary XLS with Multiple Worksheets and then emailed. Pin
Jörgen Andersson20-Aug-08 11:02
professionalJörgen Andersson20-Aug-08 11:02 
QuestionFCK editor Pin
shadow1720-Aug-08 6:19
shadow1720-Aug-08 6:19 
AnswerRe: FCK editor Pin
led mike20-Aug-08 9:40
led mike20-Aug-08 9:40 
QuestionJapanese currency symbol is displaying a single strikethrough on “Y” (i.e. “¥”) instead of double strikethrough (i.e. “¥”). Pin
mdpavel20-Aug-08 4:29
mdpavel20-Aug-08 4: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.