Search

You searched for the word(s): userid:98671

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
  • 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 .
  • 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.
Page 1 of 7 (70 items) 1 2 3 4 5 Next > ... Last »