Click here to Skip to main content
15,910,303 members
Home / Discussions / C#
   

C#

 
GeneralRe: file extensions. Is there a way around hardcoding ? Pin
Christian Graus27-May-07 12:37
protectorChristian Graus27-May-07 12:37 
GeneralRe: file extensions. Is there a way around hardcoding ? Pin
Luc Pattyn27-May-07 13:18
sitebuilderLuc Pattyn27-May-07 13:18 
GeneralRe: file extensions. Is there a way around hardcoding ? Pin
Christian Graus27-May-07 14:13
protectorChristian Graus27-May-07 14:13 
GeneralRe: file extensions. Is there a way around hardcoding ? Pin
Ylno28-May-07 23:06
Ylno28-May-07 23:06 
QuestionTabStop Property Creating? Pin
İsmail Durmaz27-May-07 9:37
İsmail Durmaz27-May-07 9:37 
AnswerRe: TabStop Property Creating? Pin
Christian Graus27-May-07 11:54
protectorChristian Graus27-May-07 11:54 
GeneralRe: TabStop Property Creating? Pin
İsmail Durmaz27-May-07 11:59
İsmail Durmaz27-May-07 11:59 
QuestionHow to add more functionality to the “ChangePassword” control ? Pin
tedhill1327-May-07 9:19
tedhill1327-May-07 9:19 
The below code just provides the ability to change the password:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

<asp:ChangePassword ID="ChangePassword1" runat="server"
CancelButtonType="Button"
ChangePasswordButtonType="Button"
ContinueButtonType="Button"> </asp:ChangePassword>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I want to give the user the capability to make almost a full update of his
personal account details which, besides the password, would also
include First Name, Last Name, Email, Adress, City, Country, Zip and
Phone.
Can it be done by including the “ChangePassword” control or it needs
to be done completely in a programmatic way ?

If so what code should I use ?
( I am using C# and Asp.net 2.0 )

QuestionList classList = new List(); Pin
sharp source27-May-07 7:18
sharp source27-May-07 7:18 
AnswerRe: List classList = new List(); Pin
- Pascal -27-May-07 8:12
- Pascal -27-May-07 8:12 
GeneralRe: List classList = new List(); Pin
sharp source27-May-07 12:42
sharp source27-May-07 12:42 
GeneralRe: List classList = new List(); Pin
- Pascal -28-May-07 2:18
- Pascal -28-May-07 2:18 
GeneralRe: List classList = new List(); Pin
sharp source29-May-07 7:58
sharp source29-May-07 7:58 
Questionstatic variable or delegates and events ! Pin
Hussam Fattahi27-May-07 4:32
Hussam Fattahi27-May-07 4:32 
AnswerRe: static variable or delegates and events ! Pin
Colin Angus Mackay27-May-07 4:34
Colin Angus Mackay27-May-07 4:34 
AnswerRe: static variable or delegates and events ! Pin
Luc Pattyn27-May-07 5:13
sitebuilderLuc Pattyn27-May-07 5:13 
AnswerRe: static variable or delegates and events ! Pin
Are Jay27-May-07 11:29
Are Jay27-May-07 11:29 
Questionautomation Pin
s_khan_87627-May-07 3:04
s_khan_87627-May-07 3:04 
AnswerRe: automation Pin
Colin Angus Mackay27-May-07 4:33
Colin Angus Mackay27-May-07 4:33 
Jokeyou (like me) cannot understand... Pin
CPallini27-May-07 4:37
mveCPallini27-May-07 4:37 
GeneralRe: you (like me) cannot understand... Pin
Dave Herren27-May-07 4:47
Dave Herren27-May-07 4:47 
GeneralRe: you (like me) cannot understand... Pin
CPallini27-May-07 7:40
mveCPallini27-May-07 7:40 
QuestionwebBrowser navigating event problem Pin
Opa Knack27-May-07 2:40
Opa Knack27-May-07 2:40 
QuestionUsing Resource Files to Store Images C# Pin
Joseph Stanish27-May-07 1:50
Joseph Stanish27-May-07 1:50 
AnswerRe: Using Resource Files to Store Images C# Pin
Colin Angus Mackay27-May-07 4:31
Colin Angus Mackay27-May-07 4:31 

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.