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:176416
More Search Options
RSS Available
Matching Posts
Re: Page keeps moving back to the top
Yes you could do that, or you can add it directly to the @Page directive in your aspx file ex: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Default" Title="Untitled Document" MaintainScrollPositionOnPostback=true %>
Posted to
Client Side Web Development
(Forum)
by
wessamzeidan
on 10/9/2006
Re: Newbie: How to structure/layout your solution/projects?
You can also check Microsoft's Paterns and Practices http://msdn.microsoft.com/practices/topics/arch/default.aspx?pull=/library/en-us/dnbda/html/distapp.asp
Posted to
Architecture
(Forum)
by
wessamzeidan
on 10/8/2006
Re: Page keeps moving back to the top
Set the MaintainScrollPositionOnPostback property in the page directive to true MaintainScrollPositionOnPostback="true"
Posted to
Client Side Web Development
(Forum)
by
wessamzeidan
on 10/8/2006
Re: Having trouble using Username as a ProfileParameter
First of all, the username of the logged in user does not get automatically saved in his profile, you can get it by using User.Identity.Name. And instead of reading the user info directly from the database, its better to use the membership API to get the info you want. MembershipUser u = Membership.GetUser(User.Identity.Name); Hope this helps.
Posted to
Security
(Forum)
by
wessamzeidan
on 10/8/2006
Re: Atlas, AJAX and InfoPath
Infopath is a rich client, which basicly means that you can do a lot more in infopath than in a web browser. I'm not sure why would you want to use AJAX with infopath, and I highly doubt that you can use it in infopath. Check out this website for more info on what you can do with infopath forms http://www.infopathdev.com/
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
wessamzeidan
on 10/8/2006
Re: GridView Hyperlink to Database URLs
try this <asp:HyperLinkField HeaderText="WWW" Text="Link" DataNavigateUrlFields="webURL" DataNavigateUrlFormatString="{0}" target=_blank/>
Posted to
Data Presentation Controls
(Forum)
by
wessamzeidan
on 10/8/2006
Re: Connection Strings and web/app.config
Its not much of a big deal actually, if you move your dataaccess layer to another server, you can create an App.Config file and put the connectionstring there, and every thing would work normally. The location of the connectionstring is not a major concern when it comes to scalabiltiy, it's more of a security concern, you wouldn't want to put your connectionstring in a configuration file in clear text. But now with ASP.NET 2.0 and the ability to ecrypt sections of the web.config file, placing the
Posted to
Configuration and Deployment
(Forum)
by
wessamzeidan
on 3/5/2006
Re: Connection Strings and web/app.config
When you put the connectionstring in web.config, you are not passing any thing from the presentation layer to the data access layer. Your data access layer reads the connectionstring directly from the web.config file. App.config and web.config are the same, they are both configuration files, but web.config is specific for web applications. You can put your connectionstring in a seperate configuration file, but that wouldn't be any different than putting it in the web.config file.
Posted to
Configuration and Deployment
(Forum)
by
wessamzeidan
on 3/4/2006
Problem with executing simple ldap query
Hello every one, I'm facing a problem using the System.DirectoryServices.DirectoryEntry class. All what I'm trying to do is the following System.DirectoryServices.DirectoryEntry AD = new System.DirectoryServices.DirectoryEntry("LDAP://dc/","domain\\user","password",System.DirectoryServices.AuthenticationTypes.None); I'm getting the following exception <error: an exception of type: {System.Runtime.InteropServices.COMException} occurred> System.DirectoryServices.Interop.UnsafeNativeMethods.IAds
Posted to
Active Directory and LDAP
(Forum)
by
wessamzeidan
on 1/30/2006
Re: URGENT & TRICKY: code for membership/profile fails when published to webserver
Not sure if this is gonna help, but try doing the following: First make sure the db file is not readonly. Try changing the name of the file.
Posted to
Security
(Forum)
by
wessamzeidan
on 1/29/2006
Page 1 of 58 (579 items) 1
2
3
4
5
Next >
...
Last ยป
ASP.NET:
Resizing images from the server using WPF/WIC instead of GDI+
Silverlight:
Deploying your Silverlight and WCF RIA Services application
Channel 9:
Juan Chen and Nikhil Swamy: FINE, a Compiler for End-to-End Security Verification
Channel 10:
Get the Outlook Hotmail Connector Beta
Channel 10:
MSN to Launch New Lifestyle Site from Wonderwall Creator
Channel 10:
Behind the Windows 7 Startup Animation
Channel 9:
Reactive Extensions API in depth: CombineLatest
Channel 9:
C9 Lectures: Dr. Graham Hutton - Functional Programming Fundamentals Chapter 11 of 13
WindowsClient:
New WPF Showcase: Scrum Sprint Monitor
WindowsClient:
WPF/XAML helping VS2010 Extensibility
WindowsClient:
HTTP 403.9 with ADO.NET Data Services
WindowsClient:
xml syntax highlighting in Silverlight
Channel 9:
Channel 9 Emerges in China
WindowsClient:
Overlaying Icons on the Windows 7 Taskbar with WPF 4
Channel 9:
The Outlook calendar starts in 1601 - But Why?
ASP.NET:
Bytes by MSDN: Brad Abrams Interview with Billy Hollis: Silverlight 4, RIA Services and VS2010
Mix Online:
Pictures or it Didn't Happen
Channel 9:
Reactive Extensions API in depth: even more Zip
TechNet Edge:
SDL For Agile
Mix Online:
Test Lab Note
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online