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:685466
More Search Options
RSS Available
Matching Posts
Re: How to create the same kind of Rate control as YouTube uses?
Thanks! That is exactly what I was looking for.
Posted to
Web Forms
(Forum)
by
goixq
on 3/23/2009
Re: How can I increase the time that users stay logged in?
I found a working version of code: <authentication mode="Forms"> < forms loginUrl= "Login.aspx" protection= "All" timeout= "99999" > </ forms > </ authentication >
Posted to
Security
(Forum)
by
goixq
on 3/16/2009
How to create the same kind of Rate control as YouTube uses?
Hello, I want to create the same kind of rating functionality that YouTube uses so that the amount of displayed stars changes when user hovers mouse over the Rate area: Which controls do I need to use in order to achieve that?
Posted to
Web Forms
(Forum)
by
goixq
on 3/16/2009
How can I increase the time that users stay logged in?
Hello, I tried updating web.config file with the following code: < forms loginUrl = " Login.aspx " protection = " All " timeout = " 500 " > </ forms > I placed it under < authentication mode = " Forms " /> but I get the following error: Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately
Posted to
Security
(Forum)
by
goixq
on 3/15/2009
Re: How to set up website to receive full error messages over email when an unhandled exception occurs?
I tried adding your code sample but Visual Studio 2008 issues an error message stating: 'StackTrace' is not a member of 'Microsoft.VisualBasic.ErrObject'. I found out that in order to receive information about the line and page where the exception occurred I need to enable debugging in web.config file. I can be accomplished with the following modification to web.config: < compilation debug = " true " >
Posted to
Configuration and Deployment
(Forum)
by
goixq
on 12/23/2008
How to set up website to receive full error messages over email when an unhandled exception occurs?
Hello, How can I set up my website to send me emails with error messages when an unhandled exception occurs on my online server? Currently I am using Global.asax file with the following code but it only send me brief error messages without indicating the line or page where the unhandled exception occur? Sub Application_Error( ByVal sender As Object , ByVal e As EventArgs) 'Code that runs when an unhandled error occurs Dim divider As String Dim errorstring As String = Nothing divider = vbCrLf
Posted to
Configuration and Deployment
(Forum)
by
goixq
on 12/22/2008
Re: Looking for 3rd party utility to compress images to thumbnails
Below is a code sample that compresses images in a quality format. No 3rd party solution required any more: Imports System.Drawing 'Open the original image Dim originalImage As Image = Image.FromFile( "C:\img.JPG" ) 'Get the original image bounds (size) Dim originalBounds As RectangleF = originalImage.GetBounds(System.Drawing.GraphicsUnit.Pixel) 'Calculate the thumbnail size (apply the formulas that you want, for this 'example I simply divide by 4) Dim thumbnailBounds As
Posted to
Getting Started
(Forum)
by
goixq
on 12/16/2008
Re: How to set page role access permission in web.config file in a concise manner?
That is a good point but I was inquiring whether there can be a more concise way of setting permissions for pages in web.config. I have provided a code sample that sets permissions for 3 pages. It is very long and repetitive and I would be happy to know if there would be a more concise way.
Posted to
Configuration and Deployment
(Forum)
by
goixq
on 12/16/2008
Re: Selecting Label controls in Visual Studio 2008 Design view
Dear Liam, I have created a blank new website for experimentation purposes with Label controls and even there seems to be errors with them. A partial solution that I have found on how to diffuse this issue is to create a blank invisible table before the Label control as in the example below: < table visible= "false" >< tr >< td ></ td ></ tr ></ table > That solves the immediate problem but is not a real solution. I believe there could be some misconfiguration
Posted to
Visual Studio 2008
(Forum)
by
goixq
on 12/13/2008
Selecting Label controls in Visual Studio 2008 Design view
Hello, I am facing a strange issue with selecting Label controls in design view of Visual Studio 2008. As I start everything works fine and when I click on a Label control the designer brings up the properties window where I can modify the properties of the selected Label control. But then as soon as I add any custom control from my long list of custom controls suddenly I am no longer able to select Label controls in my designer and when I hover the mouse cursor over them it remains in the form of
Posted to
Visual Studio 2008
(Forum)
by
goixq
on 12/12/2008
Page 1 of 11 (108 items) 1
2
3
4
5
Next >
...
Last »
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
Channel 10:
Look Behind SurfaceScapes
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part I
TechNet Edge:
Windows Server 2008 R2 Quick Look- Installing the Migration Tools
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online