Click here to Skip to main content
15,891,033 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Page Methods and ASCX Pin
daveyerwin22-Apr-10 3:37
daveyerwin22-Apr-10 3:37 
GeneralRe: Page Methods and ASCX Pin
Not Active22-Apr-10 4:41
mentorNot Active22-Apr-10 4:41 
GeneralRe: Page Methods and ASCX Pin
daveyerwin22-Apr-10 4:49
daveyerwin22-Apr-10 4:49 
AnswerRe: Page Methods and ASCX Pin
Not Active21-Apr-10 16:41
mentorNot Active21-Apr-10 16:41 
GeneralRe: Page Methods and ASCX Pin
Matt Cavanagh21-Apr-10 21:39
Matt Cavanagh21-Apr-10 21:39 
Questionweb Services or make a connection directly to the servers or another way Pin
Arlen Navasartian21-Apr-10 12:10
Arlen Navasartian21-Apr-10 12:10 
AnswerRe: web Services or make a connection directly to the servers or another way Pin
Not Active21-Apr-10 12:57
mentorNot Active21-Apr-10 12:57 
QuestionCustom membership provider Pin
Yoyosch21-Apr-10 10:00
Yoyosch21-Apr-10 10:00 
I implemented custom membership provider by deriving from MembershipProvider class. I added login control to my web page and associated my membership provider with my custom database, where I`m keeping all users. This works great.

Whats more, I would like to enable 'Change password' scenario by using the standard ASP.NET control. I created dedicated web page for it and put this control onto form. When I`m willing to change my password (after I logged in to my web application), GetUser(string username, bool) method is being called from my custom membership provider. It`s cool, but why I`m getting my OS login name instead of the login which I used to log onto my web site? In other words: assume that I logged into my web application with {user: User1, password: qwert} credentials. I expect that GetUser method will pass 'User1' as a first argument. Currently it passes '[domainName]/[WindowsLoginName]'.

I believe there is some magical switch in IIS (I`m using v7.5) or web.config file. Could you please help me?
AnswerRe: Custom membership provider Pin
Not Active21-Apr-10 12:53
mentorNot Active21-Apr-10 12:53 
GeneralRe: Custom membership provider Pin
Yoyosch21-Apr-10 20:56
Yoyosch21-Apr-10 20:56 
QuestionHow to avoid postback wheh click ImageButton to show/hide Gridview rows Pin
Andraw11121-Apr-10 6:40
Andraw11121-Apr-10 6:40 
AnswerRe: How to avoid postback wheh click ImageButton to show/hide Gridview rows Pin
Brij21-Apr-10 6:54
mentorBrij21-Apr-10 6:54 
GeneralRe: How to avoid postback wheh click ImageButton to show/hide Gridview rows Pin
Andraw11121-Apr-10 7:25
Andraw11121-Apr-10 7:25 
GeneralRe: How to avoid postback wheh click ImageButton to show/hide Gridview rows Pin
Brij21-Apr-10 7:40
mentorBrij21-Apr-10 7:40 
GeneralRe: How to avoid postback wheh click ImageButton to show/hide Gridview rows Pin
Andraw11121-Apr-10 7:58
Andraw11121-Apr-10 7:58 
GeneralRe: How to avoid postback wheh click ImageButton to show/hide Gridview rows Pin
Brij21-Apr-10 8:08
mentorBrij21-Apr-10 8:08 
GeneralRe: How to avoid postback wheh click ImageButton to show/hide Gridview rows Pin
Andraw11121-Apr-10 8:22
Andraw11121-Apr-10 8:22 
AnswerRe: How to avoid postback wheh click ImageButton to show/hide Gridview rows Pin
Abhijit Jana21-Apr-10 6:55
professionalAbhijit Jana21-Apr-10 6:55 
GeneralRe: How to avoid postback wheh click ImageButton to show/hide Gridview rows Pin
Andraw11121-Apr-10 7:28
Andraw11121-Apr-10 7:28 
AnswerRe: How to avoid postback wheh click ImageButton to show/hide Gridview rows Pin
Sandesh M Patil21-Apr-10 7:15
Sandesh M Patil21-Apr-10 7:15 
AnswerRe: How to avoid postback wheh click ImageButton to show/hide Gridview rows Pin
Andraw11121-Apr-10 8:07
Andraw11121-Apr-10 8:07 
AnswerRe: How to avoid postback wheh click ImageButton to show/hide Gridview rows [modified] Pin
SamRST21-Apr-10 21:18
SamRST21-Apr-10 21:18 
GeneralRe: How to avoid postback wheh click ImageButton to show/hide Gridview rows Pin
Andraw11122-Apr-10 4:15
Andraw11122-Apr-10 4:15 
GeneralRe: How to avoid postback wheh click ImageButton to show/hide Gridview rows Pin
Andraw11122-Apr-10 4:22
Andraw11122-Apr-10 4:22 
QuestionJavascript running after the vb code Pin
mitesh nayee21-Apr-10 3:57
mitesh nayee21-Apr-10 3:57 

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.