Search

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

Matching Posts

  • Re: Themes error in VIsta

    I did have iis_iusrs set to my new web directories. Here is what I found that is different (or at leas I've set it up differently somehow). I have several .NET V2 sites that I maintain. Each site is housed as a virtual directory under my default web site. Each site is totally separate than the other. IN my XP OS I could develop, test on my local desktop, build then deploy without issues. When in XP I could set the browser to mydesktop/site name and the site would display without problems. Now the
  • Themes error in VIsta

    I have moved my dev environment to a test Vista 64 bit OS. I have run into a issue on the themes. When running in a browser the site throws this error: " Theme 'coreStyles' cannot be found in the application or global theme directories." (corestyles is my theme). When I run the same site in VS 2005 debug it runs fine. My web.config entry is: <pages theme="coreStyles"> My site has a App-Themes directory, the coreStyles folder and inside that the coreStyles.css file. Plus it runs fine on my dev
  • using an HTTPS src within an Iframe control.

    I have a aspx page that I'm using an iframe within. The iframe is directed at my cart application, once the user has selected a product from my site. The cart is written in ASP and is housed in a sub-domain on the same site... cart.mysite.com The iframe uses a src of: cart.mysite.com?product=1234 so that the proper product info is displayed. All that works. I need to know (I currently do not have a cert for the sub domain) that once I have the sub-domain have a certificate for the entire cart
    Posted to Web Forms (Forum) by rick9004 on 10/5/2006
  • Storing additional user information - best practices

    I am converting a NET1.1 app to 2 and am trying out the new security controls. I have created user registration, login, etc using the new tables for membership (I put them into my SQL DB). That all works fine. I have two different questions: 1. where should I store my other personal information for a user (last name, address phone etc.) and if its not in the same membership table, how do I sync up the IDs? 2. I want to use the built in role controls. How do I set them a) on user sign up (a default
    Posted to Security (Forum) by rick9004 on 3/1/2006
  • GridView Getting the value of a non visible column

    I have a gridview that has 5 columns. The first one is the key, and I'm not showing it. When someone selects a row, I need to get the value from the first column (non-visible ) / key and pass it to another page. I can get the field if I make the field visible. I also used the DataKeyNames equal to the first column. so.. what is the correct syntax for this. propString = resultsSet.SelectedRow.Cells(0).Text doesn't work unless visible.
    Posted to Data Presentation Controls (Forum) by rick9004 on 2/22/2006
  • DataObjectSource Question

    I implemented a SQLdataSource using stored procs without difficulty, but I am stuck on this one. I have a GridView that is populated from a varing set of SQL selects that change based on the page and need from the originating page. (BTW this is working fine in NET 1.1). Now with NET2 I'm getting this error: he type specified in the TypeName property of ObjectDataSource 'resultsData' could not be found. Code snippets are below.... from my aspx page <asp:GridView ID="GridView1" runat="server" DataSourceID
  • Passing a selected row column value to the stored procedure

    I have a simple Gridview control that has a delete command link on it. If I use the delete SQL code in line it works fine. If I use a stored procedure to perform the SQL work, I can't determine how to pass the identity value to the SP. Snippets are below... The grid <asp:GridView ID="GridView2" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False" DataSourceID="SqlDataSource2"> <Columns> <asp:BoundField DataField="member_id" HeaderText="member_id" InsertVisible
  • Error when using a user control within a content section tag

    I'm using a master page for this page... It has a user control registered ( lbAds) and when I embed the actual control statement in the master page it runs fine. master Page_____________ <%@ Master Language="VB" AutoEventWireup="false" CodeFile="rental.master.vb" Inherits="masters_rental" %> <%@ Register TagPrefix="radP" Namespace="Telerik.WebControls" Assembly="RadPanelbar.NET2" %> <%@ Register TagPrefix="lbAds" TagName="leftBarAds1" src="~/controls/leftBarAds1.ascx" %> when I
Page 1 of 1 (9 items)