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:644044
More Search Options
RSS Available
Matching Posts
Re: UpdateProgress render inline option?
"float: left" can cause it's own issues like possibly needing a clearing element, "display: inline" is the more correct way.
Posted to
ASP.NET AJAX UI
(Forum)
by
Supergibbs
on 8/19/2008
Filed under: CSS
Re: Serious problem on UpdatePanel and GridView (Input string was not in a correct format)
Actually using Page for the CommandName is fine. When you do, the GridView handles those commands for you. Your gvResults_RowCommand Sub may not have been even used (at least for the pager). Your problem was that you used Previous instead of Prev for the CommandArgument. Change your CommandName back to Page and change Previous to Prev then delete your gvResults_RowCommand Sub and it should work fine. -Jesse
Posted to
ASP.NET AJAX UI
(Forum)
by
Supergibbs
on 5/21/2008
Re: Issue/Bug submission regarding accentuated characters with FilteredTextBoxExtender
How are you typing these characters in? Different keyboard layout? Using alt+####? Copy and paste? I am looking into it and need to know how it'll be used. I'll submit a patch if I can get it working!
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Supergibbs
on 5/2/2008
Re: Showing "loading..." indicator while tabcontainer loads
Try the UpdateProgress Control.
Posted to
ASP.NET AJAX UI
(Forum)
by
Supergibbs
on 3/26/2007
Re: UpdateProgress appears behind select list
That is an issue with IE 6 and previous, I think it was fixed in IE 7. It should work fine in Firefox and Opera. You might be able to use javascript to hide the select lists while updating but there is no fix that I know of. -Jesse
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Supergibbs
on 3/26/2007
application extension to a folder
I have a custom URL Rewrite Module in order to have my site use mostly folder names (aka no extensions) but the only way I can get http://www.server.com/mypage to get passed to my HttpModule is to add a wildcard application map (.*). How can a map folders or extensionless files without a wildcard application map? Thanks, Jesse
Posted to
HttpHandlers and HttpModules
(Forum)
by
Supergibbs
on 3/19/2007
How to enable SQL notification caching on one of two databases
I have a website that uses two databases, one for content and one for user data. The user data one is shared with other web apps. I setup SQLDependency caching that works great but it tries to get notification from the user database which isn't setup. Is there a way to disable this? Some background: The user database is accessed through a custom MembershipProvider and RoleProvider Logging in works fine but it tries to get Role information on each page due to a LoginView which errors out stating:
Posted to
State Management
(Forum)
by
Supergibbs
on 3/16/2007
String Random Access (substring)
I wrote a class to represent a record in a byte delimited file. The constructor takes a 200 byte string then saves it twice as original and working. Then I wrote get/set methods to access the data using substring on the working version. I did this to save memory but would change it to be faster. Would it be much faster to parse out the fields in the constructor and concatenate them in the ToString() method? Thanks, Supergibbs
Posted to
Architecture
(Forum)
by
Supergibbs
on 1/12/2007
Filed under: string, substring, concat
Re: Using AJAX for tabbed navigation
Try using a asp:MultiView Please someone correct me if I am wrong but I believe visibility breaks down like this.... CSS Style display: none - All HTML is rendered and the browser hides parts of it ASP Component Visible = "False" - IIS processes whole page and only renders the HTML for visible objects MultiView - IIS Processes the page but only the sub components of the selected view in the MultiView therefore making it the fastest loading in this case.
Posted to
ASP.NET AJAX UI
(Forum)
by
Supergibbs
on 1/9/2007
Filed under: multiview visibility
Re: Database Driven Site or Static?
I also want to use URL Rewriting, if I wrote a dynamic handler to check the urls against the database, will that get cached as well?
Posted to
Architecture
(Forum)
by
Supergibbs
on 9/12/2006
Page 1 of 5 (47 items) 1
2
3
4
5
Next >
Channel 9:
Channel 9 Live at PDC09: Doug McCuistion, NASA
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 3: Configuration
Channel 9:
Reading Debate with Bill Buxton
Channel 10:
Reading Debate with Bill Buxton
WindowsClient:
Build WPF Data Controls for Outlook Addins Easily with VS2010
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
WindowsClient:
WPF Manipulation Basics
ASP.NET:
High CPU in .NET app using a static Generic.Dictionary
TechNet Edge:
Deploying Silverlight - Why and How
WindowsClient:
Windows Client Developer Roundup for 12/21/2009
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online