Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:640240
More Search Options
RSS Available
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
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
rick9004
on 2/16/2007
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
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
rick9004
on 2/14/2007
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
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
rick9004
on 2/20/2006
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
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
rick9004
on 2/17/2006
Re: Error when using a user control within a content section tag
Works fine... many thanks
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
rick9004
on 1/16/2006
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
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
rick9004
on 1/16/2006
Page 1 of 1 (9 items)
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online