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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

Shaimmaa

@Shaimmaa
About
Posts
8
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • export data to word document
    S Shaimmaa

    Hi I want to ask if there is a way to export html sting to word document with html formatting and word page break Here is what I am trying to do I am trying to export mail template written in html format and is customized with customers data to word document to be printed and send to them so I need each copy of mail to be on separate page for now I can only export data to word but it is written as plain text with html tags any help please thank you

    Web Development html help

  • How to access a table in sql2005 database from stored procedure in another database
    S Shaimmaa

    Hi here is what I have 1- I have 2 different tables in 2 different databases 2- I need to write a stored procedure to start a transaction to add data in both tables so if any error occured then rollback so I want to access the table in the other database to add data to it any help thanks Shaimmaa

    Database database help tutorial

  • How to access a cookie added by javascript from codebehind in c#
    S Shaimmaa

    Hi the problem is I have an html page in which I add a cookie then it redirect me to a page out of my web application then return back from there to my web application again to an aspx page in which I am trying to access the cookie in Page_Load but it return null the code in html page: var date = new Date(); date.setHours(date.getHours() + 1); var x = date.getUTCDate(); document.cookie = "us=5555; expires=" + x.ToString + "; path=/"; the code in aspx page: Label3.Text = Request.Cookies["us"].ToString(); thanks

    Web Development csharp javascript html help tutorial

  • Add/Update error
    S Shaimmaa

    Hi each time I try to add/Update something I receive the error below: "The transaction log for database 'DatabaseName' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases" any idea how to solve this thanks alot Shaimmaa

    Database database help tutorial announcement

  • Install application failure
    S Shaimmaa

    Hi My problem is: I have an application developed with vs2003 C# and its installer (installs MSDE, db and software) was working fine with many different windows versions till vista the installer failed to install. The installation error was that it failed to install the database and unknown windows version What do I need to let the istaller work on windows vista? thanks

    Windows API database help csharp question announcement

  • opera and firefox message
    S Shaimmaa

    when I try to open the website in opera and firefox a message appear asking for a username and password for server localhost and I don't know what to do and when I click cancel button the page doesn't load and I got "You are not authorized to view this page" thanks shaimmaa

    Web Development sysadmin

  • visual studio 2005 issue
    S Shaimmaa

    Hi I’ve just converted a project from vs2003 to vs2005 and it builds successfully but when I run it, it throws the exception: "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)" Any idea how to solve this problem Thanks

    Web Development help csharp database sql-server visual-studio

  • converting from vs2003 to vs2005
    S Shaimmaa

    Hi I’m converting a project from visual studio 2003 to visual studio 2005. The problem is: In the 2003 project I got a folder (called businessLayer) containing all the .cs business classes and one of these classes is referencing a user control in another folder after converting the businessLayer folder became under app_code folder so it can’t see the folder containing the user control so I put the cs files in a folder (also called businessLayer) out of the app_code folder but the all the controls can’t access the new folder out of app_code while they can see another folder containing another user controls. So what can I do to overcome this problem, any idea shaimmaa

    ASP.NET csharp visual-studio winforms business help
  • Login

  • Don't have an account? Register

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