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
A

armm1388

@armm1388
About
Posts
5
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Error When use of crystal report (sap crystal 13) and .netframework 4 in my application(c#-VS2010)
    A armm1388

    Hi When I use of crystal report (sap 13) and .netframework 4 in my application(c#-VS2010) I will be faces with this error : Could not load file or assembly 'file:///C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies. The system cannot find the file specified. But when I choose .NetFramework 3.5 , it works fine. Thanks very much

    ASP.NET csharp dotnet help

  • Use propaganda in my site (VS2010 – C#)
    A armm1388

    Hi Almost in all web sites in internet there is a propaganda at left or right top corner of the web site. Now I want to Use propaganda in my site (VS2010 – C#). HOW CAN I DO IT? Thanks very much

    ASP.NET question csharp

  • Limit size of pictures for upload in my web site (VS2010 – C#)
    A armm1388

    Hi How can I Limit size of pictures for upload in my web site (VS2010 – C#)? Thanks very much

    ASP.NET question csharp

  • Don’t Export Persian fields finely from ASP.NET to Excel (VS2010 – C#)
    A armm1388

    Hi I export my GrideView from asp.net to excel but the fields which contain Persian character don’t export finely (VS2010 – C#). HOW CAN I DO IT? My code is : HttpContext.Current.Response.Clear(); HttpContext.Current.Response.AddHeader("content-disposition", string.Format("attachment;filename={0}.xls", "Exported")); HttpContext.Current.Response.Charset = ""; HttpContext.Current.Response.ContentType = "application/ms-excel"; using (StringWriter sw = new StringWriter()) { using (HtmlTextWriter htw = new HtmlTextWriter(sw)) { // Create a table to contain the grid Table table = new Table(); foreach (GridViewRow row in GridView1.Rows) { table.Rows.Add(row); } // render the table into the htmlwriter table.RenderControl(htw); // render the htmlwriter into the response HttpContext.Current.Response.Write(sw.ToString()); HttpContext.Current.Response.End(); } } Thanks very much

    ASP.NET csharp question css asp-net

  • Connect to another pc
    A armm1388

    I have username and password of another pc and I want to connect to that pc from my pc. How can I do this by programming c# or vb.net or Delphi

    Delphi csharp delphi 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