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:700742
More Search Options
RSS Available
Matching Posts
Re: about select between help pls
Select * from Transaction Where Date_From >= (Cast(Year(TransactionDate) as varchar) + Cast(Month(TransactionDate) as varchar)) AND Date_To <= (Cast(Year(TransactionDate) as varchar) + Cast(Month(TransactionDate) as varchar))
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
NileshDesh
on 3/28/2007
Re: Basic CSS Question: Positioning Elements within a DIV
Check this site, has done much of work for you: http://blog.html.it/layoutgala/
Posted to
Client Side Web Development
(Forum)
by
NileshDesh
on 3/7/2007
Re: IE vs. Firefox 2.0.2 click emulation
You can try firing event on button like this: $('btnAdd').fireEvent("onclick"); Also, you mentioned overriding Request.Form[0] didn't work. In which page processing event you was trying to override. Try overriding int Page_Init method.
Posted to
ASP.NET AJAX UI
(Forum)
by
NileshDesh
on 2/27/2007
Re: format bound data
Here: <asp:Label ID="Label2" runat="server" Text='<%# Bind("ReportDate", "{0:d}") %>' />
Posted to
Data Presentation Controls
(Forum)
by
NileshDesh
on 2/27/2007
Re: scrool down a multiline textbox
You can use the following code, change onload function call from scrollBottom to KeepScrolling on Body tag, in previous example; function ScrollToBottom() { if (notes.scrollTop >= notes.scrollHeight) window.clearInterval(intervalID); var notes = document.getElementById("notes"); if (notes != null) { notes.scrollTop += 20 ; } } var intervalID ; function KeepScrolling() { intervalID = window.setInterval(ScrollToBottom, 500); }
Posted to
ASP.NET AJAX UI
(Forum)
by
NileshDesh
on 2/26/2007
Re: createUserWizard, updatepanel and validator problem
Try setting UpdateMode to "Conditional" and set ChildrenAsTrigger property to "True". Let me know if this works.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
NileshDesh
on 2/26/2007
Re: Problem with TreeView's CheckedNodes not being set correctly
I don't think its TreeViewAdapter to issue. Because all it does is removes Table realted HTML and inserts div instead. Just to make sure try removing adapter on treeview control and check if you still get the same issue. Post TreeView markup and codebehind code.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
NileshDesh
on 2/26/2007
Re: Update Label on Parent Page from Javascript POPUP
Assuming that you opened window using, window.open 1. First get access to label control (window.opener returns references to parent window) var lblToUpdate = window.opener.window.document.getElementById("LabelInParentPage") ; 2. Update the labels innerHTML property with whatever you want to set lblToUpdate.innerHTML = '"Hi Its me" ;
Posted to
Client Side Web Development
(Forum)
by
NileshDesh
on 2/26/2007
Re: Postback inside of AJAX Rounded Corners Extender problem
for IE 6 you can use filter instead of RoundedExtendedCorners. <DIV ID="oFilterDIV" STYLE="cursor:hand;height:160px; padding:10px; font:bold 13pt verdana; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true')" onclick="fnDepress();"> This is the DIV content.</DIV> More about filters is here http://msdn.microsoft.com/library/default.asp?url=/workshop/author/filter/reference/filters/dropshadow.asp Now on server-side you can check Browser's version
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
NileshDesh
on 2/26/2007
Re: style sheet
#menu3 { width: 200px; border: 1px solid #ccc; margin: 10px; } #menu3 li a { height: 32px; voice-family: "\"}\""; voice-family: inherit; height: 24px; text-decoration: none; } #menu3 li a:link, #menu3 li a:visited { color: #888; display: block; background: url(menu3.gif); padding: 8px 0 0 30px; } #menu3 li a:hover, #menu3 li #current, #menu3 li a:active { color: #283A50; background: url(menu3.gif) 0 -32px; padding: 8px 0 0 30px; } <div id="menu3"> <ul> <!-- CSS Tabs --> <li><a
Posted to
Client Side Web Development
(Forum)
by
NileshDesh
on 2/26/2007
Page 1 of 19 (186 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Localizing ASP.NET MVC Validation
WindowsClient:
Debugging Crash Dumps with Visual Studio 2010
WindowsClient:
Debugging Crash Dumps with Visual Studio 2010
Channel 9:
Channel 9 Live at PDC09 Kurt DelBene
Channel 9:
Channel 9 Live at PDC09 Mike Anguilo
Channel 9:
Channel 9 Live at PDC09: Dean Hachamovitch
Channel 9:
Channel 9 Live at PDC09: Gary Flake
Channel 9:
Channel 9 Live at PDC09: Mark Russinovich and Patrick Dussud
Channel 9:
Ping 40: Black screen claims- retracted, Windows 7, Bing Maps, Office 2010
WindowsClient:
WPF Touch Basics
WindowsClient:
WPF Touch Basics
TechNet Edge:
AlignIT IT Manager Podcast #32: Agile Application Lifecycle Management
Channel 9:
Bharat Shah: Microsoft Online Services Overview
WindowsClient:
Holland America adds Surface to several ships in it’s new Mix lounge
ASP.NET:
RIA Services Link Listing #1
Channel 9:
Reactive Extensions API in depth: Merge
TechNet Edge:
Forefront Protection for Exchange customer story
WindowsClient:
Windows Client Developer Roundup for 12/7/2009
WindowsClient:
Introducing the new Bing Maps beta
ASP.NET:
My Presentations in Europe (December 2009)
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online