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:874013
More Search Options
RSS Available
Matching Posts
Re: A recommended way of encrypting passwords.
[quote user="oxairshahid"] I have stored the encrypted password in the Database but how to decrypt it. i mean when i compare the password while logging in then how to go about it. thanks [/quote] Hi, You cannot decrypt a password that has been encrypted using hashing(SHA .. etc.) The only way is to convert the password entered by the user to hash in the same way u did hash to save the actual password .. and then compare it against hashed the password stored in database.
Posted to
Security
(Forum)
by
Sachin Uchil
on 7/6/2009
Re: Capture IE events and create a log.
Thanks all.. When i posted the question i was not clear what the requirement was.. now i have the requirements clear.. I need to develop an application that will monitor the activities of employees. i dont intend to monitor all their activities, as part of their work they are supposed to work on a certain set of applications (mainly web applications). just need to log all activities they do in these applications in text format and save it in a central database. Any ideas how this can be achieved
Posted to
Client Side Web Development
(Forum)
by
Sachin Uchil
on 7/3/2009
Filed under: Capture client events
Re: soild thin boarder for a TextBox
[quote user="phddas"] I am trying to avoid using a class since all the textBoxs on the form will have the same style. [/quote] In this case.. use a Skin file.. 1> Create a Theme for your application. 2> Create a skin file in that theme .. say "main.skin" 3> In Skin file define textbox properties as follows < asp : TextBox runat ="server" style ="border:1;border-style:solid;"></ asp : TextBox > . 4> Add the theme name to Web.Config..
Posted to
Client Side Web Development
(Forum)
by
Sachin Uchil
on 7/3/2009
Capture IE events and create a log.
Hi , I have deployed an intranet application and 10 users are using the tool. Now my requirement is to track how they are using the tool and create a log based on it. For instance, if a user clicked on "save" button on the page, then a log entry should be made stating that save button was clicked and at what time. Looking forward to your help on this.
Posted to
Client Side Web Development
(Forum)
by
Sachin Uchil
on 7/2/2009
Filed under: client-side, client Callbacks callback ajax javascript serversie clientside
Re: Capture IE events and create a log.
Hi Srinivas, Thanks for the quick reply, will try this tool, any other suggestions also most welcome.
Posted to
Client Side Web Development
(Forum)
by
Sachin Uchil
on 7/2/2009
Re: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey>...
In your page directive give the following EnableViewStateMac ="false" This should solve the issue
Posted to
Getting Started
(Forum)
by
Sachin Uchil
on 7/2/2009
Re: When I upload the page to my website the controls disappear (buttons, labels, etc..)
Hi, The only reason for this is .. u have developed the application in .NET 2.0 but your online virtual directory is configured for .NET 1.1 ... Please check your hosting control pannel to change the .NET framework version to 2.0.
Posted to
Configuration and Deployment
(Forum)
by
Sachin Uchil
on 6/30/2009
Re: how to build a web application that load the suitable data of the user?
Hi, If u are not using Membership, then use forms authentication to login the user.. 1> Provide a simple login page for the users to login (using forms authentication) and each user should have a unique username. 2> when an authenticated user uploads a file, save the users name to database along with the file using User.Identity.Name 3> When fetching the files for a given user.. select those files matching the currrent User.Identity.Name I hope this helps...
Posted to
Architecture
(Forum)
by
Sachin Uchil
on 6/30/2009
Re: Problem regarding web site uploading ?
"But all admin folder pages are not working. " Could u please specify what is the error u are getting.. If the ajax controls are only in the Admin pages then make sure u have ajax dll in your bin forder, but if ajax is also in the other pages and they work fine than Ajax is not the issue. The web.config in the parent folder should be normal and in authorization section it should have <authorization> <allow users="*"/> </authorization> and the web.config in your
Posted to
Configuration and Deployment
(Forum)
by
Sachin Uchil
on 6/22/2009
Re: Website being hosted
Hi, Check if your server supports ASP.NET 2.0 .... This will usually happen when the server supports 1.0
Posted to
Configuration and Deployment
(Forum)
by
Sachin Uchil
on 6/16/2009
Page 1 of 2 (19 items) 1
2
Next >
WindowsClient:
ASP.NET AJAX 4.0 Data Binding on MSDN Magazine
WindowsClient:
Don’t miss out..
TechNet Edge:
Improving Collaboration with SharePoint - Tech Focus December 2009 Part 1
Channel 9:
Channel 9 Live at PDC09: Scott Guthrie
Channel 10:
Get Discounted Concert Tickets at the New Windows Section 7
Channel 10:
Get Bing Wallpapers on the iPhone
Channel 10:
Bing Gets a New Toolbar
ASP.NET:
More on medium trust: what permission are you missing?
Channel 9:
Channel 9 Live at PDC09: Bob Muglia
WindowsClient:
Adventures With Windows Azure Diagnostics
Mix Online:
Adventures With Windows Azure Diagnostics
Channel 9:
Channel 9 Live at PDC09: Ray Ozzie
Channel 9:
Coding4Fun: DrinkTendr
Channel 9:
TWC9: Scott Hanselman, John Galloway, Bing, parallel unit tests, more
TechNet Edge:
ISA to TMG Migration Guidance
Channel 9:
Life at Microsoft: Episode 3
TechNet Edge:
Microsoft Windows Server 2008 to AITP
ASP.NET:
How important is medium trust to you?
WindowsClient:
Microsoft Web Platform & You
WindowsClient:
New Book: Developing for Microsoft Surface
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online