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:98671
More Search Options
RSS Available
Matching Posts
Re: Custom profile provider, different data for each user role
Hi Jason, what i ended up doing is pretty much what i said in my second post. I didn't use the profile provider, and instead created my own user classes that would store the additional user information for each user type. So following my example from my first post, i have a table for doctors that store additional user info i need for doctors, and also i have a table for patients, in which i store additional info regarding the patients. After a while i saw that i also needed some user information
Posted to
Security
(Forum)
by
robi
on 3/14/2009
Re: Is posting from http to https secure?
Ok, thanks.
Posted to
Security
(Forum)
by
robi
on 2/3/2009
Is posting from http to https secure?
Hi, I have a login page that isn't in https but its in http. But the post action of the form on that page leads to an https page that does the login validation. I want to know if this is secure? If the data being posted will still be encrypted even though i am posting from an http page, and just the target page is in https. Thanks.
Posted to
Security
(Forum)
by
robi
on 2/3/2009
Re: Multiple errors in DAL using typed DataSets
Hi, i eventually solved this after examining my code carefully. I made a mistake when i wrote my DAL. Because i didn't wan't to have to create new instances of my DAL whenever i want to use the DAL, i created all of my methods as statis(Or Shared in vb.net). And this was my mistake, because the connection object i was using was also declared as static, and if more than a few users where using the application at the same time then they would use exactly the same connection object that another
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
robi
on 4/30/2008
Re: Basic Xslt question
I am trying to build an xslt for 2 types of xml. The first one is something like this < Zones > < Zone Name= "Some Name" CSSClass= "SomeClassName" > < Links > < Link href= "SomeUrl" Color= "SomeColor" .. /> < Links > </ Zone > </ Zones > And the other type is just < Link href= "SomeUrl" Color= "SomeColor" .. /> I would like to build an xslt that would match the first one, and then also check
Posted to
XML and XmlDataSource Control
(Forum)
by
robi
on 3/31/2008
Basic Xslt question
Hi, i think this is a pretty basic xslt question, but i couldn't find any results searching for it. I have an Xml that has a certain Node that is reoccuring in many levels, and it always needs to have the same transformation. Can i set some sort of template and whenever i see i reached that node i will call that template passing in the node and it will return the correct transformation? If i wasn't clear please let me know. Thanks :)
Posted to
XML and XmlDataSource Control
(Forum)
by
robi
on 3/31/2008
Re: Accessing resx file from custom control?
I want my resource resx file to be a part of my class library. Not after the custom control has already been deployed. I want it to be embeded in the dll.
Posted to
Custom Server Controls
(Forum)
by
robi
on 2/11/2008
Accessing resx file from custom control?
Hi i created a class library that will represent a custom control. I want to have a resource resx file inside the class library, and i want to access it from the custom control's class, how can i do that? All the examples i've seen are explaining how to embed js, css or images within a dll, but not how to access a .resx resource file. Thanks.
Posted to
Custom Server Controls
(Forum)
by
robi
on 2/11/2008
Re: Communicating between Master page and Child(X3) page
Yes, you're right, i will use the first option. Thanks alot for the information .
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
robi
on 12/23/2007
Communicating between Master page and Child(X3) page
Hi, im working with nested master pages, and the actual aspx page is at least 3 layers away from the base master page. I need to access the meta data tags on the base master page from the aspx page, how can i do that? @Master Type will not work because there is too much nesting involved. I was thinking of somehow passing variables through session or maybe some other method is possible, any ideas? Thanks.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
robi
on 12/23/2007
Page 1 of 7 (70 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
TechNet Edge:
Windows Server 2008 R2 : New Power Management Features
ASP.NET:
Web Deployment Painkillers: VS 2010 & MS Deploy
WindowsClient:
Application Accessibility Testing
WindowsClient:
Prism & WCF RIA Services
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online