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:838888
More Search Options
RSS Available
Matching Posts
Re: Does PasswordStrength Control have multilingual Support
Do you have culture specific folders with you AjaxControlToolkit DLL? If no, please download AjaxControlToolKit sample website. It has culture specific DLL. Go to: http://ajaxcontroltoolkit.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27326 and download AJAXControlToolkitSource.zip file.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
chintanpshah
on 11/24/2009
Re: loading a long time to start Gridview with data after login page
Is your SQL query taking too long to search? How many records you have in Database table in which search has to be performed? can you post your SQL query or Stored Procedure?
Posted to
Data Presentation Controls
(Forum)
by
chintanpshah
on 11/24/2009
Re: ASP.NET : ListView Not Present In ToolBox
It may be third party control issue. Not sure. Which namespace your third party control use? If its using asp namespace, please chage it to something else.
Posted to
Getting Started
(Forum)
by
chintanpshah
on 11/24/2009
Re: expand all for collapsible panel extender does not work in firefox
Refer: http://forums.asp.net/p/1301207/2551328.aspx#2551328 http://forums.asp.net/p/1429083/3196342.aspx http://stackoverflow.com/questions/1065730/collapsiblepanelextender-can-i-initiate-collapse-expand-from-client-side-javascr
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
chintanpshah
on 11/24/2009
Re: back button not doing pageload once
Just disable the cache for that page. Write following in Page_Load outside !IsPostBack block: Response.Cache.SetCacheability(HttpCacheability.NoCache) or in ASPX page: <%@ OutputCache Location="None" VaryByParam="None" %>
Posted to
ASP.NET AJAX UI
(Forum)
by
chintanpshah
on 11/24/2009
Re: How to display sum total in gridview footer
Refer: http://aspalliance.com/782_CodeSnip_How_to_Display_Sum_Total_in_the_Footer_of_the_GridView_Control http://msdn.microsoft.com/en-us/library/ms972833.aspx http://www.codeproject.com/KB/aspnet/Totals_line_in_GridView.aspx http://www.vinull.com/Post/2006/02/15/aspnet-adding-a-total-to-gridview.aspx http://csharpdotnetfreak.blogspot.com/2009/07/display-total-in-gridview-footer.html
Posted to
Data Presentation Controls
(Forum)
by
chintanpshah
on 11/24/2009
Re: Fileupload - restrict file size?
You need to set maxRequestLengh in web.config file. Like: < configuration > < system.web > < httpRuntime maxRequestLength= "32768" /> </ system.web > </ configuration > (32768 = 32768 bytes)
Posted to
Getting Started
(Forum)
by
chintanpshah
on 11/20/2009
Re: online application
I think that all the errors are programming errors and nothing to do with how many people are accessing application at the same time. Following errors: 1. 'RadioButtonList1' has a SelectedValue which is invalid because it does not exist in the list of items. 2. Invalid attempt to Read when reader is closed. 3. Cannot find table 0. are all programming errors. You must debug application to resolve.
Posted to
Web Forms
(Forum)
by
chintanpshah
on 11/20/2009
Re: Swfobject embed
Refer: http://www.mix-fx.com/flash-prompt.htm http://archive.flashnewz.com/flashnewz-5-20061031FixingTheClickToActivateFlashContentInIE.html
Posted to
Client Side Web Development
(Forum)
by
chintanpshah
on 11/20/2009
Re: skip open popUp Window when value not match..
Rewrite script as: <script type="text/javascript"> function openPopUp() { if(document.getElementById("<%=GridView1.ClientID%>").rows.length > 0) { var popUrl = 'PopUp.aspx?dm=' + (document.getElementById('<%= ddlMonth.ClientID %>').selectedIndex+1) + '&dy=' + (document.getElementById('<%= ddlYear.ClientID %>').selectedIndex+2005); var name = 'popUp'; var appearence ='dependent=yes,menubar=no,resizable=no
Posted to
Client Side Web Development
(Forum)
by
chintanpshah
on 11/20/2009
Page 1 of 181 (1808 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
ASP.NET 4.0 ScriptManager Improvements
WindowsClient:
XAML Toolkit CTP = FxCopXaml + XamlDom + System.Xaml.dll support for Silverlight XAML
Channel 9:
Fishbowl for Facebook
WindowsClient:
Free Embeddable Fonts for your WPF Applications
ASP.NET:
Program Manager Position on the ASP.NET PM team
Channel 10:
Microsoft Teams Up with Nielsen
Channel 10:
What Azure Looks Like
ASP.NET:
Orchard team looking for a new developer
Channel 10:
Student Discount on Office 2008 for Mac Now Available
WindowsClient:
Surface SDK 1.0 SP1 supports XNA Game Studio 3.0 and later
WindowsClient:
TestAPI 0.4 Released
Channel 9:
Using the SharePoint Business Data Connectivity Designer in VS 2010
Channel 9:
10-4 Episode 36: Windows Server AppFabric and Workflow Services Lab
WindowsClient:
New WPF Features: DatePicker\Calendar\VSM\Datagrid
Channel 9:
Corrinne Yu: Principal Engine Architect, Halo Team Microsoft
TechNet Edge:
IT Pro Momentum y Evidencias
Channel 10:
Xbox Goes Social with Facebook, Twitter, and Zune Integration
ASP.NET:
Enabling the ASP.NET Ajax script loader for your own scripts
ASP.NET:
Building High Performance Web Applications
WindowsClient:
RIA Services: A DomainService IS A WCF Service – Add Service Reference
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online