The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
67 views

Redirect to next parameter in Django 1.5

I have an input field <input type="hidden" name="next" value="{{ next }}" />, but it wont replace {{ next }} with the value of the GET parameter. I can't find how to replace the value. My view ...
1
vote
1answer
20 views

Assigning Name property of the Page User property

I'm a newbie to asp.net and this is a theoretical question but could someone please elaborate the following:- [msdn] The AnonymousTemplate property specifies the content template to display to Web ...
0
votes
1answer
39 views

LoginView logout button not linking

I use a LoginView control for my umbraco website. I can login but then the Logout button has not link, it just displays 'Logout' text without a possibility to click it. This is my code: ...
0
votes
1answer
89 views

Findcontrol in LoginView LoggedInTemplate on page load?

I have a LoginView with an Anonymous Template and a LoggedInTemplate. And i wanna find out the control contained in LoggedInTemplate on page load event. ...
0
votes
2answers
330 views

asp.net cannot access update panel inside login view inside formview controls

I have formview inside loginview inside updatepanel control and formview contains a linkbutton.I have to register link button as updatepanel trigger. <asp:UpdatePanel ID="UpdatePanel1" ...
0
votes
1answer
388 views

Facebook SDK: FBLoginView for publish stream

The code below was trying to reauthorize the publish permission after allowing the user's read permission when the fbloginview was clicked. #pragma mark FBLoginViewDelegate Method - ...
2
votes
2answers
319 views

Facebook SDK: FBLoginView reauthorizating for publish stream

I have a problem of reauthorizating the publish stream after calling the initWithReadPermission when using FBLoginView. I try to call inside the delegate function where i can get the user information. ...
1
vote
1answer
144 views

In an ASP.Net LoginView, 2 sets of UserName and Password TextBoxes are displayed

Using an ASP.Net LoginView, 2 sets of UserName and Password TextBoxes are displayed. Using this markup, can you tell us how to only show 1 set of the UserName and Password TextBoxes from the ...
0
votes
1answer
250 views

Setting the name of an ASP.Net User Name TextBox in a Login Control

Using this ASP.Net Login Control, can we set the ID of the User Name TextBox? I would like to call it txtUserName. <asp:LoginView ID="loginViewMain" runat="server"> ...
0
votes
1answer
346 views

Getting the name or ID of the User Name TextBox from an ASP.Net Login Control

In this ASP.Net Login Control can you tell me what ID or Name ASP.Net gives the User Name TextBox? <asp:LoginView ID="loginViewMain" runat="server"> <LoggedInTemplate> ...
0
votes
2answers
447 views

Setting focus to the User Name TextBox field of an ASP.Net LoginView

Using this ASP.Net LoginView, we would like to set focus on the User Name TextBox when it's loaded on the web page: <asp:LoginView ID="loginViewMain" runat="server"> ...
0
votes
1answer
222 views

How to manage Log In and Log out process on Xcode

I've been struggling with this a long time now, so I finally gave up on trying to find the answer and decided to ask it right away. On my app I have a user log in page. The app has a ...
0
votes
1answer
102 views

FBLoginView : thrown an error after clicking the login button

I have a stack trace here but have no idea what is wrong and there is not obvious output on the console screen. > #0 0x01e1f09b in objc_msgSend () #1 0x00096ebf in -[FBLoginView ...
2
votes
1answer
218 views

How to avoid ADFS sign in page?

Is there any chance to avoid ADFS sign in window shown in picture below? I have configured custom STS as claim provider trust on ADFS so I have now two options here. Is there a way to automatically ...
-1
votes
2answers
202 views

echo user in view from sessions code igniter

I am new in codeigniter. I have implemented a simple login system. I want to print out a username on my view page which is stored in sessions. here is my controller class LoginController extends ...
0
votes
2answers
131 views

get to file input in loginview from code behind

I'm trying to create a file upload, and am using the HTML control input (file) for this. Since this control is in a loginview, I can't access it directly in code behind and have to use the ...
1
vote
1answer
133 views

