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:722766
More Search Options
RSS Available
Matching Posts
Re: FilteredTextBox extender: Cursor keys and positiong via mouse issue in latest toolkit release
This issue has been resolved in change set 23630 (see the Development version). I have verified that this fixed both the issues related to this extender in FireFox and IE. http://www.codeplex.com/AtlasControlToolkit/SourceControl/DownloadSourceCode.aspx?changeSetId=23630
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
vhariable
on 6/15/2007
Re: dropDownList customValidator is being triggered when the selected value is changed
Change the CustomValidator to the following. < asp:CustomValidator ID= "stateValidator" runat= "server" ControlToValidate= "stateDropDownList" ErrorMessage= "State is required" OnServerValidate= "stateValidator_ServerValidate" ValidationGroup= "address" /> Specifically it was the ClientValidatorFunction="OnServerValidation" that was causing your problem.
Posted to
Web Forms
(Forum)
by
vhariable
on 6/8/2007
Re: Ajax RC not working on production server, works on dev machine
Shiva, I have seen this before when a previous version of the AJAX extensions were not cleanly uninstalled before installing the RTM version. 1. Restart IIS (iisreset) - make sure the System.Web.Extensions assemblies in the NI cache and GAC are closed. You can use a tool like Sysinternals Process Explorer to see which DLLs are loaded: http://www.microsoft.com/technet/sysinternals/ProcessesAndThreads/ProcessExplorer.mspx . 2. Uninstall the AJAX extensions. 3. Verify that the System.Web.Extensions
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
vhariable
on 6/8/2007
Re: Trying to add days to a date
Sorry, that SQL would work with SQL Server. You need to use DATE() instead of GETDATE() and add quotes around the "d" in DATEADD. Here is the updated SQL. SELECT OrderId, CustomerId, Price FROM Orders WHERE OrderedDate BETWEEN DATEADD("d", -7, DATE()) AND DATE( )
Posted to
Getting Started
(Forum)
by
vhariable
on 6/5/2007
Re: working with xls file in asp.net
Make sure that the file is not open in any other programs (i.e. Excel).
Posted to
Web Forms
(Forum)
by
vhariable
on 5/29/2007
Re: Webcasts on Debugging
There was a pretty good dnrTV show with Scott Hanselman discussing debugging. http://www.dnrtv.com/default.aspx?showID=66
Posted to
Configuration and Deployment
(Forum)
by
vhariable
on 5/29/2007
Re: working with xls file in asp.net
You can use ADO.NET, specifically the OleDb provider, to connect to an XLS file. Here is a good example. http://support.microsoft.com/kb/306572
Posted to
Web Forms
(Forum)
by
vhariable
on 5/29/2007
Re: How do I create an online Photo Album for my site?
There is a starter kit that comes with Visual Web Developer that can help get you started. 1. Open Visual Web Developer 2. File->New Web Site... 3. Select the "Personal Web Site Starter Kit" template. I hope that this helps!
Posted to
Getting Started
(Forum)
by
vhariable
on 5/26/2007
Re: Message Box's In ASP.net
You have it! Just create an OnClick handler for the button click and if the user clicks on the "OK" button in the confirm message box then your Click even will fire. If the user clicks on the "Cancel" button in the confirm message box then there will be no postback and the Click event would not fire. Your thoughts on how this works are correct. Let me know if you have any additional questions!
Posted to
Client Side Web Development
(Forum)
by
vhariable
on 5/26/2007
Re: Message Box's In ASP.net
The code that I posted is correct! Returning true will not cancel the event. Here is an article by Scott Mitchell describing this. http://www.asp.net/learn/dataaccess/tutorial22vb.aspx?tabid=63
Posted to
Client Side Web Development
(Forum)
by
vhariable
on 5/26/2007
Page 1 of 9 (87 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
DNS Security (DNSSec) Overview
Silverlight:
Silverlight 4 demos from my PDC Keynote now available
Channel 9:
Channel 9 Live at PDC09: Dave Campbell
Channel 9:
Channel 9 Live at PDC09: Yousef Khalidi
Channel 9:
Twitter App for Zune Launches
WindowsClient:
Incarnate
WindowsClient:
Track Fedex packages with Bing
Channel 9:
Marty O'Donnell - The man behind the Halo Music
Channel 10:
Twitter App for Zune Launches
WindowsClient:
Rotate your text in the WPF DataGrid Column Headers
WindowsClient:
New gameplay video with D&D on Surface
WindowsClient:
ViewModel Pattern and Speech as UI. Help me Obi Wan, where’s the View?
Channel 9:
Karsten Januszewski and Tim Aidlin: Introducing Incarnate
Channel 9:
Reactive Extensions API in depth: Retry
Channel 10:
iBing uBing: Bing iPhone App Arrives
WindowsClient:
Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010
Channel 10:
A Look Behind Mouse 2.0
WindowsClient:
Using Speech Synthesis in .NET 4 and Windows 7
Channel 10:
Office 2010 "5 Rules" Presentation
Channel 10:
30% off Expression Web 3 until Dec 28th
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online