Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:286242
More Search Options
RSS Available
Matching Posts
Re: I give... Auto logon issue.
Any ideas at all?
Posted to
Security
(Forum)
by
spankster
on 10/13/2009
Re: I give... Auto logon issue.
Just what I needed, thanks Stue! You always pull through for me buddy! Hopefully others will benefit from your knowledge. Your BFF, Stue
Posted to
Security
(Forum)
by
spankster
on 10/13/2009
Re: I give... Auto logon issue.
Hey Spankster, Try dumping this in your Page Load sub: If User.Identity.IsAuthenticated = True Then Action Else DiffAction End If Your Bud, Stue
Posted to
Security
(Forum)
by
spankster
on 10/13/2009
I give... Auto logon issue.
OK, I have an app I have set up for windows authentication. It works swell. Only problem is, is that IE keeps throwing up the UN PW prompt. Id like for this to go away. Now we have a Sharepoint portal where the user auto logs in no problem. My app is on the same server yet the user doesnt get automatically authenticated w/o a UN/PW dialogue prompt. The way around this has been to check for authentication, if not authenticated direct to the sharepoint site where authentication will take place then
Posted to
Security
(Forum)
by
spankster
on 10/12/2009
Re: Invalid postback or callback argument.
[quote user="sainiamritpal"] I was pulling my hairs because of this error from last 1 day and could not find the solution, then I tried your code it Works for me , On the same time I created a user on this site to thank you [/quote] If your directing that thanks at me, you're most welcome. Im glad I was able to help and hopefuly you have some hair left because of me :)
Posted to
Migrating from ASP.NET 1.x to ASP.NET 2.0
(Forum)
by
spankster
on 9/10/2009
Re: Invalid postback or callback argument.
FWIW I had the same issue and resolved it by getting rid of the asp:Button and handling the code (on submit) w an input button. I defined the button on my aspx page as such: <input class="NormalButton" id="Submit1" type="submit" size="40" value="Submit" name="btnSubmit2" runat="server" width="40" height="19"/> Then through my code handled the same calls as I tried w the asp:button: Private Sub Submit1_ServerClick
Posted to
Migrating from ASP.NET 1.x to ASP.NET 2.0
(Forum)
by
spankster
on 8/25/2009
Re: Explaination and help needed w clearing textboxes. Inside vs outside updatepanel.
Anyone?
Posted to
ASP.NET AJAX UI
(Forum)
by
spankster
on 2/19/2009
Re: Explaination and help needed w clearing textboxes. Inside vs outside updatepanel.
Is there anyone out there that might be able to educate me on this?
Posted to
ASP.NET AJAX UI
(Forum)
by
spankster
on 2/18/2009
Re: Explaination and help needed w clearing textboxes. Inside vs outside updatepanel.
Thanks Chetan, What if I want to add text as in my original sub? I want to add "0.0" in place of whatever value may currently be in the textbox. The above example does not reflect what I am trying to do in my sub. Why does the sub that I had not work on the controls in the update panel though? If I am cycling through every control on the form why would those w/in the update panel be excluded? If anyone can educate me Id be very appreciative. TIA, Stue
Posted to
ASP.NET AJAX UI
(Forum)
by
spankster
on 2/17/2009
Explaination and help needed w clearing textboxes. Inside vs outside updatepanel.
I have an app and when I run the following: <code> Public Sub ClearData() Dim frm As Control = Me.FindControl(Page.Form.Name) Dim ctl As Control For Each ctl In frm.Controls Dim tb As TextBox Dim lbl As Label If TypeOf ctl Is TextBox Then tb = CType(ctl, TextBox) tb.Text = "0.0" End If If TypeOf ctl Is Label Then lbl = CType(ctl, Label) lbl.Text = "0.0" End If Next </code> all the textboxes and labels outside the updatepanel are updated as expected but the textboxes
Posted to
ASP.NET AJAX UI
(Forum)
by
spankster
on 2/16/2009
Page 1 of 2 (12 items) 1
2
Next >
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online