Search

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

Matching Posts

  • Re: .NET 2008 compatiblity with .NET 2005

    The problem i have here the .sln file is missing, i have only the folder with files.
    Posted to Getting Started (Forum) by satheesh.7134 on 12/25/2008
  • .NET 2008 compatiblity with .NET 2005

    Hi All I ahve a web based application developed using VS.NET 2005, i would like to open the application using VS.NET 2008. Id it possible, if yes please provide me with the detailed steps.. Thanks in advance.
    Posted to Getting Started (Forum) by satheesh.7134 on 10/30/2008
  • Regd Ajax with gridview

    Hi all I have a dropdownlist, based on the dropdownlist selected value, a gridview will be displayed to the user with a "Delete" button along with necessary info.. Everything is working fine.. But the requirement is the grid has to be displayed without page refresh My question is whether it can be achieved using ajax(xmlhttprequest which we use inside the script tag,, not some third party tools)..
    Posted to ASP.NET AJAX UI (Forum) by satheesh.7134 on 9/18/2007
  • Identifying the User using session

    Hi all My web application allows only one ID per login.. that is i should not allow the person with the same id to login again in anyother machine.. Now my problem is i have to identify whether an user is aleady loged in or not.. If i specify the same id which is loged in previously, i should display an error message.. Please send me a nice suggestion
    Posted to State Management (Forum) by satheesh.7134 on 9/12/2007
  • Regd Identifying online user

    Hi all My web application allows only one ID per login.. that is you should not allow the person with the same id to login again in anyother machine.. Now my problem is i have to identify whether an user is aleady loged in or not.. If i specify the same id which is loged in previously, i should display an error message.. Please send me a nice suggestion
    Posted to Getting Started (Forum) by satheesh.7134 on 9/11/2007
  • Dropdownlist requiredfieldvalidator checkbox gridview

    Hi all I have a gridview which contains the following items checkbox dropdownlist requiredfieldvalidator I want the validator to validate the dropdownlist default value say "0" only when the checkbox is checked how to do that, now even if the checkbox is not checked the validator validates the dropdownlist value
    Posted to Web Forms (Forum) by satheesh.7134 on 8/23/2007
  • Browser [*] button Click

    Hi all I have an web application, which performs some operation whenever an user clicks logout button.In this scenario all are working fine, but if accidentally or intentionally they click the button of the browser, i want to perform the same action i performed for logout button click.. How can i do that.. Please help me Thanks in advance
    Posted to Web Forms (Forum) by satheesh.7134 on 8/22/2007
  • Re: Regd Drive

    I found a way to fix this foreach (string a in System.Environment.GetLogicalDrives()) { if (TextBox1.Text == a) { Response.write("Exists"); } else { Response.write("not Exists"); } }
    Posted to Visual Studio 2005 (Forum) by satheesh.7134 on 8/6/2007
  • Regd Drive

    Hi all In my application the user will select the drive in which the folder has to be created For eg in a textbox if he typed "D:\", i have to check whether the "D" drive is existing in that machine.. Please if someone knows how to solve this, let me know Thanks in advance
    Posted to Visual Studio 2005 (Forum) by satheesh.7134 on 8/2/2007
  • Re: File upload error

    Still i could'nt correct the error.. i want to upload the file that is present in web hosting server..
    Posted to Visual Studio 2005 (Forum) by satheesh.7134 on 7/25/2007
Page 1 of 7 (64 items) 1 2 3 4 5 Next > ... Last »