Search

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

Matching Posts

  • What is the maximum size a session variable can hold ?

    What is the maximum size a session variable can hold ? I am trying to store object in session variable, if object size is under 80 KB, then working fine and if the size is greater than 80 KB then on retereival I am getting exception. How can I increase the session variable size? This behaviour is on my production server, on the developement machine I can store big objects like above 500 KB etc.. Thanks
    Posted to State Management (Forum) by toakhtar on 11/18/2009
    Filed under: as.net session session-variable session-size
  • Re: What is the maximum size a session variable can hold ?

    @chintanpshah; Plz check this URL and here I have post the code and you will find more details here. http://stackoverflow.com/questions/1755348/what-is-the-maximum-size-a-session-variable-can-hold Thanks
    Posted to State Management (Forum) by toakhtar on 11/18/2009
  • Uploading multiple files issue

    I want to upload multiple files , so I what I am doing here is, I take collection object of HttpPostedFile and simply when add button click I am adding files into collection and then clicking upload button try to upload all the posted files. but getting exception Cannot access a closed file private static List<HttpPostedFile> Files = new List<HttpPostedFile>(); protected void Upload_Click(object sender, EventArgs e) { int count = 1; foreach (HttpPostedFile file in Files) { String fileName
    Posted to Web Forms (Forum) by toakhtar on 11/17/2009
    Filed under: as.net c# fileupload multiple-upload exception
  • Re: Uploading multiple files issue

    @harsh, Thanks for your reply, but that's not issue you have point, I have check all these things properly
    Posted to Web Forms (Forum) by toakhtar on 11/17/2009
  • Transaction handling with TransactionScope

    I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is there any issue when using TransactionScope with Tableadapters? I have read this article and read some issues with this, but the article was 2.5 years old http://blog.falafel.com/2007/04/09/GettingTableAdaptersToParticipateInTransactions.aspx I hope in latest version of .Net Framework, the issue has been
    Posted to Data Access and ObjectDataSource Control (Forum) by toakhtar on 11/5/2009
    Filed under: as.net c# TransactionScope tableadapter Typeddataset
  • URL redirection

    When user write http://example.com/ in the browser, I want to redirect to http://www.example.com/ , So I want to embend www to the URL when user write example.com in the browser How can I accomplish this? I think I need to write some rules in the web.cofig to accomplish this, but I don't know exactly Thanks
    Posted to Web Forms (Forum) by toakhtar on 9/28/2009
    Filed under: asp.net URL redirection
  • Scanning attachment before uploading on the server?

    How can I scan the attachment before uploading on the server? Is there any free available antivirus engines to scan the attachment on the server? Thanks
    Posted to Getting Started (Forum) by toakhtar on 9/28/2009
    Filed under: as.netp fileupload attachment virus-scanning
  • Setting AssociatedUpdatePanelID to updateprogessbar is not working?

    I have two updatepanel and a progressbar on the page. If I set the AssociatedUpdatePanelID, then progressbar is not working, without setting AssociatedUpdatePanelID progress bar is working but the problem is working on both updatepanel. But I need to work on one updatepanel. <asp:Button ID="Button1" runat="server" Text="Button1" OnClick="Button1_Click" /> <asp:Button ID="Button2" runat="server" Text="Button2" OnClick="Button2_Click"
    Posted to ASP.NET AJAX UI (Forum) by toakhtar on 7/27/2009
    Filed under: As.net C# AJAX Progressbar AssociatedUpdatePanelID
  • One update panel updated and other one is also updated????????

    I have scenario, I have 2 update panel on the page (both have update mode=’conditional’). If I will update 1 update panel another automatically update…???? This is first problem.. I am using UpdatePanelAnimationExtender if one update panel is updated, that don’t have updatepanelAnimationExtender otherone also updated and that have updatepanelAnimationExtender, OnUpdatingUpdatePanel(); event is fired. As the documentation of updatepanelAnimationExtender says: http://www.asp.net/AJAX/AjaxControlToolkit
    Posted to Getting Started (Forum) by toakhtar on 7/24/2009
    Filed under: AS.net AJAX updatepanel AnimationExtender
  • Re: Clicking on a side of the text on the asp menu item; menu disappears

    you provide good solution, but the best is using css... <style> #mainmenu a { display: block; } </style>
Page 1 of 4 (34 items) 1 2 3 4 Next >