FacebookSDK: Can we add the FBLoginView to UINavigation?

We can add UIButton to a UINavigation but can we add the FBLoginView instead too?
0
votes
1answer
544 views

Accessing Login control inside LoginView control

HTML: <body> <form id="form1" runat="server"> <div> <asp:LoginView ID="LoginView1" runat="server"> <AnonymousTemplate> <asp:Login ID="Login1" ...
0
votes
4answers
2k views

FacebookSDK for IOS 6 using FBLoginView

I have an iPhone IOS 4.3 and iPad IOS 6 apps both using the same code to login a user. FBLoginView work on iPhone with IOS4.3. On my IPad app that use IOS 6 only show the dialog saying the Application ...
1
vote
0answers
169 views

FBLoginView - loginViewFetchedUserInfo call more than once by FacebookSDK

I have a problem with delegate function loginViewFetchedUserInfo in FBLoginView. I put a log inside function and sometimes the NSLog print multiple times than once. Why does would that be happen. ...
1
vote
0answers
237 views

FBLoginView : Crash when Facebook already login

I have a problem with FBLoginView on IOS. I initialized the FBLoginView and added to CustomAlertView I made myself. If shown up normally if the FBLoginView is in a login state where the FB button ...
0
votes
0answers
128 views

FacebookSDK : FBSession was deallocated while key value observers were still registered with it

I have a custom alert box which contain a FBLoginView. When user clicked on the button, the alert box popup and the Facebook button appear to ask for login. It works ok when the Facebook still in a ...
0
votes
0answers
172 views

User get signed out after signing in - When clicking another link

I have created a web application where i want users to register Login , log out, etc. For now, I have created a custom CreateUserWizard, that guide the user through the registration process. My web ...
1
vote
0answers
133 views

Changing the OS X Mountain Lion LoginWindow

I want to create a custom Login Window for OS X Mountain Lion. In older versions of OS X there was a LoginWindowUI.nib which you could change with the Interface Builder but the file is not present on ...
0
votes
2answers
69 views

LoginView Password Recovery in Razor View Engine

I have a website I built in MVC4 in razor view engine. I moved the database tables that were doing the encryption from the local database to our production database and changed the web.config file to ...
0
votes
1answer
60 views

loginview change data source

I have recently created an asp.net page in visual studio 2010. I have not changed any of the prebuilt loginview code. It creates the MDF file that allows for logging in users and registering users. ...
0
votes
2answers
372 views

