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:640553
More Search Options
RSS Available
Matching Posts
Re: is it possible dynamic array in c#?
This is not difficult, just do it. http://msdn2.microsoft.com/en-US/6sh2ey19.aspx
Posted to
Web Forms
(Forum)
by
Albert Weinert
on 12/1/2007
Re: is it possible dynamic array in c#?
List < List < int >> multiArray = new List < List < int >>();
Posted to
Web Forms
(Forum)
by
Albert Weinert
on 11/30/2007
Re: Multi-Developer Project
VS 2008 converts the Solution file and the Projects files. VS 2005 can't open the VS2008 Solution file, but can open the 2008 Project Files. So you must only maintain a solutionfile for 2008 and one for 2005. At work we have no Problems with this. Albert
Posted to
Visual Studio 2008
(Forum)
by
Albert Weinert
on 11/25/2007
Re: Gridview - MaintainScrollPositionOnPostBack
Here is an Control which remembers the Scrollposition of DIV-Tags within a Page. http://der-albert.com/archive/2006/11/14/htmlelement-scrollposition-bei-einem-postback-merken.aspx (German) Albert
Posted to
Data Presentation Controls
(Forum)
by
Albert Weinert
on 11/25/2007
Re: extended dropdownlist fails on postback
@Register is not need, it work's as an Control Adapter an change the rendering of the exisiting DropDownList use it declarativ <asp:DropDownList id= "foo" runat= "server" /> <asp:ListItem optionGroup= "Gruppe1" >Eintrag 1</asp:ListItem> <asp:ListItem optionGroup= "Gruppe1" >Eintrag 2</asp:ListItem> <asp:ListItem optionGroup= "Gruppe2" >Eintrag 3</asp:ListItem> <asp:ListItem optionGroup= "Gruppe2"
Posted to
Getting Started
(Forum)
by
Albert Weinert
on 11/25/2007
Re: extended dropdownlist fails on postback
Do you save the optgroup Attribute in the ViewState? Maybe this helps. http://der-albert.com/archive/2006/11/24/optgroup-bei-dropdownlist-via-controladapter.aspx Albert
Posted to
Getting Started
(Forum)
by
Albert Weinert
on 11/24/2007
Re: Simultaneous asp pages requests and DateTime.Now.Millisecond
It is likely that is it different, but you can't gurantee that. A millisecond is a long timeframe. CPU Ticks may more usefull, but if you have more than one CPU than that also may the same. But i don't know how to get the CPU Ticks. Albert
Posted to
Web Forms
(Forum)
by
Albert Weinert
on 11/24/2007
Re: Predicate in Net 3.5
You should search for Lambda Expression for C# 3.0 an Example, HierachicalItemCollection is a class which i wrote, FindItem() takes an Predicate<T> as Argument. HierarchicalItemCollection collection = new HierarchicalItemCollection (); string searchText = "Albert" ; HierarchicalItem foundItem; // C# 2.0 foundItem = collection . FindItem ( delegate ( HierarchicalItem item ) { return item . Text . Contains ( searchText ); }); // C# 3.0 foundItem = collection . FindItem ( item =>
Posted to
Getting Started
(Forum)
by
Albert Weinert
on 11/24/2007
Re: dropdownlist optgroup support in 3.5?
No. But you can use my ControlAdapter for doing that. http://der-albert.com/archive/2006/11/24/optgroup-bei-dropdownlist-via-controladapter.aspx (German, may need translate by you favorite online translater)
Posted to
Web Forms
(Forum)
by
Albert Weinert
on 11/23/2007
Filed under: optgroup, DropDownList
Re: Subtext - A project with an Output Type of Class Library cannot be started directly.
Activate the Web Project and run again, or you can set the Web Project in the Solution as the Startup-Project. So das the right project ist startetd.
Posted to
.Text (Blogs)
(Forum)
by
Albert Weinert
on 11/22/2007
Page 1 of 2 (17 items) 1
2
Next >
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online