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:810385
More Search Options
RSS Available
Matching Posts
Re: catching database error
If you are using SQL Server 2005, you can use Try/Catch inside the storedproc like below. BEGIN TRY -- Your code END TRY BEGIN CATCH insert dbo.Application_Error_Log (UserName, tableName, errorNumber, errorSeverity, errorState, errorMessage) values (suser_sname(), @tableName, ERROR_NUMBER(), ERROR_SEVERITY(), ERROR_STATE(), ERROR_MESSAGE()) END CATCH; Hope this helps.
Posted to
Data Presentation Controls
(Forum)
by
santa_1975
on 8/7/2009
Re: CSV file vs excel
Hi, Automating Excel in web is difficult and would lead to permission issues. Whereas, CSV is a plain text file which can be passed on easily. I would prefer CSV if you ask me. But let us know what is your complete requirement so that we can suggest an ideal solution.
Posted to
Getting Started
(Forum)
by
santa_1975
on 8/7/2009
Re: .NET and Biometrics
Hi, The following links should provide you with some basics. http://blogs.msdn.com/coding4fun/archive/2007/03/06/1815291.aspx http://www.devx.com/security/Article/31576 Hope this helps.
Posted to
Free For All
(Forum)
by
santa_1975
on 8/6/2009
Re: Unable to close the page
Change this line to, Response.Write("<script language='javascript'> { window.close(); }</script>"); Or In the Form_Load, write this. lb_logout.Attributes.Add("onclick", "window.close();") Hope this helps.
Posted to
Free For All
(Forum)
by
santa_1975
on 8/6/2009
Re: Login failed for user after deploying the site on host server
Hi, Can you post your connection string here? You can change the db name, UserId/PWD if you do not want to disclose. I think the issue should be with your connection string. See if you have something like this. Data Source=localhost; Initial Catalog=PERSONAL;User ID=personal; Integrated Security=SSPI;Persist Security Info=False; Hope this helps.
Posted to
Configuration and Deployment
(Forum)
by
santa_1975
on 8/6/2009
Re: how to accessing web service
Hi, Can you elaborate your requirement?
Posted to
Client Side Web Development
(Forum)
by
santa_1975
on 8/6/2009
Re: Logic For Addtion
Hi, Can you provide more details on your requirement? This looks like a simple addition.
Posted to
Visual Basic .NET
(Forum)
by
santa_1975
on 8/6/2009
Re: Track Page Activity with mouse click
Hi, I think you would be able to achieve this with the help of a javascript timer. To learn how timer works refer to this link below. http://ejohn.org/blog/how-javascript-timers-work/ And the following link shows how to track mouse movement. http://www.js-x.com/page/javascripts__example.html?view=362 In a similar sense, you would be able to track the mouse click and initiate a timer from that point. If the specified time exceeds you can redirect to another page or stay there. Keep in mind that you
Posted to
Web Forms
(Forum)
by
santa_1975
on 8/6/2009
Re: PasswordRecovery: How to include password in email
Hi, Refer to the tutorial given in the link below. http://quickstarts.asp.net/quickstartv20/aspnet/doc/ctrlref/login/passwordrecovery.aspx I fyou have set a custom message in the password recovery email, make sure you have the place holders "<%UserName%> <%Password%>" in it for the control to place the user name and the password which sending the email. Hope this helps.
Posted to
Security
(Forum)
by
santa_1975
on 8/6/2009
Re: Accessing classes/sub visual basic
Hi, Can you be a little detailed about your exact requirement so it would help us provide optimal solution for hte problem.
Posted to
Web Forms
(Forum)
by
santa_1975
on 8/5/2009
Page 1 of 50 (494 items) 1
2
3
4
5
Next >
...
Last »
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