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:696264
More Search Options
RSS Available
Matching Posts
Re: How to: Disable a node of Treeview control dynamically?
I'm afraid you have to implement this functionalit , this thread may help : http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=786921&SiteID=1
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Hope4sun
on 4/14/2008
Re: Adding an Attribute to existing XML nodes in c#
This is a good example of adding an attribute, you should be able to adjust the code to suit :) http://msdn2.microsoft.com/en-us/library/system.xml.xmlnode.attributes.aspx Hope this helps Andy
Posted to
XML and XmlDataSource Control
(Forum)
by
Hope4sun
on 11/7/2007
Re: sending e mail
The CC property is a collection, Your need to parse the single string in your cc text box using a delimeter ( i would guess the ; character) and return each value. Then just add each instance returned from the list to the cc. theMailMessage.CC.Add(new MailAddress(value1)); theMailMessage.CC.Add(new MailAddress(value2)); etc. I hoe this answers your question
Posted to
Web Forms
(Forum)
by
Hope4sun
on 8/21/2007
Re: original page
You can retrieve the original URL by using the query string and requesting the value of ReturnUrl Request.QueryString["ReturnUrl"] Andy
Posted to
Security
(Forum)
by
Hope4sun
on 8/21/2007
Re: disable web controls using for loop
The loop below will pass all the controls on the page, you would need to put some logic in the if statement to verify each controls id to ensure that the control was being disabled was outside the top 30, etc. It's not the most elegant way of doing it but should get you started. foreach (Control ctrl in Page.Controls) { if (ctrl is DropDownList) { // Your logic here to check the controls id in a nother if statment ((DropDownList)(ctrl)).Enabled = false; } } Andy
Posted to
Web Forms
(Forum)
by
Hope4sun
on 8/21/2007
Re: Page Life Cycle demo?
The following articles have a pretty clear break down: http://msdn2.microsoft.com/en-us/library/ms178473(VS.80).aspx http://msdn2.microsoft.com/en-us/library/ms178472(vs.80).aspx Hope they help Andy
Posted to
Web Forms
(Forum)
by
Hope4sun
on 8/21/2007
Re: sending e mail
Something like below should do it MailAddress copy = new MailAddress( "test@test.com" ); theMailMessage .CC.Add(copy); Andy
Posted to
Web Forms
(Forum)
by
Hope4sun
on 8/21/2007
Re: Scrollable grid with check boxes in it.
Hopefully these 2 articles should help you http://www.dotnetjohn.com/articles.aspx?articleid=51 http://www.codeproject.com/aspnet/SelChkboxesDataGridView.asp Andy
Posted to
Web Forms
(Forum)
by
Hope4sun
on 8/20/2007
Re: Is microsoft having product like flash
Microsoft have addressed this with the release of Silverlight http://silverlight.net/ Have a look :)
Posted to
Member Management Component
(Forum)
by
Hope4sun
on 8/9/2007
Re: how can i modify the position of "Create User" button from the CreateUserWizzard?
My Bad, you need to add a custom template then you can move it around and set its styling etc. <CustomNavigationTemplate> <p align="left"><asp:Button ID="Createuser" CssClass="submit" runat="server" CommandName="MoveNext" Text="Create User" ValidationGroup="CreateUserWizard1" /> </CustomNavigationTemplate>
Posted to
Getting Started
(Forum)
by
Hope4sun
on 7/5/2007
Page 1 of 21 (201 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Build WPF Data Controls for Outlook Addins Easily with VS2010
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
WindowsClient:
WPF Manipulation Basics
ASP.NET:
High CPU in .NET app using a static Generic.Dictionary
TechNet Edge:
Deploying Silverlight - Why and How
WindowsClient:
Windows Client Developer Roundup for 12/21/2009
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online