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:873848
More Search Options
RSS Available
Matching Posts
Re: dropdownlist SelectedIndexChanged fired when refresh page
I would suggest that you dynamically add the SelectedIndexChanged event in your code behind and call it as required. add this code in OnInit() method DropDownList ddLstTest = new DropDownList(); ddLstTest.SelectedIndexChanged += new EventHandler(ddLstTest_SelectedIndexChanged);
Posted to
Web Forms
(Forum)
by
Sumeeth Ambati
on 6/26/2009
Re: Health Monitoring
As per these article, http://www.4guysfromrolla.com/articles/062707-1.aspx http://msdn.microsoft.com/en-us/library/ms227545.aspx Health monitoring system works fine when pre-defined exceptions are thrown by asp.net run time. Custom events must be explicitly raised for the health monitoring to work. I would recommend using ELMAH(Error Logging Modules and Handlers) for logging/notifying unhandled exceptions in run time. Its easy to implement as well. download the tool from here http://code.google.com
Posted to
Web Forms
(Forum)
by
Sumeeth Ambati
on 6/26/2009
Re: Intermittent Index Out Of Range Exeption on Server Farm
check that the sql query syntax used by the ListView control is correct. you might want to refer to this post http://forums.asp.net/t/1208144.aspx
Posted to
Web Forms
(Forum)
by
Sumeeth Ambati
on 6/26/2009
Re: RequiredFieldValidator re-validating when user types
It is advisable to validate the required textbox in code-behind as well, because the user can turn off javascript in the browser and skip validation. In ur code you might want to check if the textbox is null using something like, if(txtTemp.Text == "") { //error message }
Posted to
Web Forms
(Forum)
by
Sumeeth Ambati
on 6/25/2009
Re: User Control not found -error!
register ur user control in the web.config file <pages> <controls> <add tagPrefix="tempcontrol" src="~/Controls/header.ascx" tagName="header" /> </controls> </pages> that way you dont have to register controls on each page u use. this ensures that the application can find the controls consistently.
Posted to
Web Forms
(Forum)
by
Sumeeth Ambati
on 6/25/2009
Re: Large File Upload problems since updating to ASP.NET 3.5 sp1
check this if it means anything for you http://support.microsoft.com/kb/315122
Posted to
Web Forms
(Forum)
by
Sumeeth Ambati
on 6/25/2009
Re: Parser Error - Could not load type - Works on Dev Machine, not in production
check that components of the \bin folders in local machine and production server are same. check that IIS is using the right .NET version Do an IIS reset to flush the cache, the page might be referring to an old .dll version check that u have checked/unchecked "Allow this precompiled site to be updatable" before you publish your site
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Sumeeth Ambati
on 6/25/2009
Re: Quick Question About Allowing Pages to be Viewed
use Site-map Security Trimming to show different navigational links based on user roles Look at this article on how to do this: http://msdn.microsoft.com/en-us/library/ms178428.aspx hope this helps
Posted to
Security
(Forum)
by
Sumeeth Ambati
on 6/25/2009
Re: Error after uploading the dlls
have u made any changes in the web.config file? Which .Net version r u using ? Check if your shopping cart dlls are compatible with the .Net framework used on server. this error could also occur if the server runs out of memory, or if it is overloaded in a shared hosting environment.
Posted to
Getting Started
(Forum)
by
Sumeeth Ambati
on 6/24/2009
Re: Environment Variables used when referencing class libraries.
If u r trying to set up system wide environment variables: do this : > Control Panel > System > Advanced tab > click on Environment variables and add the environment variables that you need. hope this helps
Posted to
Visual Studio 2008
(Forum)
by
Sumeeth Ambati
on 6/24/2009
Page 1 of 5 (48 items) 1
2
3
4
5
Next >
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