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:831902
More Search Options
RSS Available
Matching Posts
Re: System.IO error messages, are they language specific?
By default exception messages will be shown in current's UI language (if appropriate language pack is installed, otherwise they fallback to English). You can change exception messages changing Thread.CurrentThread.CurrentUICulture property, however it will affect the whole GUI of your app. Checkout the below document, it very well explained the options for exceptions when you are using localization. http://guysmithferrier.com/downloads/teni18n.pdf
Posted to
Getting Started
(Forum)
by
jnsuryaprakash
on 9/1/2009
Re: Catch Exception - problem
generally the parent exception will override all the child exceptions, if you want to catch the child exceptions you can check the 'InnerException' property. check out the below link http://msdn.microsoft.com/en-us/library/system.exception.innerexception(VS.71).aspx
Posted to
C#
(Forum)
by
jnsuryaprakash
on 9/1/2009
Re: IIS 6 NT AUTHORITY\ANONYMOUS LOGON
looks like something similar is discussed below, check that out. http://stackoverflow.com/questions/499637/how-do-i-setup-iis-6-with-anonymous-access-for-local-asp-net-webforms-development
Posted to
Configuration and Deployment
(Forum)
by
jnsuryaprakash
on 8/31/2009
Re: Formview visible problem
you can check 'HasRows' property of SQLDatareader object. It will tell you if it has any rows or not, this is as good as checking for NULL.
Posted to
Data Presentation Controls
(Forum)
by
jnsuryaprakash
on 8/31/2009
Re: Default value for FormView that's filtered by the select value of a GridView
can you write the same code in page_load event , you wrote gridviewItem_selected event ?
Posted to
Data Presentation Controls
(Forum)
by
jnsuryaprakash
on 8/31/2009
Re: Formview visible problem
Why cant you try putting the below line before has rows. myreader.Read() So the read mode of the datareader will start.
Posted to
Data Presentation Controls
(Forum)
by
jnsuryaprakash
on 8/31/2009
Re: Transfer Table Content form One page to Other Page
there are several options, you can use any of the options listed in the below url http://www.dotnetjohn.com/articles.aspx?articleid=32
Posted to
Web Forms
(Forum)
by
jnsuryaprakash
on 8/31/2009
Re: Formview visible problem
change the code as below.... myreader.Read(); if (myreader.HasRows) { FormView1.Visible = true; myreader.Close(); myreader.Dispose(); } else { FormView1.Visible = false; myreader.Close(); myreader.Dispose(); } conn.Close();
Posted to
Data Presentation Controls
(Forum)
by
jnsuryaprakash
on 8/31/2009
Re: Redirect and Fade in that Page
checkout your options in below page. http://www.beansoftware.com/asp.net-tutorials/focus-asp.net.aspx
Posted to
Web Forms
(Forum)
by
jnsuryaprakash
on 8/31/2009
Re: Dilema
I can see option 3: pass the Array from bll.method2 which is looping through and calling dal.method1 as a parameter. something like below, checkout the syntax correctly. bll.method2 { dal.mehtod1(array()) } dal.method1 ( array() ) { open execute close } If you make the array parameter as optional, it will not conflict with other function calls.
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
jnsuryaprakash
on 8/31/2009
Page 1 of 24 (232 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
Windows Server 2008 R2 Quick Look #3 - PowerShell V2
ASP.NET:
2009 Blogged - Greatest Hits
WindowsClient:
2009 Blogged - Greatest Hits
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 2, Imports & Exports
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online