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

Shujaat Ullah Khan

@Shujaat Ullah Khan
About
Posts
31
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Calling MySql Function in C# for validating username and password
    S Shujaat Ullah Khan

    just to answer you question - ExecuteNonQuery() return the number of rows effected which is zero ! Try using ExecuteScalar() !

    Shujaat

    C# csharp database mysql visual-studio workspace

  • Regarding IIS pblm
    S Shujaat Ullah Khan

    Guess that the IIS or website is stopped check it plz.

    Shujaat

    ASP.NET sysadmin windows-admin help workspace

  • Rock Bottom
    S Shujaat Ullah Khan

    I agree.

    Shujaat

    ASP.NET

  • Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0
    S Shujaat Ullah Khan

    Go to Solution Explorer There must be node with name References under this node you will get all the dlls you have added in your project now select the required dll right Click on it and go to properties now You would see the Copy Local property set it to true.

    Shujaat

    ASP.NET help visual-studio com sysadmin announcement

  • Retrieving files from web server
    S Shujaat Ullah Khan

    the path you are giving must be of local file system.Try to download the file at client side and then open it.

    Shujaat

    ASP.NET help sysadmin hosting

  • ASP.NET Framework for developing applications.
    S Shujaat Ullah Khan

    Yes I agree DNN customization is not so easy but its not so difficult also.If you have use for in built modules you can use them and if you think that you need some extra functionality you can either modify the core modules or you can develop your own custom module and developing custom module is not difficult at all you can find many resources articles on it. The plus point is that you can find most of the things you need for a community-based site in core modules I dont think that you will have a need to modify them.Now you have to decide it as I dont know your exact requirement.If most or all of your requiremnt is met by DNN core modules then I suggest you should go for it you can save much development time. It would be Better if you download the framework and have a look at it in refrence to your requirement.If you need my help plz feel free to contact me.

    Shujaat

    ASP.NET csharp question asp-net database sql-server

  • Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0
    S Shujaat Ullah Khan

    Check The properties of dll you added and verify that Copy Local property is set to true.If not make it true and rebuild your Application.

    Shujaat

    ASP.NET help visual-studio com sysadmin announcement

  • ASP.NET Framework for developing applications.
    S Shujaat Ullah Khan

    Try DotNetNuke.It has many built in modules which you would require in a community-based site as forums, discussions, blogs, Image Gallery, events , Announcements etc.Just have a look at it its free(Open Source) the built in modules are mostly in VB.NET but you have option of adding your own modules which can be in C# also. Heres a link to official DotNetNuke site you can download the framework from here. DotNetNuke[^]

    Shujaat

    ASP.NET csharp question asp-net database sql-server

  • parameter passing i javascript [modified]
    S Shujaat Ullah Khan

    I hope you have written this javascript function in your html code function abc(var d) { alert(d); return false; } if not plz do so and remove var from the definition of your function it will make function look like this function abc(d) { alert(d); return false; } now your function will work.

    Shujaat

    ASP.NET javascript question

  • file upload
    S Shujaat Ullah Khan

    drag n drop html browse control on your page rght click on it and check the "Run as Server Control" option now drag and drop a button on your form. Lets say the name(ID) of your File control is File1 then on click event of your button write following code string path=@"C:\Uploaded";//Path where you want to save the uploaded file File1.PostedFile.SaveAs(path); You need to give ASPNET account write permissions on that folder where you want to save the file.

    Shujaat

    ASP.NET

  • Multi-Column List
    S Shujaat Ullah Khan

    The easiest way is that you maintain all these slots in your table. The other work around is that you can take list fill it with the items of reserved slots and then add all remaining slots with free status.

    Shujaat

    ASP.NET help tutorial

  • Server Error
    S Shujaat Ullah Khan

    Do you have iis installed on your system ? if not get it installed first. Then Goto Start--> Run and type inetmgr and click ok This will open iis manager Now there must be atree with your system name It will be containing a node name websites under websites there will be a node default web site now under this node find your project folder and right click on it and goto properties and in front of application name click create this will create virtual directory.

    Shujaat

    ASP.NET csharp asp-net database sql-server sysadmin

  • begin and end
    S Shujaat Ullah Khan

    Begin and End just specifies the Begning and End of a block not transaction

    Shujaat

    ASP.NET database question

  • Multi-Column List
    S Shujaat Ullah Khan

    you can add this set programatically to your dataset/table which you are using as dataSource

    Shujaat

    ASP.NET help tutorial

  • Server Error
    S Shujaat Ullah Khan

    I think you have not configured virtual directory.

    Shujaat

    ASP.NET csharp asp-net database sql-server sysadmin

  • system idle
    S Shujaat Ullah Khan

    Set session time out as 5 minutes. Set the session timeout tag in config and it will be applicable for whole application

    Shujaat

    ASP.NET question

  • Dumber and Dumberer
    S Shujaat Ullah Khan

    I think Microsoft would be working on to develop some tool to help these guys. Lets Call it Microsoft Burglar Studio BETA

    Shujaat

    The Lounge question business announcement

  • specify certain file formats for file upload control
    S Shujaat Ullah Khan

    I tried this but there no way that you can show a specific type of files howerver after browsing you can check the extension and prompt the appropriate message.

    Shujaat

    ASP.NET question tutorial

  • how to create a data entry table?
    S Shujaat Ullah Khan

    try repeater control or datagrid and add template columns

    Shujaat

    ASP.NET csharp asp-net help tutorial question

  • Access Denied
    S Shujaat Ullah Khan

    Might be that some files that you are not able to acces got currupted when you last tried to write or append it. Have you closed the file after reading/writing in your application ? If you show me the code I will be in better position to tell the exact problem.

    Shujaat

    ASP.NET help question tutorial announcement
  • Login

  • Don't have an account? Register

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