Search

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

Matching Posts

  • Ajax assembly error

    I have asp.net 2.0 and asp.net 3.5 now when i am working on asp.net 2.0 on ajax it gives me error like this while building "Assembly 'AjaxControlToolkit, Version=3.0.30512.20351, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' uses 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Extensions," Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
    Posted to ASP.NET AJAX Control Toolkit (Forum) by prakash@modulussystems.co.uk on 8/24/2009
    Filed under: AJAX
  • datatable fill problem

    Hi everyone I have problem of filling datatable.When i check that query on sql it is giving correct answer but after filling on datatable it shows zero records.i just need to solve this problem
    Posted to Data Access and ObjectDataSource Control (Forum) by prakash@modulussystems.co.uk on 8/11/2009
    Filed under: data tablea fill problem
  • url redirect

    Hi all I have one problem i have url like:http://www.peopleforever.org/india/default.aspx now i want not to show default.aspx i only want to show http://www.peopleforever.org/india when i do coding it says error message: "This webpage has a redirect loop. The webpage at http://www.peopleforever.org/india has resulted in too many redirects. Clearing your cookies for this site may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer." I
    Posted to Configuration and Deployment (Forum) by prakash@modulussystems.co.uk on 8/10/2009
    Filed under: urlredirect
  • Re: url redirect

    string RUrl = Request.Url.ToString(); RUrl = RUrl.Substring(0, RUrl.LastIndexOf("/")); Response.Redirect(RUrl);
  • Showing time on logedin user basis....

    Hi everyone, I have server on UK and when ever i insert record it insert date and time of Uk now when somebody open my website it shows the time of UK now what i want if somebody open my site from india i want to show him india time means country wise time to that user. Thanks in advacne
    Posted to Web Forms (Forum) by prakash@modulussystems.co.uk on 8/6/2009
    Filed under: time, Universal time...
  • Copy aspx file to another directory..

    Hi everyone.... I am creating dynamic aspx page. I have one folder and in that folder i have one aspx page and that aspx page contains usercontrol which display value regarding passed querystring on that usercontrol.Now what i want to do i want to check user country wise.when user come to my site i have to check that user from which country that user has came and i have to create directory regarding that country and copy that folder and aspx page that i have create static. Now i want how to copy
    Posted to Web Forms (Forum) by prakash@modulussystems.co.uk on 8/3/2009
    Filed under: aspx
  • Use jquery updatepanel instead of ajax Updatepanel

    Hello everyone. I am currently using asp.net 2005.I want to use Jquery Updatepanel instead of Ajax update panel.I am not getting any help.Can can body help how to create jqueryupdate panel which reflect on server side also... Thanks on Advance..
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by prakash@modulussystems.co.uk on 7/30/2009
    Filed under: jquery
  • Jquery help

    Hi everyone I am new to jquery i need your help i want tutorial which start from basic of jquery.
    Posted to Client Side Web Development (Forum) by prakash@modulussystems.co.uk on 7/6/2009
    Filed under: jquery
  • Urlrewritting problem

    Hi everyone I have problem regarding dynamic url rewritting in asp.net. I am working on some site where i am passing querystring and on behalf of querystring i have to get name etc now i have return code on global.aspx page on application_beginrequest and code is below: if i type www.peopleforever.org/profile.aspx?uid=9 it should be written like www.peopleforever.org/profile.aspx/Prakash if (HttpContext.Current.Request.Path.ToLower().Contains("/profiles.aspx")) { string userid = Request
    Posted to HttpHandlers and HttpModules (Forum) by prakash@modulussystems.co.uk on 7/3/2009
    Filed under: url rewritting.
  • Url rewritting giving The resource cannot be found error

    Hi everyone I have serious problem regarding URL Rewritting.Actually i am unknown about all these things and the code i found are all fake doesn't work and doesn't say me the sequence how to do what to code in global file,.configfile,.aspx file where i want to urlrewritting. This is my code in global.asax file on Application_BeginRequest string { msg = Request.Url.ToString(); if ( HttpContext .Current.Request.Path.ToLower().Contains( "/peopleforever/timer.aspx" )) //peopleforever
    Posted to Getting Started (Forum) by prakash@modulussystems.co.uk on 6/30/2009
    Filed under: url rewritingg
Page 1 of 3 (29 items) 1 2 3 Next >