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
A

ahawari09

@ahawari09
About
Posts
21
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • excel add-ins
    A ahawari09

    Hi, Please can you recommend good books about Ms Office add-in and specially excel add-in useing Visual Studio tools and others, and what is the best way to start in developing Ms office add-in. Thanks.

    hawari

    Visual Basic csharp visual-studio tools question

  • Asp.net testing server problem
    A ahawari09

    Thank you for replying, but how exactly should I do that?

    hawari

    ASP.NET csharp asp-net sysadmin security testing

  • Asp.net testing server problem
    A ahawari09

    I am trying to run my asp.net project for testing in my laptob and I use Kaspersky internet security. The project cannot be displayed as the internet explorer showed. Please if you have any idea that would be greate. Thanks

    ASP.NET csharp asp-net sysadmin security testing

  • forums
    A ahawari09

    What is the procdure to build a simple web forum? Any body knows please give me a feadback.

    hawari

    ASP.NET question

  • Ajax and Asp.net
    A ahawari09

    Guys, what is the difference between Asp.net with Ajax and Ajax alone. Please explain and if there is any links that would be helpfull. Thanks

    hawari

    ASP.NET csharp asp-net question

  • Ritch text editor
    A ahawari09

    Thank you that is very inspiring my frind.

    hawari

    ASP.NET csharp asp-net tutorial question

  • Ritch text editor
    A ahawari09

    Hi everyone, Dose anybody knows how to add or use a simple text editor in an asp.net webpage?

    hawari

    ASP.NET csharp asp-net tutorial question

  • Sql server in godady.com
    A ahawari09

    Hello every one, Guys does anyone know how to create or upload and connect to sql database in godady.com, just any how any way please...., my problem is that I don't know how to properly copy my local host database to the public server which godady. Connection method is provided as a fixed connection string with already set username, but there is no way of uploading specifically for a database that can be connected accept the asp schema. Please help. hawari

    hawari

    Web Development database help sql-server com sysadmin

  • Sql server in godady webhost
    A ahawari09

    Hello every one, Guys does anyone know how to create or upload and connect to sql database in godady.com, just any how any way please...., my problem is that I don't know how to properly copy my local host database to the public server which godady. Connection method is provided as a fixed connection string with already set username, but there is no way of uploading specifically for a database that can be connected accept the asp schema. Please help. hawari

    hawari

    ASP.NET database help sql-server com sysadmin

  • visual studio 2008
    A ahawari09

    Hi, When I open my web prject in visual studio 2005 and go server explorer I can with no errors expand the database with all its items like tables and others, but when I try to do that with visual studio 2008 I get this error : could not load file or assembly Micorsoft.sqlserver.management.sdk.sfc, Version= 10..... ext ------------------------------------------------------------ Please if someone could help, I be thankfull. hawari

    hawari

    ASP.NET help csharp database visual-studio sysadmin

  • sql server instalation
    A ahawari09

    Hi, I have sql server 2005 installed with most of if not all its components, and also have vwd 2008 and VS 2005. Now I am ready to install VS 2008, is it a good method to uninstall sql 2005 and VWD 2008 to start a clean VS 2008 installation? regards, hawari

    hawari

    Database database sql-server visual-studio sysadmin question

  • IIS Book for reading
    A ahawari09

    Hi, Can anyone recommend me a book to read about the use of IIS with asp.net, and how they interact with each other. Thanks hawari

    hawari

    ASP.NET csharp asp-net windows-admin learning

  • Deploying asp.net website
    A ahawari09

    Hi, Which one is done before, publishing the database or copy website, is copy website alone enough to complete the deployment? regards,

    hawari

    ASP.NET csharp asp-net database sysadmin question

  • Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion' [modified]
    A ahawari09

    I am sorry never mind about that. regards, hawari

    hawari

    ASP.NET database help asp-net visual-studio hosting

  • Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion' [modified]
    A ahawari09

    Hi Abhijit, Thank u for your answer. Is this the right aspnet_regsql.exe -E -S ServerName\SQLEXPRESS -A all. How can I know that I am using the same database? Best regards, hawari

    hawari

    ASP.NET database help asp-net visual-studio hosting

  • Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion' [modified]
    A ahawari09

    I am using vs 2005 for websites, I deploy my website and there is a login name and pass when I enter them I get this error message : System.Data.SqlClient.SqlException: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'. my web.config sql connection is this: This is a godady hosting website I will be thank full if you can point were the problem is.

    hawari

    modified on Friday, November 28, 2008 6:57 AM

    ASP.NET database help asp-net visual-studio hosting

  • string replace method
    A ahawari09

    Wow. I belive you are the one who has no idea, because you did not realy understand the problem. First of all I am not working with SQL server to produce the code I sent to you, I am working with C#. That is why you can see embedded SQL "with a stupid name" table goes in quotes. Thank you and please you don't have to reply to any of my questions. Regards,

    hawari

    C# database help

  • string replace method
    A ahawari09

    I am using treeview control to display table contents and when I duble click the selected node I display a spacific table contents in a listview control, to do that I have to pass table name which is the selected node.text to the select statment then to the DataAdapter. There is one problem table names should not contain space or it will not run without an error. So I am tring to remove space from node.text.

    hawari

    C# database help

  • string replace method
    A ahawari09

    I use below code to fill the DataAdapter with a table contents, but the table name contain space such as "Table Name" I am using replace method to elemnate space from the table name to become "TableName" because when filling DataAdapter it returns an error and even with using the replace method I receive an error such "Syntax error in query. Incomplete query clause." private void treeView1_NodeMouseDoubleClick(object sender, TreeNodeMouseClickEventArgs e) { DataSet1 ds = new DataSet1(); string stconn = "connection string"; OleDbConnection conn = new OleDbConnection(stconn); string deletespace = this.treeView1.SelectedNode.Text.ToString(); string Deletespace = deletespace.Replace(" ",""); OleDbCommand command = new OleDbCommand("select * from '" + Deletespace.ToString() + "'", conn); conn.Open(); OleDbDataAdapter Adapter = new OleDbDataAdapter(); Adapter.SelectCommand = command; Adapter.Fill(ds, Deletespace.ToString()); }

    hawari

    C# database help

  • How can I run exe file?
    A ahawari09

    Hi, This is the error message "The application failed to initialize property (0xc0000135)". Thanks hawari

    hawari

    C# question csharp visual-studio 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