Search

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

Matching Posts

  • Doubt on Trace...

    public partial class Test : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { System.Diagnostics.Trace.WriteLine("Trace message"); System.Diagnostics.Debug.WriteLine("Debug message"); } } Hi, I wrote the following code to test about Trace functionality. When I am debugging my code the debugging pointer is straight away moving from 04th line to 06 line. Mans, Trace is not at all going to 05. System.Diagnostics.Trace.WriteLine("Trace message"
    Posted to Web Forms (Forum) by kak.mca on 9/23/2009
  • Re: Login Problem

    Hi GuruBhai, Vinay Thankyou very much for your quick reply. Later on I found that there is no problem with the code. Problem is occuring when publishing using Build -> Publish Web Site option . You asked me to post the code as an attachment. But I am not understanding how to attch. Can you please tell me how to attach my code to this forum for your review? Thanks once again.
    Posted to Security (Forum) by kak.mca on 9/17/2009
  • Re: Login Problem

    Hi Vinay, Thankyou very much for your interest. But; number of pages are there including .aspx, .aspx.cs, App_Code folder, Subfolders.... It is very difficuilt to copy and paste all the code. If you could give your email address, then I can send as an attachment. Thanks once again. Regards, Ashok kumar K.
    Posted to Security (Forum) by kak.mca on 9/17/2009
  • Login Problem

    Hi Good morning to all, I am doing Registration, Login pages for one website. I am doing like below to test the application: 01. I am registering one user 02. I am trying to login with the same user credentials. The above two steps are working fine in my system. But, when I try my program with others' system: It is showing the following behavior: 01. When registering, Registration successful. 02. But when trying to Login with those credentials the page is not moving to Default.aspx, but remains
    Posted to Security (Forum) by kak.mca on 9/16/2009
  • Re: How to assign a permission?

    Hi, I couldn't understand how far your statement can help to solve this problem. Remember that your statement is not new, and includes NO technical twists. I am not exptecting one or two lines of statements as a reply. Please give clear suggestion if you know really!!!
    Posted to Security (Forum) by kak.mca on 9/13/2009
  • How to assign a permission?

    Hi Good morning to all, I am developing one web application. In this Web Application, three different roles exists. 01. Admin 02. Fleet-Admin , there can be more number of Fleet Admins. 03. Fleet-User , there can be more number of Fleet Users. Admin can grant permission for one Fleet-Admin to view one another Fleet-Admin information. How can i implement this feature in asp.net? Thanks in advance. Regards,
    Posted to Security (Forum) by kak.mca on 9/12/2009
  • How to stop user from unwanted page navigation?

    Hi, Good moring to all. I am developing one website. In that website page navigation is like this: SearchProducts.aspx --> EditRetailerSearch.aspx --> SelectLocationForProduct.aspx Some querystring parameters are passing from SearchProducts.aspx page to EditRetailerSearch.aspx page and then to SelectLocationForProduct.aspx . If some user enters EditRetailerSearch.aspx page or SelectLocationForProduct.aspx straight away in the url without entering querystring details, then the page is crashing
    Posted to Web Forms (Forum) by kak.mca on 8/20/2009
  • Re: How to stop user from unwanted page navigation?

    Hi, Thanks for your reply. But the issue is not with the login page. As I have mentioned in my post, that I need to handle QueryString variables properly. If user tries to navigate straight away to middle of the page, then, query string variables cannot be loaded;and as a result my program will give an error. This I don't want. One more thing is: Session is notadvisable most of the times.
    Posted to Web Forms (Forum) by kak.mca on 8/20/2009
  • Re: How to stop user from unwanted page navigation?

    Hi ramiramilu, Thanks for your reply. Your first method suggested: ------------------------------------------------------------------------------------------------------------------------------------ If complete security is required use web.config along with authentication and authorization sections. And after doing the..... ------------------------------------------------------------------------------------------------------------------------------------ <-- Here, security is not the problem
    Posted to Web Forms (Forum) by kak.mca on 8/20/2009
  • Re: ms test tutorials required

    Thank you very much for your reply Kris. But, I couldn't get videos from MSTest tutorial.
    Posted to Free For All (Forum) by kak.mca on 8/7/2009
Page 1 of 7 (69 items) 1 2 3 4 5 Next > ... Last ยป