Search

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

Matching Posts

  • sharing authentication between classic asp and asp.net

    Hi All, I need help in understanding on how the following scenario will work. Authentication will happen in classic ASP and when the user comes to a ASP.NET site, his authentication must be valid (single sign on, he need not sign in again). I heard about sharing the authentication cookie among class asp and asp.net but I do not understand how will the cookie be shared. the classic asp and asp.net are two different sites and may live on different web servers over the internet. Thanks. JK
    Posted to Security (Forum) by JaiKirdatt on 6/30/2008
  • Configuration Property - Is Required - doesn't throw an error if left blank.

    If i add a attribute configuration property and say IsRequired:=True. In my web application if i do not specify that property then the application does not throw an error. I would hope that after saying that this is a required property it would throw an error if i do not declare it. Am i missing something? Please help thanks, jai
    Posted to Configuration and Deployment (Forum) by JaiKirdatt on 9/29/2006
  • Re: Unable to inherit from configuration section

    well i didnt not add a referenced to the System.configuration dll. I thought that i will never be able to import system.configuration if i didnt add a reference to the dll. i used to write all my code in text files when i was learning .net IDe is making me forget things now. thanks everyone
    Posted to Configuration and Deployment (Forum) by JaiKirdatt on 9/25/2006
  • Unable to inherit from configuration section

    Hi All, My class in its own company namespace and I import syste and system.configuration and when i try to inherit my class from ConfigurationSection my visual studio project doesn't compile and it gives a error which says "ConfigurationSection is not defined". dotnet framework running on my machine is : 2.0.50727 and I' am using Team Edition for Software Developers <code> Imports System Imports System.Web Imports System.Web.Configuration Namespace Com.SynergyOnline.Configuration
    Posted to Configuration and Deployment (Forum) by JaiKirdatt on 9/25/2006
  • Custom Membership Provider

    Hi all, I have a question on writing a custom Membership provider. If i write my own implemention for SQLMembershipProvider will I be able to use with all my login controls like login , login name, create user, password recovery, login status. I' am just having a hard time understanding that if I write my own class to create user, validate user, get all users by inheriting the SQLMembershipClass that all the controls that microsoft provides will work magically. For example loginname will automatically
    Posted to Security (Forum) by JaiKirdatt on 9/23/2006
  • Re: Web User Control+theme

    I just realized that i could have my web control get data from the database and bind it to itself this way i do not have to worry about getting access to the web control inside my theme. but my page will be made up off atleast 3 different web controls which will be binded from the same table in the database so there will be 3 calls to the database, but then again this database will not be a heavily used database. Image this page as a web part page in sharepoint, i know a better way would be to do
    Posted to Custom Server Controls (Forum) by JaiKirdatt on 8/7/2006
  • Web User Control+theme

    Hi everyone, I have a web user control in a theme. I have the register tag in the theme and the control. i would like to access the control at run time and bind data to it. How do i access a web control placed inside a theme and the theme is used on the page. Example. A table which has my web control and i have named that skin. I use the skinid on a table which is placed on a web form. how do i access the web control on my web form which is in a skin. any help is appreciated. thanks, Jai
    Posted to Custom Server Controls (Forum) by JaiKirdatt on 8/7/2006
  • Re: FIX - DataSet Error "Could not find a non generic method"

    This is my object data source which returns a data view <asp:ObjectDataSource OldValuesParameterFormatString="original_{0}" ID="odsIndustryDDL" runat="server" TypeName="Industry" SelectMethod="GetAllIndustriesForDDL()"></asp:ObjectDataSource> This is my drop down list <asp:DropDownList ID="ddlIndustry" runat="server" DataSourceID="odsIndustryDDL" DataTextField="industry_descr" DataValueField="industry_id"></asp:DropDownList> Don't know what is wrong. Also I do not want to
    Posted to Tips & Tricks (Forum) by JaiKirdatt on 8/4/2006
  • Re: Modal Pop Up With Validation Controls

    Hey David, Thanks for your reply, but I' am sorry to say that it didn't work, I have the z-index in there but sorry to say doesn't work. This is my code below, hopefully it helps. <code> <div id="divNewUser"> <table class="newUserTbl" border="0" cellpadding="0" cellspacing="2"> <tr> <td colspan="2"> <asp:RequiredFieldValidator ID="rfvFName" runat="server" ControlToValidate="txtFName" ErrorMessage="First Name cannot be left blank." CssClass="errorMsg" Display="Dynamic
    Posted to ASP.NET AJAX Control Toolkit (Forum) by JaiKirdatt on 6/13/2006
Page 1 of 9 (87 items) 1 2 3 4 5 Next > ... Last »