How can I access to control in loginview (in asp.net - c#)?

I have a loginview , that is in master page. and in login mode of login control, I have a hyperlink. I want access to hyperlink , but I get error(Object not refrence ...) my code is : HyperLink hp = ...
0
votes
1answer
108 views

How do I add a value to a TextBox that's inside an ASP:LoginView

I have some DropDownLists and some TextBoxes on a page. Normally I use this to clear and add value to the items: Clear control: txtEventNote.Text = String.Empty ddlHours.SelectedIndex = 0 Add ...
3
votes
1answer
258 views

Displaying user's name in LoginView

The default website template when creating an ASP.NET project in Visual Studio shows the user's username when logged in in the LoginView. I would like to replace this with the user's first name. I ...
-3
votes
1answer
672 views

LoginView Control in ASP.NET 4.0

I want to access the text written in AnonymousTemplate of LoginView Control through Code behind.
0
votes
1answer
176 views

Getting control from LoginView template currently NOT displayed

I have a LoginView control in my page, and in my loggedin template, I have a control which I need to refer to on page load. The only thing is, the user isn't always logged in when they visit my page ...
-1
votes
2answers
399 views

get gridview control inside loginview asp.net

I am working with loginview. There is a gridview inside loginview and I want to Bind it with databse table, but I couldn't access this gridview inside .cs code. I tried this: GridView GridView1 = ...
3
votes
2answers
1k views

Could not find control inside LoginView LoggedIn template

I tried to get the LoginName control inside LoginView LoggedIn template , despite several methods, the code still could not work. I wished to change the default username to the customer name. Here ...
0
votes
1answer
40 views

Invert functionality of LoginView

Is it possible to invert the functionality of the LoginView in ASP.NET? I want exclude some content for a certain role and the way I see it you use the LoginView to show extra content on the login ...
1
vote
2answers
149 views

Django login renders redirected template, but stays on login url

I am trying to create a login page for my Django website. At first I tried all the built in login functions that Django ships with, however I ran into a problem. My problem is, for the time being the ...
0
votes
0answers
105 views

Loginview inside a tab container, How?

I'm using the tabcontainer provided by the ajax control toolkit in asp.net, what I want is to show a single tab for just the admins so decided to use the LoginView control, but here comes the problem. ...
0
votes
1answer
299 views

How to make WPF MVVM application connect to multiple WCF Services?

I have 4 WCF services that I have developed. Each service is responsible for something else. Each service has a UserNamePasswordValidator, so clients need to supply credentials when connecting. I ...
0
votes
1answer
227 views

VWD2010 *.aspx.design.cs file not auto generating correctly

Yesterday I began to write C# in order to develop usercontrols for Umbraco and I ran across a well-known problem where I get the error "The * name does not exist in the current context." I found ...
0
votes
1answer
3k views

Unbalanced calls to begin/end appearance transitions for <RevealController: 0xe9069b0>

Im using a splitViewController on my iPad app but before that, i have a login and when authenticated successfully I refresh the root and detail view. The problem is that once i load the mainview ...
1
vote
1answer
133 views

How to show other .aspx page in LoginView

i have an asp net master page with LoginView in it. If user is anonymous i would like to see the default Register.aspx page in AnonymousTemplate (not as link to it, but the page). Is it possible to do ...
1
vote
2answers
952 views

How to display login view before Tabbar Controller?

I currently develop an iOS app which allow users to consult their account (account create on a website). I want that user can consult his account after connection. So, i want a first view which will ...
0
votes
0answers
189 views

Umbraco LoginView - enter key doesnt work in ie

I am using the following loginview control for umbraco cms. when i fill in the username and password and hit enter i get validation messages from other controls on the page, despite setting validation ...
2
votes
1answer
185 views

Login status not showing logged in

I have a website, in which a user Logs in. I am using an asp:Login. The login page works fine, but i have associated an event handler that when the user logs in the site will get redirected to an ...
1
vote
1answer
1k views

How to use LoginView control with Membership API Roles

I want to use the roles based authorization in my web site. I have created one role named 'Admin' in the database using default asp.net configuration (in website menu in visual studio). I am using ...
1
vote
1answer
619 views

iOS - Login view in UITabBarControler best practice

I've tabbar controller with 6 to 7 tabs on it with customization allowed (means that the user can change the order of tab bar display). And tab 1,3,5,7 requires the user to login access before seeing ...
1
vote
2answers
622 views

Login Modal view not showing over a splitview

I have been looking for some code that will show a Login Modal window first before it loads the other views. I created a Login nib, and in the applicationDidFinishLaunching appdelegate i use this ...
0
votes
1answer
808 views

ASP.NET LoginView Confusion

We have a web page that was created in Visual Studio 2008 by a former employee that allows visitors to log in. Recently, one of our Marketing people took a class on web design. During the class, this ...
0
votes
0answers
354 views

Append querystring parameter to logout return url in usercontrol

I have a loginview usercontrol. Currently when you're logged in it says 'logout'; you click 'logout' and it logs you out and automatically directs to back to the page you were on. What I want to do ...
0
votes
1answer
965 views

LoginView works in Account folder, not in root folder of website

I have been searching the internet for an answer to my problem and have read through the msdn site on ASP.Net controls, security and authentication but either cannot find the answer or missed it with ...
0
votes
1answer
121 views

Expire Cookie From LoginView

I want to expire my login cookie whenever the LoginView in my asp.net application is clicked. I've tried running the code OnViewChanged and OnViewChanging, but the code doesn't seem to execute. ...

1 2