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:668141
More Search Options
RSS Available
Matching Posts
Re: How to update a CheckBoxList inside a DetailsView?
check the section "Data Binding Events for Data-Bound Controls " @ http://msdn2.microsoft.com/en-us/library/ms178472.aspx
Posted to
Web Forms
(Forum)
by
Dragon.X.Dragon
on 9/21/2006
Re: Error message with posting to search page.
the name of control located in master is changed.i.e. txtSearch is changed to ctl00$txtSearch thus, to access the data posted, use Request.Form["ctl00$txtSearch"] instead of Request.Form["txtSearch"]
Posted to
Web Forms
(Forum)
by
Dragon.X.Dragon
on 9/21/2006
Re: ImageUrl
I don't think you can get the same result as expected when you set a server control's attribute with '<%=%>'. I would recommand you set it in code behind.
Posted to
Web Forms
(Forum)
by
Dragon.X.Dragon
on 9/21/2006
Re: Response.Write?
use " HttpContext.Current.Response.Write(" Constructor1 "); " instead.
Posted to
Web Forms
(Forum)
by
Dragon.X.Dragon
on 9/21/2006
Re: Image Swapping WITHOUT a page postback
since you can do it with javascript, you could apply the same javascript to the sever control. e.g. <asp:RadioButton id="RadioButton1" runat="server" onclick="alert('test')">test</asp:RadioButton>
Posted to
Web Forms
(Forum)
by
Dragon.X.Dragon
on 9/21/2006
Re: Enter Key Form Submission
you can trap the client key press event , and ignore the enter key. e.g. < asp : ImageButton ID ="CatTopNavigationUp" runat ="server" CausesValidation ="false" OnClick ="CatTopNavigationUp_Click" AlternateText ="Click here to expand this menu" ImageUrl ="Images/CatTopNavigationUp.gif" onkeypress ="retrun false;" />
Posted to
Web Forms
(Forum)
by
Dragon.X.Dragon
on 9/21/2006
Re: Regular Expression for Percentage (0, 100]
you can add a RangeValidtor to the textbox, and set its MinimumValue to 0.01, type to Double
Posted to
Web Forms
(Forum)
by
Dragon.X.Dragon
on 9/21/2006
Re: Batch File Execution
have a look @ http://codebetter.com/blogs/brendan.tompkins/archive/2004/05/13/13484.aspx
Posted to
Web Forms
(Forum)
by
Dragon.X.Dragon
on 9/20/2006
Re: Show an aspx page in a placeholder or panel
try <iframe> see this tutorial : http://www.codeproject.com/jscript/DHTMLWebTabControl.asp
Posted to
Web Forms
(Forum)
by
Dragon.X.Dragon
on 9/20/2006
Re: How to save image from a image hyper link?
try WebClient.DownloadFile if you are using asp.net 2.0 or HttpWebRequest HttpWebResponse in 1.1
Posted to
Web Forms
(Forum)
by
Dragon.X.Dragon
on 9/20/2006
Page 1 of 52 (511 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
IT Manager Podcast #31: Talking About Virtualization
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 1: Introduction
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 10:
Ebay Launches IE8 Webslice for Holiday Shopping
Channel 10:
New Windows Smartphone Includes Built-in PowerPoint Projector
Channel 10:
Bing's Top Searches Reveal Our Celeb Obsessions
Channel 9:
Ping 39: Chrome is here, Dancing in MS Stores, Iphone & Bing
ASP.NET:
Building Twitter Search using the ASP.NET Ajax Library Beta – Part 1
Silverlight:
Using Azure as a Silverlight Streaming replacement
Silverlight:
Building extensible Silverlight applications with MEF
TechNet Edge:
Joachim Nässlander on Live Migration
ASP.NET:
T4MVC 2.6: MVC 2 Areas support
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN – Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
ASP.NET:
PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010 – Now in Visual Basic!!
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online