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:875589
More Search Options
RSS Available
Matching Posts
Re: Looping Through Controls
I've posted a recursive version of "FindControl()" on my blog a while back. Don't know if it will help you in your situation, but...if you could use such a thing... here it is .
Posted to
Web Forms
(Forum)
by
_voidstar_
on 12/15/2009
Re: Calling a method sent as a parameter
Ok...what is your problem? You have asked no questions.
Posted to
Tips & Tricks
(Forum)
by
_voidstar_
on 12/14/2009
Re: customizing popup help windows in asp.net applications
Here is an example of using pure CSS for custom tooltip help popups. Maybe you can use this... <html> <head> <style> a.info{ position:relative; /*this is the key*/ z-index:24; background-color:#ccc; color:#000; cursor:help; text-decoration:none} a.info:hover{z-index:25; background-color:#ff0} a.info span{display: none} a.info:hover span{ /*the span will display just on :hover state*/ cursor:help; display:block; position:absolute; top:10px; left:10px; width:15em; border:1px solid
Posted to
Client Side Web Development
(Forum)
by
_voidstar_
on 12/14/2009
Re: converting string to universal datetime
There is UTC and there is GMT. I think one of them accounts for daylight savings and the other doesn't. I once had to convert a datetime to GMT...I did it like this: TimeZoneInfo gmt = TimeZoneInfo.FindSystemTimeZoneById("Greenwich standard Time"); DateTime newTime1 = TimeZoneInfo.ConvertTime(this.ShipDate.Value, gmt);
Posted to
Web Forms
(Forum)
by
_voidstar_
on 12/10/2009
Re: Exiting from a function
to return from a function in C#, just write "return;".
Posted to
C#
(Forum)
by
_voidstar_
on 12/9/2009
Re: multiple Updateprogres in same page
Have you tried just removing the UpdateProgress control from the outter UpdatePanel? If your problem is that two are showing up, then remove one. Try that.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
_voidstar_
on 12/2/2009
Re: Basic LINQ question
Try something like this: Customer targetCustomer = listCustomers.Single<Customer>( item => item.CustomerID == intCustomerID); Then you can get the AdminUserName from the property of the Customer object: string strAdminName = targetCustomer.AdminUserName;
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
_voidstar_
on 12/1/2009
Re: How to open a new window without the address bar and menu bar on hyperlinkField control?
From what I remember, the release of IE 7 started a change in Microsoft's browser that prevents a popup from opening without the address bar. This was done as a security measure. Simply google "IE popup window address bar" and you'll find lots of articles about the "Address Bar Spoofing" security risk.
Posted to
Data Presentation Controls
(Forum)
by
_voidstar_
on 12/1/2009
Re: Chaching DataSet - not working as expected
Step 1) You Create a DataSet with a DataTable in it. The DataSet (which references a DataTable) is created in heap memory. The variables are just callstack references (think of them as pointers) to the actual objects on the heap. Step 2) You Save a reference to this DataSet into the cache. So now the reference in cache points to the same object in the heap as your "ds" variable. You return this "ds" variable reference from your method. Step 3) Because the cache and your "ds"
Posted to
State Management
(Forum)
by
_voidstar_
on 11/25/2009
Re: Calling Javascript Functions in Content Page When Using Master Page
Be aware that when you add the "runat" attribute to an HTML element it becomes an HTML Control and it's ID is rendered to the page differently than what is displayed in your ASPX/ASCX. Your JavaScript is looking for the incorrect ID.
Posted to
Client Side Web Development
(Forum)
by
_voidstar_
on 11/19/2009
Page 1 of 5 (46 items) 1
2
3
4
5
Next >
ASP.NET:
Live Preview jQuery Plugin
WindowsClient:
Remember JScript closures capture all variables in scope
TechNet Edge:
UAG reaches RTM
Channel 9:
Who, What, When, Where, Why and How of MIX10
Channel 10:
Berlin Wall in Silverlight
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 2, Installation
Silverlight:
Contributing to the SL HVP
Silverlight:
Best SF Books of All Time
Channel 9:
Reactive Extensions API in depth: Repeat
Channel 9:
Jeffrey Van Gogh: Testing Rx with Pex
Channel 9:
The Visual Studio Documentary: Dan Fernandez Full Length Interview
ASP.NET:
Search Engine Optimization (SEO) Toolkit
Channel 10:
This Is Your Data on Silverlight
ASP.NET:
How the IIS SEO Toolkit Saved My Butt
TechNet Edge:
Windows 7 XP Mode User Experience
ASP.NET:
Using WCF RIA Services without Silverlight in Visual Studio 2010 for building 3 tier ASP.NET Applications
Channel 9:
Ping 41: Top stories of 2009, bing, windows 7, laptop hunters, azure
Channel 9:
endpoint.tv - Windows Server AppFabric in action monitoring and troubleshooting
Channel 10:
Windows Marketplace for Mobile Opens to 6.0, 6.1 Phones
Channel 9:
Rx API in depth: Hot and Cold observables
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online