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:636064
More Search Options
RSS Available
Matching Posts
Re: OrderedDictionary performance
How about SortedDictionary? http://msdn2.microsoft.com/en-us/library/f7fta44c.aspx From the documentation: The SortedDictionary generic class is a binary search tree with O(log n ) retrieval, where n is the number of elements in the dictionary. In this respect, it is similar to the SortedList generic class. The two classes have similar object models, and both have O(log n ) retrieval. Where the two classes differ is in memory use and speed of insertion and removal: SortedList uses less memory than
Posted to
Web Forms
(Forum)
by
IKoradia
on 12/22/2005
Re: Response.Redirect in Global page
can you use Server.Transfer instead? Server.Transfer("~/gui/frmFileTooBig.aspx") Imran.
Posted to
Web Forms
(Forum)
by
IKoradia
on 12/15/2005
Re: How do I get the function and page name?
I'm not sure this will get you the line number you are looking for but here's a way: Dim st As New StackTrace(ex) 'create a stacktrace from your exception st.GetFrame(0).GetFileLineNumber() 'get the line number Also, I don't think this would work in release mode since the line number (among other information) is retrieved from the debug symbols that are created only when in debug mode. Anyway, you can give it a shot. hope that helps, Imran.
Posted to
Web Forms
(Forum)
by
IKoradia
on 12/13/2005
Re: How do I get the function and page name?
For the function name, you could use: Dim mb As System.Reflection.MethodBase = System.Reflection.MethodBase.GetCurrentMethod() Dim FunctionName As String = mb.Name hope that helps, Imran.
Posted to
Web Forms
(Forum)
by
IKoradia
on 12/12/2005
Page 1 of 1 (4 items)
Channel 9:
E2E: Brian Beckman and Erik Meijer - Co/Contravariance in Physics and Programming, 1 of 2
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online