Search

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

Matching Posts

  • Re: REST Client in 3.5 - Simple example required

    Hi Allen, Thanks for your response but I did it the easier way. I have used HttpWebRequest and HttpWebResponse to generate requests post it and receive response. This is a far easier way of doing it as it does not require any knowledge of REST starter kit. Although you have to generate the XML request and read the response but it is not that difficult.
    Posted to WCF REST Starter Kit (Forum) by kashifmunir on 10/16/2009
  • Re: SqlProfileProvider with customer membership provider

    Hi All. I found the answer to my question myself :) Will post the answer here is anyone wants to benefit. If you want to use ansy specific features from the provider model (i.e. from membership, role, profile, web part personalization, web events), you can specify these flags while executing the ASPNET_REGSQL utility. You can install 1 or any of the above features using their flags when executing the aspnet_regsql utility through command prompt. A complete description of this is provided in the following
    Posted to Security (Forum) by kashifmunir on 7/15/2009
  • SqlProfileProvider with customer membership provider

    Hi everyone. I am using a 3rd party content management system developed in ASP.NET. It has its own (custom) membership and role providers. I now want to integrate the built in Profile provider (SqlProfileProvider) into this application. Is there a way that I can only install the Profile provider for this website? I mean using the ASPNET_REGSQL utility or should I just copy the profile related tables and stored procedures from any existing database that uses the sql profile provider and then define
    Posted to Security (Forum) by kashifmunir on 7/15/2009
  • Re: asp panels in an update panel

    Hi Vince, Thanks again for your response but this option is not working for me so what I have done now instead of using the built in login control and defining its content, i have now created a page with my required fields and buttons and define the default button for the panel which i wanted. Its working fine now. Now I face another problem.I am doing authentication by calling Membership.ValidateUser and then setting FormsAuthentication.SetAuthCookie(username,false) and FormsAuthentication.RedirectFromLoginPage
    Posted to ASP.NET AJAX UI (Forum) by kashifmunir on 7/1/2009
  • Re: asp panels in an update panel

    Hi Vince. Thanks a lot for your response. I did try it and the page does post back but the code which the buttons postback event has is not executing. let me elaborate my problem a little further. in my asp panel (which lies in the update panel), i have a built in login control whose contents i have defined myself. i did try to write the javascript for the user name textbox onkeypress event but it only refreshes the page and does not perform authentication. is it me doing something wrong here or
    Posted to ASP.NET AJAX UI (Forum) by kashifmunir on 6/29/2009
  • asp panels in an update panel

    Hi. I have 3 asp panels defined in an ajax update panel. The first panel contains 2 buttons which control whether 2nd or 3rd panel will be displayed and the remaining 2 panels get hidden. I have an image button in each of the 2 other panels which I want to make work like the submit behaviour. I have tried to set the defaultbutton attribute to use the ID of these panel specific buttons but when i enter a value in textbox and press the return/enter key, the submit does not occur for those bottons.
    Posted to ASP.NET AJAX UI (Forum) by kashifmunir on 6/25/2009
  • REST Client in 3.5 - Simple example required

    Hi All. I am new to ASP.NET 3.5. Havent really had the time to study WCF and its REST capabilities. In one of my projects, I have to communicate to a 3rd party REST based services. I do have the XML structure that I should pass to the REST service and some sample responses that I may receive from the REST based service but I do not know how to do it using .NET 3.5. Can anyone provide a simple example to atleast get me started. Will be really grateful if some code can also be provided in this regard
    Posted to WCF REST Starter Kit (Forum) by kashifmunir on 6/22/2009
    Filed under: REST, ASP.NET
  • Re: ListView edit item template not working

    HI ameenkpn. thanks for your reply. it really solved my problem. before reading your response i did read things like that in forums and tried to implement them as well but i dont know what step i was missing there or may be i needed a break and required as simple an answer as yours :) anyways thanks a lot Kashif
    Posted to Data Presentation Controls (Forum) by kashifmunir on 6/17/2009
  • ListView edit item template not working

    Hi All. I have a listview control to which I assign a custom data source (by querying my database and assigning the resulting DataTable as its datasource and then databinding it) when the page loads for the first time. It contains 3 fields only (first name, last name and email of users). I am using item template and edit item template. I have used link button for edit command and set its command name to Edit. I have also defined the ItemEditing event of the list view control and have set the edit
    Posted to Data Presentation Controls (Forum) by kashifmunir on 6/16/2009
  • Re: Seamlessly Displaying Menu Adapter Content Over HTTPS

    Hi All. I am facing the same issue in my website. I am using CSS Friendly control adapter for the menu control in ASP.NET 2. I have deployed the website on SSL and when i access the site i get the same error, This page contains both secure and non-secure items, do you want to display the non-secure items. I have more than 2000 users of the application and do not want to setup Internet Explorer setting to turn off this error. How can I debug/resolve the issue on server side?
Page 1 of 2 (18 items) 1 2 Next >