Search

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

Matching Posts

  • Url rewriting is not working in server

    Hi friends I am developing my project in asp.net 2.0 and c#.I am using url rewriting process to have a neat urls and for this i am using urlrewrite engine dll.It works well in my local server but its not working in webserver.I am getting "page not found" error when i am using virtual url even though the original pagename is correct. This is my code in web.config file.. <configSections> <section name="urlrewritingnet" requirePermission="false" type="UrlRewritingNet
  • How to show formatted text of Html Textarea in webpage

    Hi friends I am developing my project in asp.net 2.0 and c#.I am using Html Textarea control to get data from user and I need to show the text entered in the textare on the webpage.If the user entered text as paragraphs or given spaces in between the text,I need to show the actual text entered by user in Div. Please give me suggestions for this.Thanks in Advance.
    Posted to Web Forms (Forum) by shashikantht on 11/10/2009
  • Re: Object reference error by file upload control

    This is my html code. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="EditDetails.aspx.cs" Inherits="VideomastiProject.Admin.EditDetails" %> <%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="System.Web.UI" TagPrefix="asp" %> <%@ Register Src="~/Admin/AdminHeader.ascx" TagName="AdminHeader" TagPrefix="uc1"
    Posted to Web Forms (Forum) by shashikantht on 10/9/2009
  • Re: Object reference error by file upload control

    Hi I am getting error at this section: f (editfileupload.PostedFile.ContentLength != 0) { selectedFile = this.editfileupload.PostedFile; Response.Write(Path.GetFileName(selectedFile.FileName).ToString()); } I am getting error when i am trying to get file name to a string from the fileupload control.
    Posted to Web Forms (Forum) by shashikantht on 10/9/2009
  • Re: Object reference error by file upload control

    I tried that also but it does not resolve the problem
    Posted to Web Forms (Forum) by shashikantht on 10/9/2009
  • Re: Object reference error by file upload control

    If I placed fileupload control outside of update panel it's working well. But if it is inside the update panel it is not working...What might be the problem?
    Posted to Web Forms (Forum) by shashikantht on 10/9/2009
  • Object reference error by file upload control

    Hi friends I am developing my project in asp.net2.0 and c#.I need to upload files and to do that I used fileupload control.But when I am accessing the fileupload control I am getting Object reference error.I tried with replace new controls and also changed namespace. But it did not resolved the problem. Please help me.. With Regards Shashi..
    Posted to Web Forms (Forum) by shashikantht on 10/8/2009
  • Re: Functionality in eCommerce

    hi 1.Store the product views in another table and show the products to the user which are viewed mostly. 2.To recommend products for a particular products just show the similar products for the selected product.You can do this by using like operator in select query. Hope this clarifies you the process.
    Posted to Getting Started (Forum) by shashikantht on 9/24/2009
  • AJAX SlideShowExtender problem

    Hi friends I am developing my project in asp.net and c#.I am using Ajax slide show extender to slide show images..In this control I am not able to use ImageTitleLabelID property. I am getting error when trying to use this property. I also want to give a link to the Image so that if user clicks on that link he will be redirected to another page. Please suggest me tips to do this task.
  • Re: Default Button Behavior Problem in ASP.NET

    Hi use if(!Ispostback) { } in the page_load event.If it doesnot resolve your issue,Send me your code.
    Posted to Web Forms (Forum) by shashikantht on 9/18/2009
Page 1 of 17 (167 items) 1 2 3 4 5 Next > ... Last »