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:639114
More Search Options
RSS Available
Matching Posts
Re: clearing a textbox
function doReset(obj) { if(obj.value !="") obj.value ="What are you looking for?"; } first check if it is not changed . Otherwise, on blur will always change the text
Posted to
Client Side Web Development
(Forum)
by
enableDeepak
on 12/10/2009
Re: Validation of Inches to 2 decimal Place
(?!^0*$)(?!^0*\.0*$)^\d{1,18}(\.\d{1,2})?$ use this in RegEx validator... more info: http://forums.asp.net/t/1203389.aspx Mark as answer if it helped you!
Posted to
Client Side Web Development
(Forum)
by
enableDeepak
on 12/10/2009
Re: Session variable problem
try d.PopUpQuali((ArrayList)Session[ "temp" ]);
Posted to
Getting Started
(Forum)
by
enableDeepak
on 12/9/2009
Types of JIT compiler
Hi, I have 2 questions reharding JIT Q1) I have read at so many places that there are 3 types of JIT compilers in .net - 1)PreInit 2)Econo 3)Normal. However, msdn site states "There are two kinds of JIT compilers: Standard JIT and Econo-JIT". What is correct? Q2) Invocation of one of aforesaid compiler type is something automated by CLR or is it that a developer can specify? What is significance of this information (JIT types) to a developer? Thanks
Posted to
Getting Started
(Forum)
by
enableDeepak
on 11/16/2009
Filed under: JIT
Re: conditional inner join
This solutions is ofcourse best when you are sure of 1 or 2 filter variables. What I am looking for is a more generic approach that can handle multiple filters. If I am passing 3 parameters then with your example i will need to make 9 case if (1 true, 2 true, 3 true) if (1 false, 2 true, 3 true) if(1 true, 2 false, 3 true) .. & so on
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
enableDeepak
on 11/4/2009
Re: Three POPUPS
make 3rd window as <body onLoad = "javascript:window.focus()">
Posted to
Client Side Web Development
(Forum)
by
enableDeepak
on 11/3/2009
conditional inner join
Hi, How can I make an inner join execute only if required? (I know we can do a left join instead, but that has overhead) For example, I have three tables USER - UserID, UserName (master table) STATUS - StatusID, StatusName (master table) USER_STATUS - UserID, StatusID (association table) Now, I have a search procedure create procedure SearchUsers (@intStatusID int = 0) begin /*I want something like... select * from USER If (@intStatusID > 0) inner join USER_STATUS us on us.ACE_ID = USER.statusID
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
enableDeepak
on 11/3/2009
Re: Three POPUPS
make 3rd window as <body onLoad = "javascript:window.focus()">
Posted to
Client Side Web Development
(Forum)
by
enableDeepak
on 11/3/2009
generic method to handle collection
Requirement: I need to create a method to which user will pass: 1) a collection (Can be ArrayList or HashTable or DataTable or Generic List or Array) 2) Items to be removed from this collection 3) [Optional] PropertyName or ColumnName representing the value in 2) above. I think it is required for custom objects and data tables only. In order to resolve this I am following approach mentioned below. Is it a good approach or is there a better way to do this? Pseudocode 1) Create a function taking above
Posted to
Architecture
(Forum)
by
enableDeepak
on 11/2/2009
Re: [JS] Calculating total per dynamic gridview column
Could you provide following: 1. Javascript you are using to access textbox (like document.getelementByID...) 2. HTML of the screen (trim irrelevent parts) I have implemented similar thing before. That I do is on keyPress I check if the key is a number or not. If it is not i return false. Anyways, your solution also seems fine. Most likely you are trying to access textbox wrong way.
Posted to
Client Side Web Development
(Forum)
by
enableDeepak
on 9/10/2009
Page 1 of 13 (129 items) 1
2
3
4
5
Next >
...
Last »
Channel 10:
Faster Solid State Drives for Windows 7 Arrive
ASP.NET:
Death to confirmation dialogs with jquery.undoable
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online