Search

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

Matching Posts

  • SlideShow Extender

    Hi friend i need your help, i want to create webservice for slide show extender, with parameter means i want to change the slide show on the different pages. here is my code please let me know how i can do it. using System; using System.Collections.Generic; using System.Web; using System.Web.Services; /// <summary> /// Summary description for WebService /// </summary> [WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1
  • Grid view need to change the command button logically

    hi friends i have gridview in my aspx page. in grid i have added three link command button. one command button show the status is active i want to change this button dynamically when grid view is going to bound with the data. mean when grid view going to bound status command button check the values in the dataset and decide button show active image or in active image. Thanks in advance
  • Re: FileUpload

    friend i discusse my problem with my hosting comoany they reply me this. i did not understand what they want to give me solution To determine the physical path of any of your web folders, create a new file called 'showpath.asp' and inside this file place the following code: < %@LANGUAGE=VBSCRIPT% > <%=Server.MapPath(".")%> Upload this file to your web site, and pull it up in your web browser. You will see the physical path to the directory where the file is located displayed
    Posted to Web Forms (Forum) by shahid.majeed on 7/22/2009
  • Re: FileUpload

    Hi friends as you know we already knows the problem with the uploading control its connection interrupted. yes its really connection reset after some time at my website. what i do i test my website at my second web server. and its working perfectly there with the same code. i have successfully uploaded 5MB file in my project. once again thanks allot to all who support me. specialy venkatu2005 who really help me out about this problem Regards, Shahid Majeed
    Posted to Web Forms (Forum) by shahid.majeed on 7/22/2009
  • Re: FileUpload

    Hi friends. as you know i am facing problem with uploading heavy file atleast 2MB file to my server. i try with this code <httpRuntime maxRequestLength="1024" executionTimeout="60"/> but its not working properly and give me this error Server Error in '/' Application. ________________________________________ Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application
    Posted to Web Forms (Forum) by shahid.majeed on 7/17/2009
  • Re: FileUpload

    i have added this tag in my web.config file. but its still did not show me the exect error, in IE 6 its just show me the page can not be displayed. here is my web.config file code <?xml version="1.0"?> <configuration> <configSections> <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> <sectionGroup
    Posted to Web Forms (Forum) by shahid.majeed on 7/17/2009
  • Re: FileUpload

    i have been added multiple break point in web.config file at mulitple placeses but it's not go in the debug mode. when i run the application
    Posted to Web Forms (Forum) by shahid.majeed on 7/17/2009
  • Re: FileUpload

    yes you are right but after it i try with this request lenght. but it even did not upload 1MB file to my server. i need to solve this problem as soon as possible because customer waiting for the application. <httpRuntime maxRequestLength="10240" enable = "True" requestLengthDiskThreshold="512" useFullyQualifiedRedirectUrl="True" executionTimeout="45"/> <httpRuntime maxRequestLength="10240" enable = "True" requestLengthDiskThreshold
    Posted to Web Forms (Forum) by shahid.majeed on 7/17/2009
  • Re: FileUpload

    this pice of code working perfectly on my machine. but at my hosting server its give me this error Server Error in '/' Application. -------------------------------------------------------------------------------- Could not find a part of the path 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\781bf66f\13a0a7fb\uploads\7obnha7m.tmp'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace
    Posted to Web Forms (Forum) by shahid.majeed on 7/17/2009
  • Re: FileUpload

    how i remove the temp files on my hosting server. i dont have access
    Posted to Web Forms (Forum) by shahid.majeed on 7/17/2009
Page 1 of 7 (69 items) 1 2 3 4 5 Next > ... Last »