Search

You searched for the word(s): userid:489728

Matching Posts

  • ASP.NEt development for different screen resolutions

    I am developing a Web application, and while doing so on a monitor with 1024 x 768 resolution. However, when I look at it on a monitor with bigger resolution the page does not expand to fill the screen. Is there any way I can develop my monitor that can allow the page to expand, etc.. to the specific monitors resolution? Thanks for the help, Wallace
    Posted to Web Forms (Forum) by wallaceoc on 9/20/2004
  • Web.config for authorization

    I have a web application and I want only a members of a certain group on a company intranet to have access to the web app. In my web.config file I have authentication set to "Windows". In the authorization section I have it set to this: [code] <authorization> <allow users="group\subgroup" /> <!-- Allow all users in this group --> </authorization> [/code] However, it seems to let everybody on the network have access to the site even if they are not members
    Posted to Security (Forum) by wallaceoc on 9/20/2004
  • BGColor of Textbox in ItemTemplate of DataGrid

    I have a DataGrid that uses Textboxes to display data from a database. The reason I use textboxes is because the contents are long file names without spaces that cause problems for my column widths. I have set up the DataGrid to have a different background color for alternating rows. To try and make my TextBoxes fit in I have set the background color of them to the the color of the DataGrid. However, this means that the TextBoxes only have the correct background color every second row. Is there any
    Posted to Data Presentation Controls (Forum) by wallaceoc on 9/17/2004
  • Connection to SQL Server database

    I keep on getting an error when I try to connect to my database throuh my ASP.NET WEb application. The error says login failed for user... Initially I was using Windows Authentication with Impersonation turned on. This let me connect to the database no problem. However, I decided to change my method of connecting to the database for performance reasons but now I get this error. I store my connection string in web.config and it looks like this: <appSettings> <add key="ConnectionString"
  • Re: Web App connecting to database using web.config file

    I have set impersonation to true. Could the problem be that Anonymous Access is not turned off on the IIS server? Thanks, Wallace
    Posted to Web Forms (Forum) by wallaceoc on 9/15/2004
  • Re: Web App connecting to database using web.config file

    In my application I'm using Windows authentication. Any user that is a member of the group that is allowed to use my application is also a member of the group that has access to the SQL Server database. Is there anyway I can use the windows authentication to specifiy the credentials? Thanks, Wallace
    Posted to Web Forms (Forum) by wallaceoc on 9/15/2004
  • Web App connecting to database using web.config file

    I am using the web.config file to store my database connection string. Everything was working fine when I was running to applicaiton on my local machine. However, when I deployed to the web I keep on getting this error: System.Data.SqlClient.SqlException: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. at System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) at System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean&
    Posted to Web Forms (Forum) by wallaceoc on 9/15/2004
  • Re: Set focus of Enter button being pressed

    Thanks for the help!!! Where do I write this line? In the Page_load method?
    Posted to Web Forms (Forum) by wallaceoc on 9/14/2004
  • Set focus of Enter button being pressed

    Is there any way you can set the focus of the Enter button being pressed? For example I have a textbox with a button next to it and I want the button to be pressed when the user presses enter after writing something in the textbox! Regards, Wallace
    Posted to Web Forms (Forum) by wallaceoc on 9/14/2004
  • Re: Web.config errors after uploading to web host

    How do you configure a folder to be an IIS application folder?
    Posted to Configuration and Deployment (Forum) by wallaceoc on 9/14/2004
Page 1 of 8 (72 items) 1 2 3 4 5 Next > ... Last »