|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
What to do with Authentication/Session Timeout?
Simon Says -
18 Nov 2006 4:28 AM - 1 message
Hi, I've a login page in which after authenticating it via the Oracle DB, I will stored the user information into the Session. However, when the Session timeout occurs, all of the user information will be lost. I've tried doing a Reponse.Redirect call back to my login page whenever I ...
Big-Picture Question (Web Services, RegNow)
Jonathan Wood -
17 Nov 2006 10:49 PM - 1 message
I was wondering if some of you could advise me on the following issue. I ported my code that generates shareware licenses to a C# class. I'd like to get to the point where this is done online (and eventually done ...
Problem with asp menu (background image of MenuItem)
sthrudel -
16 Nov 2006 11:42 AM - 1 message
Hello! I'm programmatically inserting a navigation asp menu to a page, like this: // Create new Menu Menu menu = new Menu(); // Create new MenuItem MenuItem mainItem = new MenuItem(); mainItem.Text = _text; mainItem.Selectable = false; // Fill the MenuItem with ChildItems for (int i = 0; i < _entries.Count; i++) ...
Change the layout of controls at runtime?
refresh -
16 Nov 2006 2:27 AM - 1 message
Hi there! I have a datagrid with some textbox controls on it. First, i set those textboxes readonly. I want when the user click on a specific button, those textboxes became editable. I try ((TextBox)myGrid.Items[e.Item.ItemIndex].FindControl("txtName")).ReadOnly ...
Is this a bug or a feature?
Keithb -
15 Nov 2006 6:17 PM - 1 message
In a label control, this text string will wrap: "abcdefg/ abcdefq/ abcdefghi/ abcdefgh" In a label control, this text string will not wrap: "abcdefg /abcdefq /abcdefghi /abcdefgh" When followed by a symbol, spaces are treated as non-breaking spaces. Is ...
Asp.Net 2.0 Wizard control and SessionId
nkw -
15 Nov 2006 4:48 AM - 1 message
I found the Session.SessionId changed everytime when click the "Next" button. Is it the correct behave? Thanks, ...
Connecting to a database remotely through VS2005
axel22 -
13 Nov 2006 8:31 PM - 1 message
Ok, I've installed MS Sql Server Express, and I've created a database 'ProbnaBaza' and a table 'clan' in Management Studio. I tried using the database locally through a project in Visual Studio. I used the following connection string: ...
SetFocus convert from 2003 to 2005 problem
gnewsham -
13 Nov 2006 5:21 PM - 1 message
I am converting an application from vb.net 2003 to 2005 I have the following function which I call when an input error is detected: Private Sub SetFocus(ByVal ctrl As System.Web.UI.Control) Dim s As String = "<SCRIPT ...
Can't debug since I installed IE7
Tina -
13 Nov 2006 1:03 AM - 1 message
I installed IE7 and not I can't debug my asp.net projects. When I hit F5 it says... Unable to start debugging on the web server. You do not have permission to debug the application. The URL for this project is in the Internet zone. ...
|
|||||||||||||||||||||||