Search

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

Matching Posts

  • Custom authentication and authorization.

    I have a single table that contains user information including passwords taht are stored in clear text. I am trying to implement a simple mechanism so that the web application can identify users throughout the application. Also i need to implement authorization for certain areas of the site. I dont want to use the default membership providers or even create custom one. I am using forms authentication, For User Login: I am matching the username and password entered by the user with that stored in
    Posted to Security (Forum) by Ahasan on 8/10/2009
  • Re: Need advice on planning tables

    well how about this change the table levelgraderel to have these columns Levelgradeid (identity) LevelID GradeID In ur articleTable you create a column named levelgraderelid this way everygraderelid would relate to a combination of grade and level. for colleges where there is no grade you can just have one value .
  • Re: hide image

    question for u.. have u stored the images in the database or just the path to the images?
    Posted to Data Presentation Controls (Forum) by Ahasan on 7/31/2009
  • Re: Need advice on planning tables

    Would be possible to post a database diagram. Just a brief suggestion for creating relationship between level and grades Why cant u have a Table Named LevelGradeRel Columns LevelID GradeID Create appropriate relationships with the Level tables and Grade Tables and that should give u a mechanism to filter u might need a few joins but it would work for sure.
  • Re: ASP.Net 2.0 web site design problem

    I had a look at one of ur site . The reason this is happening is because of screen resolution and not screen size. The way around this problem is creating seperate stylesheet for different resolutions( i noticed that div have a style element where the css is defined, i think u need to define a seperate stylesheet and create styles in them). I think creating 2-3 stylesheet would do the trick. have a look at the following article that should be helpful http://www.devx.com/tips/Tip/14369
    Posted to Client Side Web Development (Forum) by Ahasan on 7/31/2009
  • Re: Improving coding efficiency.

    Jimmy hi, Can u suggest which is ur choice of O/RM and also can u post a few links to get me started on it. As with Linq i am sure there must be equivalent of lamba expressions in other OR mappers aswell. As far as the tools are concerned what i wanted to know was what are the tools besides ORM that i should be using to improve the coding efficiency. a few i have come across lately are Code rush and refactor.
    Posted to Free For All (Forum) by Ahasan on 7/30/2009
  • Re: Deployment - clarification

    Well, u are just about right.. I am sure have got a dedicated server.. ie you have got remote access to the server u are deploying and not deploying on a web farm. in that case ftp all ur files to the wwwroot directory of ur remote machine. restore database and change connection string in web.config. One thing that you need to check though is that if you are using membership providers if the answer is yes then you need to change the connectionstring for the membership provider and also u need to
    Posted to Configuration and Deployment (Forum) by Ahasan on 7/30/2009
  • Required Field Validator like functionality.

    I am really bad with javascript. But here is what i am looking to implement if the checkbox is checked the fileupload control becomes visible. When the user click a button. What i want is that if the fileupload.filename is empty then i want to display a message saying the please upload a file and also it shouldnt allow post back I am assuming this can be doen using javascript easily but if it is possible to do it simply via C# then please do let me know. Thanks in advance
    Posted to Client Side Web Development (Forum) by Ahasan on 7/29/2009
  • Improving coding efficiency.

    Here are a few questions on top of my head. I have always coded without using any tools(O/R mappers ,dataset designers).. but am coming to the point where i have come to the realisation that a lil bit of code generation wouldnt hurt me any suggestions as to what i should be using .. 1)O/R mappers i am cool with just that i dont like using lambda expressions (in case of linq) ,nhibernate have heard a lot about no idea as to how it works. 2)General tools on improving coding performance pluggins etc
    Posted to Free For All (Forum) by Ahasan on 7/29/2009
  • Re: How can i put arabic letters in asp.net pages

    Have u got an arabic font installed on ur server..Try installing an arabic font and then check(also in the css change the font-name to the font you have installed).. For allowing website users to see arabic text display a javascript message asking them to download the font and install it if they want to view ur site.
    Posted to Localization (Forum) by Ahasan on 7/27/2009
Page 1 of 2 (15 items) 1 2 Next >