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:736013
More Search Options
RSS Available
Matching Posts
Re: 'Sys' is undefined.
Iam getting the same error when i use Telerik RadScriptManager. Just to document this, iam placing here. Try this: < location path = "Telerik.Web.UI.WebResource.axd" > < system.web > < authorization > < allow users = "*" /> </ authorization > </ system.web > </ location >
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
phanisivakumar
on 5/27/2009
Filed under: 'Sys' is undefined, RadScriptManager
Re: Tip: "Parser Error: Could not load type"
Dear 66,217 point All-Star, It definitely helps some body who searches with the word "Parser Error: Could not load type". It does not matter when the post is initiated, all it means the solution. This post doesnot have any solution marked as "Answer", "since 4 years". For developers, errors are always new and fresh (that is why, you are participating in forums). May be we cannot remember the solution when time passes. Please note: So many guys are still facing this issue
Posted to
Tips & Tricks
(Forum)
by
phanisivakumar
on 4/28/2009
Re: Tip: "Parser Error: Could not load type"
Visual Studio 2005 > Web Application: I resolve this issue in the following manner, I didnot use any Namespaces in my project explicitly, i declare only in the root namespace under project properties. Lets say the page name is home.aspx - Check the root namespace in the project properties > application > root namespace - In aspx page, page directive > inherits attribute should be like Inherits ="myproject.home" - In both designer and codebehind files, the class declaration should
Posted to
Tips & Tricks
(Forum)
by
phanisivakumar
on 4/27/2009
Filed under: Parser Error: Could not load type, BC30456: 'InitializeCulture' is not a member of
Re: How to disable one sigle column from the datagrid
For some simple programmers, to fix a production issue quickly or you don't want to change the codebehind file available. You can use this classic asp style. Don't forget to use the Script Tags <% %> <% If <your condition> Then 'Note: Most of the cases we are hiding the some of the columns in the datagrid like ItemID etc. Count those columns also and keep the index. In my case it is the 4th column DataGrid1.Columns(3).Visible = False End If %> Thank you.
Posted to
Data Presentation Controls
(Forum)
by
phanisivakumar
on 7/8/2008
Re: URGENT Plz: Simple Question? on DateFormat in the Data Grid, CAN ANYBODY HELP ME?
Exactly lwildey, I got that now. It is my code problem. In my code iam directly calling the view in to query the database like "select col1, col2, convert(varchar(10), col3_date, 101), ......from view" The Convert function is the culprit. I changed to CONVERT(varchar(17), col3_date,101) in the View and calling the view as "Select * from View" rather than mentioning the column names. Now, its perfectly working..I overlooked at the page level. Thanks for your suggession.
Posted to
Data Presentation Controls
(Forum)
by
phanisivakumar
on 7/1/2008
Re: URGENT Plz: Simple Question? on DateFormat in the Data Grid, CAN ANYBODY HELP ME?
What ever the number in Varchar(x). It is showing the same 10 characters in the datagrid. I check the ViewSource of the page, it is rendering as " <B>07/01/2 ".
Posted to
Data Presentation Controls
(Forum)
by
phanisivakumar
on 7/1/2008
URGENT Plz: Simple Question? on DateFormat in the Data Grid, CAN ANYBODY HELP ME?
I have a date conversion problem. Datagrid has Autogeneratecolumns = True Problem: I want to render the HTML BOLD TAGS (<B> </B>) along with DATETIME and wants to show in the DataGrid. I Tried the following solution: ,( CASE WHEN ( description = 'mytext' AND Created_ Date < getdate() ) THEN '<B>' + convert ( varchar ( 10 ), Created_ Date , 101 ) + '</B>' ELSE convert ( varchar ( 10 ), Created_ Date , 101 ) END ) as [ALIAS FIELD NAME] When executing
Posted to
Data Presentation Controls
(Forum)
by
phanisivakumar
on 7/1/2008
Re: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level
Awesome solution guy. I struggled for 8 hrs and ultimately i resolved by following the "ranganh" solution. Thanks, Man :)
Posted to
Tips & Tricks
(Forum)
by
phanisivakumar
on 10/11/2007
Page 1 of 1 (8 items)
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