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:698504
More Search Options
RSS Available
Matching Posts
Re: Panel's ScrollBars
Instead of using the asp:label control take a look at the asp:literal control. It allows you to control how the text being assigned gets displayed: encode / plain text. As for the scrollbar on the panel try entering the css yourself (e.g. style="overflow:scroll;height:200px;"). Set the height equal to how big you want the scrollable panel to be and set the overflow to either scroll which will always show the scrollbars or auto which will only show the scrollbars if the contents take up
Posted to
Web Forms
(Forum)
by
Argg
on 8/3/2009
Re: Migrate old user table to aspnet_Users
Create either a console app or throw away .net webpage and just do a loop through your database calling the membership createuser methods to do a one time load.
Posted to
Security
(Forum)
by
Argg
on 8/3/2009
Re: jQuery And MasterPage
What doesn't work? You could also include the script file from codebehind Page.ClientScript.RegisterClientScriptInclude( "myjsfile" , ResolveUrl( "~/scripts/jquery-1.3.2.js" ) )
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Argg
on 7/28/2009
Re: REMOTE_ADDR in ServerVariables
First there are various way to get an ip both of which return the same thing: HttpContext.Current.Request.UserHostAddress; or HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"]; and they should also always be filled in with something.
Posted to
Architecture
(Forum)
by
Argg
on 7/27/2009
Re: Replacing the default WebUIValidation.Js File with my own customized version
include your updated javascript file at the very bottom of the page before the </body> tag. This will effectively override any javascript functions with the same name declared earlier on the page.
Posted to
Client Side Web Development
(Forum)
by
Argg
on 7/27/2009
Re: drop extension (.aspx) from url
Various methods here: http://www.google.com/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=xi7&q=extensionless+url+rewrite+.net+iis+6&aq=f&oq=&aqi=
Posted to
Getting Started
(Forum)
by
Argg
on 7/16/2009
Re: How to increase performance when using Ajax Control Toolkit ?
One thing to make sure your not doing is running the app with debugging turned on as that will slow it down even more.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Argg
on 7/1/2009
Re: My adsense application not getting approved. seems error is in my site with WebResource.axd and ScriptResource.axd
Add a robots.txt file to the site and disallow access to the 2 files. The problem is occuring because the spider is trying to crawl these dynamically generated pages with a url that has expired. http://webdevdude.blogspot.com/2009/03/webresourceaxd-padding-is-invalid-and.html
Posted to
Getting Started
(Forum)
by
Argg
on 7/1/2009
Re: how to write LINQ to get a single object with an assoicate object instance?
Specify the LoadOptions on the data context. http://www.google.com/search?q=datacontext+loadoptions This allows you to eager load related data. Example: DataLoadOptions dlo = new DataLoadOptions(); dlo.LoadWith<Employee>(e=>e.Department); myDataContext.LoadOptions = dlo;
Posted to
C#
(Forum)
by
Argg
on 6/30/2009
Re: logout functionality
For my code every page that is secured needs to have that code in the page load event
Posted to
Security
(Forum)
by
Argg
on 6/28/2009
Page 1 of 14 (137 items) 1
2
3
4
5
Next >
...
Last »
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
ASP.NET:
T4MVC now has a real home and a dedicated forum!
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online