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:788095
More Search Options
RSS Available
Matching Posts
Re: Convert.toDouble input string was not in correct format
Thank you guys for all your answers. Method TryParse resolved my problem.
Posted to
Getting Started
(Forum)
by
veddzik
on 7/4/2009
Convert.toDouble input string was not in correct format
Hello, I can't figure out why it' possible to convert my string. Error message is: input string was not in correct format This is my code, which make an error: Dim dbl as Double Dim str as String = "£22.50") str = str.Replace("£", "") str = str.Replace(".", ",") dbl = Convert.ToDouble(str) But if I try this, it's work: dbl = Convert.ToDouble("22,50") What's going on ?
Posted to
Getting Started
(Forum)
by
veddzik
on 7/3/2009
Re: Logout doesn't work on all pages, and also User.IsInRole, UrlRewrting ?
Anybody ?
Posted to
Security
(Forum)
by
veddzik
on 1/20/2009
Re: Logout doesn't work on all pages, and also User.IsInRole, UrlRewrting ?
Ok, but still I can't figure out how to solve "User.IsInRole" problem.. Maybe some more details about it.. Method User.IsInRole working properly for the pages placed in main folder, but it's not working for the page placed in /folder/subfolder/somepage.aspx . Url showing in browser for this page is www.mydomain.com/somepage , because I used UrlRewriting (IIS7) with rule for this: < rule name= "myRule" enabled= "true" stopProcessing= "true" > <
Posted to
Security
(Forum)
by
veddzik
on 1/18/2009
Re: Logout doesn't work on all pages, and also User.IsInRole, UrlRewrting ?
I solved first "LogOut" problem in other way. I'ts more simple than solution describe above with using AJAX. Maybe it will be helpful for somebody.. I created new page logout.aspx and put this short code on page_load event: If User.Identity.IsAuthenticated Then FormsAuthentication.SignOut() Session.Abandon() Session.Clear() Response.Redirect( "~/logout.aspx" ) End If 'message to user visible - it's just two panels, success or error If User.Identity.IsAuthenticated
Posted to
Security
(Forum)
by
veddzik
on 1/18/2009
Re: Logout doesn't work on all pages, and also User.IsInRole, UrlRewrting ?
Thanks Danny117, I will try this solution, and I'll give some feedback. Does anybody know something about User.IsInRole problem ?
Posted to
Security
(Forum)
by
veddzik
on 1/16/2009
Logout doesn't work on all pages, and also User.IsInRole, UrlRewrting ?
Hello, I can't logout from my main page and also from the other pages when I'm using UrlRewriting rule without file extension. If I open the page with .aspx at the end, logout process working just fine. For example: www.mydomain.com => logout impossible www.mydomain.com/contakt => logout impossible www.mydomain.com/contakt.aspx => logout working fine Also when I log into system, the User.IsInRole method doesn't work for all pages used in application. It's working properly
Posted to
Security
(Forum)
by
veddzik
on 1/15/2009
redirect from Default.aspx urlrewrite IIS7 rule
Hello, I'm trying to rewrite url like this www.domain.com/Default.aspx to www.domain.com, with UrlRewrite modele, IIS7. I'm using shared hosted server and I have access to Feature Delegation. I used this rule to achieve that: < rule name= "Default Document" stopProcessing= "true" > < match url= "(.*)default.aspx" /> < action type= "Redirect" url= "{R:1}" redirectType= "Permanent" /> </ rule > ..but it's
Posted to
Free For All
(Forum)
by
veddzik
on 12/6/2008
Re: Templates, MasterPages Dynamic and Virtual Path
Thank you Contributor, thanks for your time.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
veddzik
on 10/30/2008
Re: Templates, MasterPages Dynamic and Virtual Path
Correct. It's working on localhost. But it's not working on server (shared hosting). When I assign subdomain to subfolder, it doesn't work because ~/Templates it's not a correct virtual path for subdomain. Anyway thanks for your help.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
veddzik
on 10/30/2008
Page 1 of 3 (23 items) 1
2
3
Next >
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
WindowsClient:
PDC Recap and More
Channel 9:
Reactive Extensions API in depth: Primitives
WindowsClient:
New WPF Features: MultiTouch
WindowsClient:
codeplex.com/testapi v 0.4 available
Channel 9:
The Visual Studio Documentary - Alan Cooper, the Father of Visual Basic
Channel 9:
Hanselminutes on 9 - Guided Tour inside the Windows Azure Cloud with Patrick Yantz
ASP.NET:
ASP.NET 4.0 ScriptManager Improvements
WindowsClient:
XAML Toolkit CTP = FxCopXaml + XamlDom + System.Xaml.dll support for Silverlight XAML
Channel 9:
Fishbowl for Facebook
WindowsClient:
Free Embeddable Fonts for your WPF Applications
ASP.NET:
Program Manager Position on the ASP.NET PM team
Channel 10:
Microsoft Teams Up with Nielsen
Channel 10:
What Azure Looks Like
ASP.NET:
Orchard team looking for a new developer
Channel 10:
Student Discount on Office 2008 for Mac Now Available
WindowsClient:
Surface SDK 1.0 SP1 supports XNA Game Studio 3.0 and later
WindowsClient:
TestAPI 0.4 Released
Channel 9:
Using the SharePoint Business Data Connectivity Designer in VS 2010
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online