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:621527
More Search Options
RSS Available
Matching Posts
Toolkit on Safari
The sample page at http://atlas.asp.net/atlastoolkit/ does not work on safari on mac.. Will this be addressed in the future release?
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
vaish_p
on 4/14/2006
Refresh interval for DNN pages
I have modules which display data that needs to be refreshed every minute.. If I set the refresh interval thru the settings, the pages refresh correctly.. My problem is I also have forms in a couple of the module and the page refreshes even before one can finish filing up the form.. How do I avoid this?
Posted to
DotNetNuke
(Forum)
by
vaish_p
on 10/4/2005
Re: Help getting portal registration info into custom module.
If UserInfo.UserID >= 0 Then txtFirstName.Text = UserInfo.Profile.FirstName txtLastName.Text = UserInfo.Profile.LastName lblUsername.Text = UserInfo.Membership.Username txtEmail.Text = UserInfo.Membership.Email End If
Posted to
DotNetNuke
(Forum)
by
vaish_p
on 10/3/2005
Re: Help getting portal registration info into custom module.
Use the UserInfo object.. UserInfo.Profile. should give u the address, city etc..
Posted to
DotNetNuke
(Forum)
by
vaish_p
on 9/30/2005
Re: User Controlled Skinning
I have modified my default.aspx as thus ' load assigned skin If ctlSkin Is Nothing Then If IsAdminSkin(PortalSettings.ActiveTab.IsAdminTab) Then Dim objSkin As UI.Skins.SkinInfo objSkin = objSkins.GetSkin(SkinInfo.RootSkin, PortalSettings.PortalId, SkinType.Admin) If Not objSkin Is Nothing Then PortalSettings.ActiveTab.SkinSrc = objSkin.SkinSrc Else PortalSettings.ActiveTab.SkinSrc = "" End If Else Dim objUserInfo As UserInfo = UserController.GetCurrentUserInfo Dim uid As Integer = objUserInfo.UserID
Posted to
DotNetNuke
(Forum)
by
vaish_p
on 9/30/2005
Re: Where is the Container setting stored in the database?
Tabs, TabModules and Skins
Posted to
DotNetNuke
(Forum)
by
vaish_p
on 9/30/2005
Re: One Module, Multiple Controls, seperate tabs
I have something similar done for my module.. I have a parent control which loads other control depending on the module id.. for ex. the registered module is say module X.. When I add it to tab 1 the admin can go to its settings and chose control A to display in it, on tab 2 it could dispaly contron B I save the realtionship (moduleid, control name)in a table.. when the module loads i check the table and appropriately load the control.. Vaishali
Posted to
Custom Modules
(Forum)
by
vaish_p
on 9/15/2005
Re: How can I refresh a single module without reloading the page
I am looking it up.. I found a dnn module which demonstrates AJAX http://codegalaxy.com/Default.aspx?tabid=151 but have not been able to set it up in VStudio
Posted to
Custom Modules
(Forum)
by
vaish_p
on 9/15/2005
How can I refresh a single module without reloading the page
I have a module which displays data from a windows service. I need to refresh this every 30 secs.. but I dont want to refresh the entire page. Can anybody point me to how to accomplish this?
Posted to
Custom Modules
(Forum)
by
vaish_p
on 9/15/2005
Re: Changing skin and container for each user
I figured out how to do it.. in case somebody needs it here it is The change for specifying the container has to be done is admin/skin.vb in the sub InjectModule add an if clause like so: If ctlContainer Is Nothing Then Dim objUserSkin As DotNetNuke.UI.Skins.VP_UserSkinInfo Dim objUserSkinC As DotNetNuke.UI.Skins.VP_UserSkinController Dim objUserInfo As UserInfo = UserController.GetCurrentUserInfo objUserSkin = objUserSkinC.VP_GetUserSkin(PortalSettings.PortalId, objUserInfo.UserID, "Containers"
Posted to
DotNetNuke
(Forum)
by
vaish_p
on 8/31/2005
Page 1 of 2 (13 items) 1
2
Next >
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
WindowsClient:
Using Cerebrata's Cloud Storage Studio To Download IIS logs from Multiple Instances of Windows Azure
TechNet Edge:
TechNet Radio: Office 2007 Setup and Configuration (Part 1)
Channel 10:
How-To: Listen to Your Zune Pass Music on Your WinMo Phone
Channel 10:
Share Your Screen with SharedView
Channel 10:
Get Microsoft Tinker Game For Free
Channel 10:
LG eXpo WinMo 6.5 Unboxing Video
Channel 9:
ADFS 2.0 RC is Here!
Channel 10:
Bing Reference Updated with New Sidebar Features
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online