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:680221
More Search Options
RSS Available
Matching Posts
Where to handle event for the following sceario ?
I have an Image buttton inside a User control which is inside a datalist inisde an Update Panel which is again inside another user contrtol which is dynamically created and added top a Page. Where do I intercept or handle the button click event on the server side.
Posted to
Data Presentation Controls
(Forum)
by
infosolvex
on 11/20/2009
Custom control not rendering on postback inside a Update panel
Im trying to bind data to a custom control inside an update panel and the RenderContents doesnt seem to get called. Do I need to raise some event for teh partial postback and call the RenderContents method in there?
Posted to
Custom Server Controls
(Forum)
by
infosolvex
on 9/11/2009
Re: Track Online User ID/Name on high traffic site
Have a look at the IPrincipal and the User property http://msdn.microsoft.com/en-us/library/system.web.httpcontext.user.aspx
Posted to
Architecture
(Forum)
by
infosolvex
on 7/16/2009
Re: Track Online User ID/Name on high traffic site
You can use the session object. Setup the session state server this will ensure availability http://msdn.microsoft.com/en-us/library/ms178586.aspx
Posted to
Architecture
(Forum)
by
infosolvex
on 7/16/2009
Re: Exception Handling and Logging Best Way
I would use the approach where you log based on the need rather than trying to impliment logging in just one layer, as you will always find exception to any rule where you adhere logging to any one layer.
Posted to
Architecture
(Forum)
by
infosolvex
on 6/30/2009
Re: Exchanging Data Between Websites
Use an Ajax panel and webservice to update what ever part of the page application
Posted to
Architecture
(Forum)
by
infosolvex
on 6/30/2009
Re: best practice on loading data to UI
As a rule you would want to retrieve and populate only required data at any time as a performance benfit. The only time you would want to retrieve all data all data releveant or not and persist it as business objects is when the data contained in those business objects is not going to change.
Posted to
Architecture
(Forum)
by
infosolvex
on 6/30/2009
Re: Free Load & Performance Test tool?
http://support.microsoft.com/kb/231282
Posted to
Architecture
(Forum)
by
infosolvex
on 6/4/2009
Re: Threading...
Why not write your own thread pool class and an algorithm to divide the total records and get each thread to handle a certain range ? Primitive but it will give you enormous speed and use the thread pool class to manage the threading. so your class would spwan thread 1 - Record range 1 - 10000 thread 2 - Records 10000 - 20000 and so on so each thread can handle some fraction or percentage of total records.
Posted to
Architecture
(Forum)
by
infosolvex
on 6/4/2009
Re: In search of some sort of navigation design pattern..
In that case you can look at the second part of my reply where you design navigation based on different tasks using an interface this will allow you to make your navigation extensible and help encapsulate/reuse your code more efficiently. Let me know if I need to be more descriptive with this example. Alternatively you could look at plugging in a workflow engine.
Posted to
Architecture
(Forum)
by
infosolvex
on 5/27/2009
Page 1 of 14 (134 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online