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:36711
More Search Options
RSS Available
Matching Posts
Re: GridView Paging Problem with and without Update Panel
Set EnableViewState=True and not False
Posted to
Data Presentation Controls
(Forum)
by
mosessaur
on 9/24/2008
Re: Replacing Console.WriteLine with ASP.NET control
Why don't you try to use Page.Trace?! Page.Trace.Write("SomeCategory", String.Format(" Row_Deleted Event: name={0}; action={1} ", e.Row[ "name" , DataRowVersion .Original], e.Action )); There is aslo Warn ,method. For more information about tracing follow these links Walkthrough: Using Tracing in Visual Web Developer to Help Find Web Page Errors ASP.NET Tracing Overview Hope this would help you Cheers
Posted to
Web Forms
(Forum)
by
mosessaur
on 8/15/2008
Re: Where does a "shared (or static) variable" live in ASP.NET?
The idea is similar but there is a big difference. Cache Objects are not guaranteed to be avaible at the time you are trying to retrieve them. Simply they remain in memory for sometimes after that they are gone. But you can control few things regarding cache. For example implementing a callback function that is to be called when an item is removed from cache. Also you can set priority for cached objects. so when memory is needed to be free, low priority objects are removed first. To know more about
Posted to
Web Forms
(Forum)
by
mosessaur
on 8/14/2008
Re: how to get horizontal scrollbar for Listbox control
Sorry but I guess he was talking about ASP.NET ListBox! How does this relate to ASP.NET?!
Posted to
Getting Started
(Forum)
by
mosessaur
on 8/14/2008
Re: how to get horizontal scrollbar for Listbox control
Set its width to a fixed width using style sheet
Posted to
Getting Started
(Forum)
by
mosessaur
on 8/14/2008
Re: CollapsiblePanelExtender - target panel collapses when you hover over some of its content
Yeah me too, really kinda tricky, thanks to the guy who provided support for FF mousenter and mouseleave events anyway. Cheers
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
mosessaur
on 8/13/2008
Re: CollapsiblePanelExtender - target panel collapses when you hover over some of its content
Well as I said, this is can be a bug. The main issue is that all other browsers that are not IE do not support mouseenter and mouseleave events. So CollapsiblePanel is using mouseover and mouseout for AutoExpand/Collapse feature. To know the difference between those type of events checkout the following links http://www.quirksmode.org/dom/events/mouseover.html http://blog.stchur.com/2007/03/15/mouseenter-and-mouseleave-events-for-firefox-and-other-non-ie-browsers/ MouseOver and MouseOut bubbles.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
mosessaur
on 8/13/2008
Re: CollapsiblePanelExtender - target panel collapses when you hover over some of its content
Yes I got the idea. Sounds like a bug in CollapsiblePanel, but I am sure there is a workaround for it!! I'm going to try few things and get back to you if reached for a solution.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
mosessaur
on 8/13/2008
Re: CollapsiblePanelExtender - target panel collapses when you hover over some of its content
[quote user="dont_know_much"] the problem is that when i hover any type of object in the target panel, it trigers it to close [/quote] Well this above is related to AutoCollapse Property, so set it to false. [quote user="dont_know_much"] and while it's closing my mouse hits a nother area of the panel that doesn't have an object which makes it pop open again. [/quote] I didn't understand the above! what do you mean by "panel that doesn't have an object which
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
mosessaur
on 8/13/2008
Re: CollapsiblePanelExtender - target panel collapses when you hover over some of its content
As I mentioned before you need to set autoexpand to false. the following is taken from the the documentation: AutoCollapse - True to automatically collapse when the mouse is moved off the panel . AutoExpand - True to automatically expand when the mouse is moved over the panel .
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
mosessaur
on 8/12/2008
Page 1 of 36 (353 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online