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:863326
More Search Options
RSS Available
Matching Posts
Re: Login in other applications
Did you have a chance to look at the online video http://www.asp.net/learn/videos/video-06.aspx? It offers a general overview of login security, and maybe you can build your site based on their examples. Without more specifics about your problem it's difficult to offer much diagnosis.
Posted to
Getting Started
(Forum)
by
rudy1094
on 4/24/2009
Re: Login in other applications
If you don't have any code then how does / otherapplication / know anything about the login control affiliated with the /application? Do you have something in your webconfig that forces users to the login page?
Posted to
Getting Started
(Forum)
by
rudy1094
on 4/23/2009
Re: Login in other applications
I found this video helpful in securing my webpage. http://www.asp.net/learn/videos/video-06.aspx What logic are you using on the 98.118.142.141/programs/login.aspx page to prevent users from viewing the page?
Posted to
Getting Started
(Forum)
by
rudy1094
on 4/23/2009
Re: Matrix View
I don't think there's an easy way to do this. When I ran into this problem I wrote a stored procedure that would convert the data from the first layout into a second layout and stored the data in a second table. Then I could access the data using a grid view. I would have loved a simple control that would have handled data transposing for me.
Posted to
Getting Started
(Forum)
by
rudy1094
on 4/22/2009
Re: import data from database into excelsheet
Having just had to learn how to do that I also found these two links helpful. http://support.microsoft.com/default.aspx?scid=kb;EN-US;317719 http://www.asp.net/learn/videos/video-449.aspx
Posted to
Getting Started
(Forum)
by
rudy1094
on 4/17/2009
Re: connection timeout
I added the OnInserting code (<asp:SqlDataSource ID="aa_data_source" OnInserting="aa_data_source_Inserting"...), but it's still not calling the aa_data_source_Inserting subroutine.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
rudy1094
on 4/17/2009
Re: Selecting event and setting SqlDataSource timeout within VB
I define the SQLDataSource is the vb code behind. Do I need to define the SQLDataSource in the ASPX page to set the timeout?
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
rudy1094
on 4/16/2009
Re: connection timeout
I added a sqldatasource control to the page, which I didn't have before it's called aa_data_source. Then I added the protected aa_data_source_Inserting subroutine. However the subroutine doesn't get called, so my procedure is still timing out. What am I missing? Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles run_btn.Click Dim rowsaffected As Integer = 0 Dim aa_data_source As New SqlDataSource() aa_data_source.ConnectionString = ConfigurationManager
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
rudy1094
on 4/16/2009
Re: connection timeout
Since I'm using a stored procedure, what is the appropriate command (Selecting, Inserting, Deleting, Updating)? Or does it not matter?
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
rudy1094
on 4/16/2009
Re: avoid spaces in a textbox in vs2005 website (VB)
[quote user="mudassarkhan"] < asp : TextBox ID ="txt1" runat ="server" onkeydown = "return (event.keyCode!=32)"></ asp : TextBox > [/quote] That's a neat trick.
Posted to
Web Forms
(Forum)
by
rudy1094
on 4/16/2009
Page 1 of 4 (35 items) 1
2
3
4
Next >
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 12 of 13
ASP.NET:
ASP.NET MVC 2 RC Released
WindowsClient:
Very exciting Microsoft Pivot from Live Labs
WindowsClient:
XAML for UI & .rc files
TechNet Edge:
DNS Security (DNSSec) Overview
Silverlight:
Silverlight 4 demos from my PDC Keynote now available
Channel 9:
Channel 9 Live at PDC09: Dave Campbell
Channel 9:
Channel 9 Live at PDC09: Yousef Khalidi
Channel 9:
Twitter App for Zune Launches
WindowsClient:
Incarnate
WindowsClient:
Track Fedex packages with Bing
Channel 9:
Marty O'Donnell - The man behind the Halo Music
Channel 10:
Twitter App for Zune Launches
WindowsClient:
Rotate your text in the WPF DataGrid Column Headers
WindowsClient:
New gameplay video with D&D on Surface
WindowsClient:
ViewModel Pattern and Speech as UI. Help me Obi Wan, where’s the View?
Channel 9:
Karsten Januszewski and Tim Aidlin: Introducing Incarnate
Channel 9:
Reactive Extensions API in depth: Retry
Channel 10:
iBing uBing: Bing iPhone App Arrives
WindowsClient:
Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online