Search

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

Matching Posts

  • Re: How to create msdn like pages???

    Dear friend, http://www.9rays.net/asp.net_2/treeview/Demo_MSDN.aspx This demo is based on local filesystem and demonstrates dynamic nodes population without page refresh along with selected predefined treeview style. But what i actually wanted to know is that, how to create pages like MSDN library where tree navigation is on the left side (may be an iframe). And that section hides to the left side of screen on pressing 't' button on keyboard or by double clicking on the separator bar between
    Posted to Web Forms (Forum) by madhumad on 6/24/2009
  • How to create msdn like pages???

    Dear friends, I want to create pages similar to msdn library pages. In msdn, they have used treeview for navigation. The menus disappear on pressing the 'T' key on keyboard or double clicking the separator. Please suggest, how to create pages like those. Thanks in advance... :)
    Posted to Web Forms (Forum) by madhumad on 6/22/2009
  • Re: Image.FromFile is giving Out Of Memory Error...

    Images which are showing "Out of Memory" error are also not opening in imaging preview.But these images are opening in other applications such as Windows Presentation Foundation applications. As i previously said that i think its happening just because these images are having no summary details(in summary tab) in their properties. plz help...
    Posted to System.Drawing/GDI+ (Forum) by madhumad on 11/30/2008
  • Image.FromFile is giving Out Of Memory Error...

    Hi friends, I am trying to crop a tiff image in c#. But Image.FromFile(...) method is throwing error "Out of Memory". I analysed the situation and found that some images of tiff format are working fine and some are throwing error. I also analyzed that images that are not working have one thing in common... i.e. when i checked the properties of these images i see that "Summary" tab is having no data... And there was data in summary tab for those images who were working fine...
    Posted to System.Drawing/GDI+ (Forum) by madhumad on 11/30/2008
  • Re: Cassini server error message

    I turned off the IIS service. And after reading the manual i run the build.bat file from command prompt but it shows error like gacutil is not recognized as internal or external command.
    Posted to Cassini Sample Web Server (Forum) by madhumad on 10/21/2008
  • Cassini server error message

    Hi friends, I get an error message like Cassini Managed web server failed to start listening on port:80 on this step RUNNING CASSINI - I get an error Cassini Managed web server failed to start listening on port:80 on this step I have done this... 1. Start Cassini ('CassiniWebServer.exe') 2. Set Application Directory: C:\inetpub\wwwroot 3. Set Server Port: 80 4. Set Virtual Root: / Possible conflict with another web server on the same port. However as far as I know there isnt -_- can anyone
    Posted to Cassini Sample Web Server (Forum) by madhumad on 10/21/2008
  • Re: Exporting GridView data to excel or other formats...

    Yes you are right i have tried this code on a new form and its working fine... So now, i am trying to duplicate that form. Thanks a lot for all your efforts...
    Posted to Data Presentation Controls (Forum) by madhumad on 10/17/2008
  • Re: Exporting GridView data to excel or other formats...

    Still not working... same problem persists... Here is my designer code : <% @ Page Language ="C#" AutoEventWireup ="true" CodeFile ="Details.aspx.cs" Inherits ="Details" %> <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> < html xmlns ="http://www.w3.org/1999/xhtml"> < head id ="Head1" runat ="server"> < title
    Posted to Data Presentation Controls (Forum) by madhumad on 10/17/2008
  • Re: Exporting GridView data to excel or other formats...

    Still not working... same problem persists... Here is my designer code : <% @ Page Language ="C#" AutoEventWireup ="true" CodeFile ="Details.aspx.cs" Inherits ="Details" %> <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> < html xmlns ="http://www.w3.org/1999/xhtml"> < head id ="Head1" runat ="server"> < title
    Posted to Data Presentation Controls (Forum) by madhumad on 10/17/2008
  • Re: Exporting GridView data to excel or other formats...

    No... its not working even that way, i mean public override void VerifyRenderingInServerForm(Control control) { } More description of the problem : The file save dialog opens up but when i try to save it, by default it goes saving the file as HTML whereas i have set it to save as .xls file. I also debugged my code, and observed that when the method GridView1.RenderControl(htmlWrite); executes the control just passes to next line instead of passing to the method public override void VerifyRenderingInServerForm
    Posted to Data Presentation Controls (Forum) by madhumad on 10/17/2008
Page 1 of 2 (13 items) 1 2 Next >