Search

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

Matching Posts

  • Upgraded to Visual Studio 2005 - Intellisense/build problem

    I have a strange problem and am wondering if anyone has any ideas on how to fix my problem. I have several projects written in ASP.NET 1.1 using Visual Studio 2003. I recently upgraded one of them to ASP.NET 2.0 using the built in wizard in Visual Studio 2005, then converting it into a web application. My issue is that for some reason, the project still seems to be using all the .NET 1.1 dlls, especially when using Intellisense. For example, I was going the code and trying to clear out obsolete methods
    Posted to Migrating from ASP.NET 1.x to ASP.NET 2.0 (Forum) by miriv365 on 1/31/2008
    Filed under: Visual studio 2005, .Net 2.0, asp.net 2.0, .NET Runtime 2.0 Error
  • External Config Encryption

    Hi, I got a question about encryption. We have a application for which we would like to use an external config file in to store all our connections strings. This is currently allowed by the 2.0 framework by simply indicating the location of the external config file. What we would like to do is use the aspnet_regiis tool to encrypt the external config file. Does anyone know if this is possible? From the experiments we have tried, we have run into two issues: 1. It seems like the external config file
    Posted to Security (Forum) by miriv365 on 10/26/2007
    Filed under: encrypt security
  • Treeview and SiteMap

    Hello people. I have an issue and am not sure if anyone can help or not. I have a master page set up that has a treeview with a SiteMapDataSource as it's Datasource. As with most simple ASP.NET 2.0 navigation, I have a Web.Sitemap file in my root web. What I currently have defined in the web.sitemap file is as follows: <code> <?xml version="1.0" encoding="utf-8" ?> <siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" > <siteMapNode
    Posted to Master Pages, Themes and Navigation Controls (Forum) by miriv365 on 9/4/2007
    Filed under: navigation, sitemap, sitemap menu, sitemap navigation, web.sitemap treeview, site navigation
  • Search on Forums.asp.net

    Does anyone else have trouble with the search functionality of these forums? I can type anything into the search box and nothing ever comes back.
    Posted to Feedback on this website (Forum) by miriv365 on 8/16/2007
  • MSDN Site

    Hi everyone, I didn't know where to post this question exactly, but this seemed the closest to where I think it might go. I have developer on my team who wants to set up a navigation and UI similar to what is on MSDN.com. He is trying to figure out how microsoft allows you to resize the page (horizontally) without using frames. Does anyone know how they do this? I assume its some kind of CSS..?
  • Re: User Control losing Value

    Thanks for the answer! Yes, I was trying to refer to the user control inside the page...and I was thinking I had to instantiate it to refer to its properties. Using your suggestion, the simple solution was: UserControl1.GridViewTitle = "ThisisthegridviewTitle" UserControl1.StoredProc = "usp_AfixedStoredProc" Thanks for the quick response
    Posted to Web Forms (Forum) by miriv365 on 8/16/2007
  • User Control losing Value

    Hi, I am trying to play with User Controls and setting/getting public properties within those controls. I have looked on Google and have been unable to find an answer to a problem I am having with the User Controls losing their values somewhere along the page lifecycle. I have a very simple user control consisting of a span tag that writes out two public properties declared in the user control. I then have a webform page which consists of a Content Place Holder (this page has a master page). When
    Posted to Web Forms (Forum) by miriv365 on 8/16/2007
  • Nested User Controls & Lost Values on Postback

    I have a page that has a user control within another user control name UC1 and UC2. UC2 has several dropdowns & textboxes that an end user would use to fill out information about a piece of equipment that they had received. I am having trouble when trying to save the data back to the database. When I click on the "Save" button on UC1 (the parent User Control)- I am unable to access the values of any of the ASPNET controls inside of UC2. I can find the controls fine using FindControl
    Posted to Web Forms (Forum) by miriv365 on 5/29/2007
  • Re: A Question about Membership

    Maybe I need to go into more detail with what I want. So I am going to try this again: We currently have a custom Application Authorization solution for all of our intranet apps that works like the following: (This is the simplistic version) User clicks on a link that takes him to an application's default page Global.asax Session_Start fires and a piece of code fires This code takes the user name from the Response object and passes it to custom code that validates the user against a sql database
    Posted to Security (Forum) by miriv365 on 4/25/2007
  • A Question about Membership

    Our company is finally going to bite the bullet (2 years after the fact) and we are going to begin using ASP.NET 2.0 for application development. We have been using ASP.NET 1.1 for several years now, and as a result a lot of our security has been built with that framework in mind. We currently have a system that works like below: User hits a web application Global.asax Session_Start subroutine runs. User ID is taken from Context.User.Identity.Name We have a custom built security module that takes
    Posted to Security (Forum) by miriv365 on 4/19/2007
Page 1 of 8 (76 items) 1 2 3 4 5 Next > ... Last »