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:37382
More Search Options
RSS Available
Matching Posts
Re: Wizard w/ ValidationSummary in NavigationTemplates
Thanks Peter for pointing to the generalized problem. I have informed the respective person to take a look and he would get back to you. Thanks,
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
vimodi
on 3/8/2006
Re: Wizard w/ ValidationSummary in NavigationTemplates
Thank you for reporting us the issue. I have logged a bug for this issue. Till the issue get fixed as workaround you can use the nextButtonClick event as follows. protected void Wizard1_NextButtonClick( object sender, WizardNavigationEventArgs e) { if (!Page.IsValid) { e.Cancel = true ; } } HTH
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
vimodi
on 3/7/2006
Re: Dynamically using .resx resources on a per-theme basis
There is not possible. The reason I think is that Theme is more general then the localization feature. But the other way is possible means you can specify what Theme to be applied to the page based on the current uiCulture. you can defined a page Theme property in the .resx file and can applied different Theme as the culture changes. in foo.aspx page define. <%@ Page LANGUAGE="vb" UICULTURE="auto" CULTURE="auto" meta:ResourceKey="pageResource1" %> and in the App_LocalResources\foo.aspx.resx
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
vimodi
on 3/7/2006
Re: Changes made in the web.config file are ignored after being deployed
Do you use -u switch while precompiling your app? -u If specified, the precompiled application is updatable. I saw that when -u is not specified then changing theme in web.config doesnt affect anything but if app is complied with -u option then it works. Thanks, Vishal
Posted to
Configuration and Deployment
(Forum)
by
vimodi
on 2/15/2006
Re: Application Name Confusion
As long as the applicationname remains MySite for all providers, there should not be any issue. So please make sure that you have same applicationname for memebership provider and for role provider. and if any of those is changed then it will cause problem. I tried specifying applicationname=MySite in web.config for membership and role SSE provider and there was only one entery in the aspnet_application table and everything is working fine. HTH, Vishal
Posted to
Visual Studio 2005
(Forum)
by
vimodi
on 2/8/2006
Re: Application Name Confusion
I tried to repro the problem but couldn’t repro it. Web admin tool simply calls the createRole method on Roles and let the role provider to create database entry with proper application_name and application_Id. I didn’t see new application_id get generated every time role or user added. But we noticed that application_id get changed only when the applicationName in provider section in config file is changed. HTH, Vishal
Posted to
Visual Studio 2005
(Forum)
by
vimodi
on 2/7/2006
Re: What happens to default application themes
No defaults themes are being shiped with ASP.Net 2.0.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
vimodi
on 2/2/2006
Re: theme not working properly
I also tried a simple page but couldnt repro the issue. here is the sample. default.aspx <% @ Page Language ="C#" AutoEventWireup ="true" Theme ="Theme1" %> <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> < script language =javascript> function btnClick() { var win = window.open( "new_window.aspx" , "" , "toolbar=1,menubar=1,width=900,height=500,top=100,left=100,resizable=1,scrollbars=1" , "true" ); } <
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
vimodi
on 1/18/2006
Re: Event validation error in Web Site Administration Tool - Manage Access Rules
This is known issue. The issue here is that there is invisible link button that is used to get client hyperlink using GetPostBackClientHyperlink and set it to OnClick for the row. As the button itself is not visible it doesnt participate in registering event validation but validate event is called on postback which validates and causes the failure. To fix this issue please comment the line in following block in file \WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETWebAdminFiles\Security\Permissions
Posted to
Security
(Forum)
by
vimodi
on 1/16/2006
Re: theme not working properly
Hi, Can you provide more details about your app? Are the lables in the new window (new_window.aspx) gets one-size larger or in the old window from where you opening the new window? Thanks, Vishal
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
vimodi
on 1/16/2006
Page 1 of 12 (117 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
Windows Server 2008 R2 Quick Look #3 - PowerShell V2
ASP.NET:
2009 Blogged - Greatest Hits
WindowsClient:
2009 Blogged - Greatest Hits
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 2, Imports & Exports
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online