Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Shahdat Hosain

@Shahdat Hosain
About
Posts
47
Topics
29
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • CompositeWebClientLibrary that supports Enterprise Library 4.1
    S Shahdat Hosain

    Hi all I have a work to integrate two different web application in one 1. First one use Enterprise Library 4.1(say Microsoft.Practices. EnterpriseLibrary. Logging, Version=4.1.0.0) On the other hand 2. Second one use two thirdparty a) Enterprise Library 3.1(say Microsoft.Practices.EnterpriseLibrary.Logging, Version=3.1.0.0) and b) CompositeWebClientLibrary-2008( say Microsoft.Practices.CompositeWeb.dll version 2.0.2) We know, CompositeWebClientLibrary-2008 have strict dependence on Enterprise Library 3.1 * Based on above issues, I have to update Second one using Enterprise Library 4.1. * Its clear to us: if we update Second one using Enterprise Library 4.1 the existing CompositeWebClientLibrary-2008 does not support Enterprise Library 4.1.( bcoz CompositeWebClientLibrary-2008 have strict dependence on Enterprise Library 3.1) Please help me by informing about such CompositeWebClientLibrary that supports Enterprise Library 4.1

    shahdat

    ASP.NET announcement help

  • Fail to install Sliverlight3 tools for VS2008 SP1
    S Shahdat Hosain

    Hi All I am fail to install Sliverlight3 tools for VS2008 SP1 Following Error shown in log file WinHttpDetectAutoProxyConfigUrl failed with error: 12180 [3/12/2010, 10:51:12] (IronSpigot::WinHttpDownloader::GetProxySetting) Auto detection of proxy failed, try to retrieve proxy information via IE. [3/12/2010, 10:51:12] (IronSpigot::WinHttpDownloader::GetProxySettingViaIE) Retrieving proxy information using WinHttpGetIEProxyConfigForCurrentUser [3/12/2010, 10:51:12] (IronSpigot::WinHttpDownloader::GetProxySettingViaIE) Unable to retrieve Proxy information although WinHttpGetIEProxyConfigForCurrentUser called succeeded [3/12/2010, 10:51:12] (IronSpigot::WinHttpDownloader::CreateSession) WINHTTP_ACCESS_TYPE_DEFAULT_PROXY [3/12/2010, 10:51:12] (IronSpigot::WinHttpDownloader::StartDownload) Session Created [3/12/2010, 10:51:12] (IronSpigot::WinHttpDownloader::StartDownload) Connection Created [3/12/2010, 10:51:12] (IronSpigot::WinHttpDownloader::StartDownload) Request Created [3/12/2010, 10:51:12] (IronSpigot::WinHttpDownloader::AsyncCallbackInternal) WINHTTP_CALLBACK_STATUS_REQUEST_ERROR error: error=12007, result= 5. Percentage downloaded=-2147483648 [3/12/2010, 10:51:12] (IronSpigot::RetryingDownloaderT<class IronSpigot::WinHttpDownloader,class IronSpigot::BitsDownloader,class IronSpigot::UrlMonDownloader,class IronSpigot::FileAuthenticity>::DownloadUsingUrlMon) Cannot resolve server name (12007) when downloading using WinHttp, try using URLMON [3/12/2010, 10:51:12] (IronSpigot::UrlMonDownloader::PerformAction) UrlMon download failed with 800c0005 [3/12/2010, 10:51:12] (IronSpigot::RetryingDownloaderT<class IronSpigot::WinHttpDownloader,class IronSpigot::BitsDownloader,class IronSpigot::UrlMonDownloader,class IronSpigot::FileAuthenticity>::PerformAction) Download failed at attempt 1 of 4 for http://go.microsoft.com/fwlink/?LinkID=150219 using http: [3/12/2010, 10:51:12] (IronSpigot::RetryingDownloaderT<class IronSpigot::WinHttpDownloader,class IronSpigot::BitsDownloader,class IronSpigot::UrlMonDownloader,class IronSpigot::FileAuthenticity>::UseHttp) Determine the protocol to use [3/12/2010, 10:51:12] (IronSpigot::BitsDownloader::InitializeBITS) Failed to COCreateInstance BackgroundCopyManager : hr= 0x80070422 [3/12/2010, 10:51:12] (IronSpigot::BitsDownloader::InitializeBITS) Failed to COCreateInstance BackgroundCopyManager : hr= 0x80070422 [3/12/2010, 10:51:12] (IronSpigot::RetryingDownloaderT<class IronSpigot::WinHttpDownloader,class IronSpigot::BitsDownloader,class IronSpig

    .NET (Core and Framework) com sysadmin tools help question

  • Best ASP.NET Forum software and ASP.NET CMS?
    S Shahdat Hosain

    Ok Now I aspect the answer of another part of the my problem. You may know Forum module of a site may be developed using vBulletin( for PHP and Mysql). I want to know which tool/software I can user intense of vBulletin as a web developer of ASP.NET? Plz feel free to help me. shahdat

    shahdat

    ASP.NET csharp asp-net help question

  • Best ASP.NET Forum software and ASP.NET CMS?
    S Shahdat Hosain

    Thanks Abhijit Jana, for ur valuable response I work with a real state site of a Singapore Real State company.He want a forum using vBulletin(PHP). I offered him I will be capable to build forum module using ASP.NET forum software. Now what can I do? I also want a best ASP.NET CMS for building Social Networking site. Could you help me more? Happy :-D Shahdat

    shahdat

    ASP.NET csharp asp-net help question

  • Best ASP.NET Forum software and ASP.NET CMS?
    S Shahdat Hosain

    Hi Could any help me to inform which one is best ASP.NET Forum software and which one is the best ASP.NET CMS.:confused: Thanks Shahdat

    shahdat

    ASP.NET csharp asp-net help question

  • Register IIS with the ASP.NET version
    S Shahdat Hosain

    If the .NET framework is already installed in our system when we are installing IIS, then ASP.NET will not be registered with IIS. So if we host any application on IIS it will not work. To Register your IIS with the ASP.NET version we need to run the aspnet_regiis -i command from the command prompt. This will automatically register the .NET Framework with our IIS. But I do not know How can run the aspnet_regiis -i command from the command prompt. Can any one help me? What command should write in command prompt to run aspnet_regiis -i? :rolleyes:

    shahdat

    ASP.NET asp-net csharp dotnet windows-admin help

  • Web Site Hosting Process
    S Shahdat Hosain

    Thanks for ur valuable response. But I have no clear concept about uploading my applications.I don't know which file and folders should be uploaded. My project build on Layered Architecture There are 2 main project 1. koorasweb -for presentation layer 2. koorascore - for service, domain/business, domain and dataaccess layer should I upload both koorasweb and koorascore? or only files and folders of koorasweb project?

    shahdat

    ASP.NET database hosting performance help question

  • Web Site Hosting Process
    S Shahdat Hosain

    Hi All I have developed my first website. Now it is staying at my local computer. I am excited to keep it in World Wild Web(WWW). To do that I already have done following jobs ---I bought a domain and 500MB memory ---Received a message from seller to use the control panel Here is my problems I don't know which file and folder should upload bia control panel (There are 4 projects in whole solution 1. koorasweb, 2.kooraswedtest,3.koorascore, 4.koorascoretest.) I don't know how can I connect my database properly. Please help me......

    shahdat

    ASP.NET database hosting performance help question

  • SMS is not deliver
    S Shahdat Hosain

    If use localhost to send email at first check the directory C(System Drive):\Inetpub\mailroot\Queue . do you get the email message? If not you should configure IIS correctly?

    shahdat

    ASP.NET csharp

  • Useing button within Repeater
    S Shahdat Hosain

    Hello Boss I also know about Gridwiew. and the problem can be solve by it. But I want to Implement like plax.com's request connection service. In www.plaxo.com when a user click on request to connect link. A connection connection request send. page automatically updated and when a user click on cross button the deletion also fairly done. Could you Suggest me more?

    shahdat

    ASP.NET sysadmin

  • Useing button within Repeater
    S Shahdat Hosain

    Thanks Plz hear my real problem. It a big problem to me I have a page Connection.aspx that shows all connections(friends) of a user like faecbook and plaxo.com I need to delete a connection when the user click on delete button() and after deleting he see his new connection list on that page. To do this I use a updatepanel, repeater and usercontrol(profile.ascx). Repeater set in the updatepanel. By repeater all connection show in Connection.aspx using usercontrol(profile.ascx).

    <asp:UpdatePanel ID="UpdatePanel1" runat="server">
    <ContentTemplate>
    <asp:Repeater ID="repConnections" runat="server" OnItemDataBound="repConnections_ItemDataBound">
    <ItemTemplate>
    <div class="friendBody">
    <Kooras:ProfileDisplaySmall ShowConnectionRequestButton="false" ShowDeleteButton="true" ID="pdProfileDisplay" runat="server" />
    </div>
    </ItemTemplate>
    </asp:Repeater>
    </ContentTemplate>
    </asp:UpdatePanel>

    profile.ascx have a delete button to delete connection. When user click on that button, connection actually deleted. but page connection.aspx not be updated. To solve this problem I think following technique I place a button on connection.aspx set visiable false. and after clicking on delete button of the usercontrol(profile.ascx). the button on connection.aspx will be fire. Dear........ If this is right way , Plz tall me how can I Implement it.

    shahdat

    ASP.NET sysadmin

  • Useing button within Repeater
    S Shahdat Hosain

    To partial update I use the repeater within a Updatepanel. Is it problem to create a button BEFORE page load? Just now I see that button is work well without using Updatepanel. But I want to partial update the page. Plz help.

    shahdat

    ASP.NET sysadmin

  • Useing button within Repeater
    S Shahdat Hosain

    I want to use a button within a repeater. To do that I use following code, but After clicking on the button page not response.

    <asp:Repeater ID="repConnections" runat="server" OnItemDataBound="repConnections_ItemDataBound">
    <ItemTemplate>
    <div class="friendBody">
    <Kooras:ProfileDisplaySmall ShowConnectionRequestButton="false" ShowDeleteButton="true" ID="pdProfileDisplay" runat="server" />
    <asp:Button ID="ConnectionDelete" runat="server" Text="Delete" onclick="ConnectionDelete_Click" />
    </div>
    </ItemTemplate>
    </asp:Repeater>

    protected void ConnectionDelete_Click(object sender, EventArgs e)
    { DeleteConnection(Convert.ToInt32(lblConnectionID1.Text));
    }

    Plz verify it.

    shahdat

    ASP.NET sysadmin

  • How can I update the page Friend.aspx partially by clicking on button deleteFriend of usercontrol Profile.ascx?
    S Shahdat Hosain

    To update the page Friend.aspx partially by clicking on button deleteFriend of usercontrol Profile.ascx I use following code Friend.aspx

    <%@ Register Src="~/UserControls/ProfileDisplaySmall.ascx" TagPrefix="Kooras" TagName="ProfileDisplaySmall" %>

            <asp:UpdatePanel ID="UpdatePanel2" runat="server">
             <ContentTemplate>
                 <Kooras:ProfileDisplaySmall ShowConnectionRequestButton="false" ShowDeleteButton="false" ID="pdProfileDisplay" runat="server" />
                 <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
                 <asp:Label ID="Label4" runat="server" Text="Label"></asp:Label>
             </ContentTemplate>
             <Triggers>
               
             </Triggers>
             </asp:UpdatePanel>
    

    But nothing to do I also add

    <Triggers>
    <asp:AsyncPostBackTrigger ControlID="deleteFriend" EventName="click"/>
    </Triggers>

    Profile.ascx

    <asp:ImageButton ImageAlign="AbsMiddle" ID="deleteFriend" CssClass="cross" runat="server" OnClick="ibDelete_Click" ImageUrl="~/images/cross_icon_normal.png" />

    Now compiler says deleteFriend does not exist in the current context(at Friend.aspx ). What can I do? Plz ...

    shahdat

    ASP.NET question sysadmin announcement

  • Repeater in update panel
    S Shahdat Hosain

    Thanks Im successful on behalf of your suggestion. But a little problem show yet. if more than one status post within 60 seconds then later post print under the previous one. Is it a mater of timer or anything else. Plz suggest me.

    shahdat

    ASP.NET database question help announcement career

  • Repeater in update panel
    S Shahdat Hosain

    I seems as you. Plz verify my c# code

    protected void Page_Load(object sender, EventArgs e)
    { ShowAlerts(_alertService.GetStatusAlertsByAccountID(_userSession.CurrentUser.AccountID));
    }

    public void ShowAlerts(List<Alert> Statusalerts)
    {
    repStatus.DataSource = Statusalerts;
    repStatus.DataBind();
    if (repStatus.Items.Count == 0)
    lblStatusMessage.Text = "You don't have any status alerts yet!";

    }

        protected void btnShare\_Click(object sender, ImageClickEventArgs e)
        {
            
            StatusUpdate su = new StatusUpdate(); // Statusupdate table
            su.Status = msgText;
            \_alertService.AddStatusUpdateAlert(su);
             }                     
            txtStatusUpdate.Text = "";            
        }
    

    plz help me.

    shahdat

    ASP.NET database question help announcement career

  • Repeater in update panel
    S Shahdat Hosain

    I want to develop status update like facbook's status update. To do this job I use following technique. I placed a repeater, textbox and button into a updatepanel. Repeater contain a label to show all status from DB. When a user click on the button, the text will save on DB. And all status( including new) will be shown automatically by repeater after updating database. Here is my problem: After first clicking text is saved on DB. But page doesn't update with new status. After second click page update with the new status. Have any problem in my concept? If yes. Plz inform me how can I update the repeater automatically after DB updating .

    shahdat

    ASP.NET database question help announcement career

  • Problem in asp.net ajax updatepanel progress
    S Shahdat Hosain

    Thanks a lot No specific error show from compiler. When I click update button, page is partially updated. But progressing message (with Image) never show for a logged in user. Interest that their is no problem for anonymous user. I tall you again In my program the Content2 is activated only for logged in user. Is it problem?

    shahdat

    ASP.NET help csharp asp-net sysadmin question

  • Problem in asp.net ajax updatepanel progress
    S Shahdat Hosain

    Yes I will remain later. Plz answer me

    shahdat

    ASP.NET help csharp asp-net sysadmin question

  • Problem in asp.net ajax updatepanel progress
    S Shahdat Hosain

    OK boss, I am highly worried about my problem. But I don't get any answer yet within 9 hours ago. Plz help me. If it's not beyond your capacity.

    shahdat

    ASP.NET help csharp asp-net sysadmin question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups