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:667384
More Search Options
RSS Available
Matching Posts
Re: Failed to decrypt using provider 'RsaProtectedConfigurationProvider'. Error message from the provider: Bad Data.
The RsaProtectedConfigurationProvider uses the machine account or the user account to encrypt the keys and save them in a file which called "key container", which usually saved in C:\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA. And the ASP.NET worker process identity (ASPNET user in XP/2000 or Network Service in case of 2003) should have access to these files to be able to decrypt it or you would get this error message. Please check this link for more information
Posted to
Security
(Forum)
by
mglil
on 7/6/2009
Re: HELP with coding!
on your aspx page, you can embed that code as the following <% @ Page Language ="VB" %> <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> < script runat ="server"> </ script > < html xmlns ="http://www.w3.org/1999/xhtml" > < head runat ="server"> < title > Untitled Page </ title > </ head > < body > < form
Posted to
Getting Started
(Forum)
by
mglil
on 6/23/2009
Re: Datalist filtering
yes, with text fields you have to use like, "=" doesn't work
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
mglil
on 4/15/2009
Re: best practice/architecture,
hi, if you develop one interface, and make all your class inherit this interface, you will be able to handle this situation on your page, for example: public interface basicIntf { public DataSet getData(); } public class Employee : basicIntf { public DataSet getData() { SqlConnection con; ............. return employeeDataset; } } public class Clients : basicIntf { public DataSet getData() { SqlConnection con; ............. return clientDataset; } }
Posted to
Architecture
(Forum)
by
mglil
on 4/15/2009
Re: System.Web.HttpContext.Current.Session in class file producing Object Reference not set.
the problem is the Session object is not available within the context of that method, it looks like you application load that class before loading any pages classes, try to put the same check inside a class inherted from System.Web.UI. Page, then do the check in the page_load or somthing, this is should right
Posted to
State Management
(Forum)
by
mglil
on 4/10/2009
Re: what is the best Approach to save a List Object?
For Custom Object, it could be better to loop in the list and save them one by one, instead of using the datatable, datatable has some good features but it comes with it's overhide too.
Posted to
Architecture
(Forum)
by
mglil
on 3/25/2009
Re: How to access "file-based" databases (ie. Access/Foxpro) over a network ?
you need to impersonate ASP.Net , since ASP.NET executes all code using the same user account as the ASP.NET process, in web.config try to add the following <identity impersonate="true" userName="domain\username" password="password" />
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
mglil
on 1/28/2008
Re: Set focus of Enter button being pressed
in asp.net 2.0 you can use the defaultfocus ="text1" to set the focus on the field text1, and u can use defaultbutton ="button1" to make button1 the default button when user hits enter, code example : < form id ="form1" runat ="server" defaultbutton ="text1" defaultfocus ="button1">..
Posted to
Web Forms
(Forum)
by
mglil
on 11/15/2007
Re: Atlas Control Toolkit: Unknown Server Tag
hmmm, i think i got the problem, when you have an error in the page behind related to extender control, the aspx page cant recognize the extnder control :)
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
mglil
on 9/25/2006
Re: Atlas Control Toolkit: Unknown Server Tag
i'm faceing the same problem, after i installed the toolkit it worked well ,but later one sometime it works and sometime it doesn't i dont know what is the problem with it, sometime i just close the visual studio and open it again it works, after sometime it gives me the error again !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
mglil
on 9/25/2006
Page 1 of 2 (12 items) 1
2
Next >
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
WindowsClient:
Using Cerebrata's Cloud Storage Studio To Download IIS logs from Multiple Instances of Windows Azure
TechNet Edge:
TechNet Radio: Office 2007 Setup and Configuration (Part 1)
Channel 10:
How-To: Listen to Your Zune Pass Music on Your WinMo Phone
Channel 10:
Share Your Screen with SharedView
Channel 10:
Get Microsoft Tinker Game For Free
Channel 10:
LG eXpo WinMo 6.5 Unboxing Video
Channel 9:
ADFS 2.0 RC is Here!
Channel 10:
Bing Reference Updated with New Sidebar Features
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online