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:664962
More Search Options
RSS Available
Matching Posts
BuildProvider Fires Twice
Hi, Im developing a custom BuildProvider but im having a little problem... Its getting fired twice. The purpose of the BP im building is to parse the modified xml file and create a Database structure according to the information in the file and generate the DataAccess classes necessary. Is this suposed to happen? And if so, is there a way i can aviod this? Tks
Posted to
Data Presentation Controls
(Forum)
by
Ricardo Francisco
on 12/9/2006
Re: Installing Atlas Toolkit - drop shadow and rounded corners
Can you post an example of your code?
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Ricardo Francisco
on 6/26/2006
Re: Installing Atlas Toolkit
You need to manualy add the controls to the toolbox and add a reference to the AtlasControlToolkit.dll. Hope this helps
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Ricardo Francisco
on 6/26/2006
Decent TreeViewControl
A nice asp.net treeview control would be nice with context menu and styles not by lvl but by node type like in the old IE tree view control. Also some more atlas enabled controls besides the ones being developed by the Atlas Control Toolkit Team.
Posted to
Feature Requests
(Forum)
by
Ricardo Francisco
on 6/24/2006
Re: - design and good practice question
LudovicoVan: TAsunder: If the user opens two instances of IE then it will have different sessions. How can we open two instances of IE not sharing session (the context)? -LV If you click "New Window" you get a new IE window but if you check the Task Manager you will see that only one IExplore.exe instance exists. In this case all the windows opened with the "New Window" or using Ctrl+N will share the same Session Objects. If on the other hand you select the IE shortcut then you get a new instance
Posted to
Architecture
(Forum)
by
Ricardo Francisco
on 6/24/2006
Re: Sending messages between httpapplication instances.
One thing i didnt understand. Why do you have multiple httpapplications on the server accessing the save client information? Could you explain that part a bit better please?
Posted to
Architecture
(Forum)
by
Ricardo Francisco
on 6/24/2006
Re: session and Application
Aidy is right, but you should try to use the cache object instead of Application. Its more flexible and slightly faster. Using the Cache object you can set stuff like the duration, priority and a callback function that will fire when the item is removed or becomes invalid. Hope this helps.
Posted to
State Management
(Forum)
by
Ricardo Francisco
on 6/24/2006
Re: Forcing Session variables to do my bidding
I had the same problem and i decided to encript the data in my sesisons variables like this Dim httpCtx As HttpContext = HttpContext.Current Dim cookie As New HttpCookie( "MySite" ) cookie.Values.Add( "Profile" , Crypto.Encrypt(context.appuser_group)) cookie.Values.Add( "Name" , Crypto.Encrypt(context.appuser_name)) cookie.Expires = expireDate httpCtx.Response.Cookies.Add(cookie) And then i use Crypto. Decrypt(Request.Cookies( "MySite" ).Values( "Profile" ) to get the value back. Hope this helps
Posted to
State Management
(Forum)
by
Ricardo Francisco
on 6/24/2006
Re: Updatepanel does not do anything
Yes, i tried it here and worked fine. Just use the css at the page lvl and you should be fine. Hope this helps.
Posted to
ASP.NET AJAX UI
(Forum)
by
Ricardo Francisco
on 6/24/2006
Re: Updatepanel does not do anything
I noticed that. I just sugested a workarround, not a definite solution. Im not entirely sure but i belive that this may be a bug of the obout Tree View. Probably it was not developed with atlas in mind and is not rebinding the classNames after a partial postback.
Posted to
ASP.NET AJAX UI
(Forum)
by
Ricardo Francisco
on 6/24/2006
Page 1 of 4 (32 items) 1
2
3
4
Next >
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
Channel 10:
Look Behind SurfaceScapes
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part I
TechNet Edge:
Windows Server 2008 R2 Quick Look- Installing the Migration Tools
WindowsClient:
My latest videos – WPF, Silverlight, Sensors, and PDC09
WindowsClient:
Developing an installer for your Surface application
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online