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
U

User 377904

@User 377904
About
Posts
15
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Connection pooling in windows.net
    U User 377904

    Definitely it has.. Try to use a singleton class for the connection. I am not sure in oracle, but you can set maxpool and minpool size in connection string --- boarders may have better idea. Sreenath

    C# csharp database oracle performance question

  • Accessing web control library properties
    U User 377904

    Can anyone please guide me how to set the properties of Windows Control Library dll when we are using it in HTML page ? Say for ex: I have a property : FileName in the rtfcontrol class. I need to assign file for the file name thru html. How will i do that ? It tried the following function callFun() { ucl.FileName = "abcdefg.xml"; } but says ucl is undefined. Let me know where have I gone wrong ? -Sreenath

    C# tutorial html xml question

  • Pagination using xsl
    U User 377904

    Bhagwati, Hope you got enuf information from Parker's messsage. If not let me know. bye Sreenath

    XML / XSL xml help question

  • How do I get a HTML button server side accessible in the code behind
    U User 377904

    Hi All, What it needs to be done to access HtmlInputButton I have created one button (html controls) but when I create its nomenclature in the code behind as protected System.Web.UI.HtmlControls.HtmlInputButton btnSave; after that in page_load iam using this button as btnSave.Attributes.Add("onclick", "ValidateControls()"); During the run, I am getting "Object reference not set to an instance of an object." Why is that so ?? where I am going wrong ? Iam not able to use that html button let me know Sreenath

    ASP.NET question html design sysadmin

  • Could not load type ... Error
    U User 377904

    Sunil, It might be reference problem, when you compile using release option, VS.NET creates a dll in the release folder copy those files into bin folder, or check out the reference you are setting in. After you compile it you re reference with the compiled dll which are there in the release folder. Dependency is not proper i feel. let me know this helps you. Regards Sreenath

    ASP.NET help csharp asp-net database sysadmin

  • Context.Items.Add question
    U User 377904

    Gicio, Any reason for you need to compare with the changed values ? You can straight away update the database whatever the user changes, I dont know the idea behind it, if you need to compare and do something else, then you need compare with the hidden values for which u need to store the values during page rendering. There is another option called Autopostback = true when you set it for the textbox control it automatically submit the page (I think when u leave the focus from the textbox control) let me know if this helps you out. Regards Sreenath

    ASP.NET question database design

  • Problem with back button
    U User 377904

    Hi, Its an wellknown problem I feel. Please help me out if anybody has a solution for this. If I press a back button when the page contains a control it shows me default expired page This happens when I submit the page twice (for the sake of validation) thou we can do client side validation, our client requires in that way If I remove that control it starts working Any idea with you folks ?? Regards Sreenath

    ASP.NET help question

  • Copy files to server
    U User 377904

    upload

    ASP.NET csharp asp-net sysadmin question

  • Versioning Solution
    U User 377904

    Hi Douglas, Even if I version it, suppose I make changes in version 1, Can I replicate the same in version 2 during the release. Since version 1 goes for some changes I need to have those changes in version 2 only during the final release. hope you got it. hope I am not bugging you :) Regards Sri

    C# question help announcement

  • Event handlers are not being executed
    U User 377904

    Have you associated delegate for that control event? You can do it in initializecomponents method Regards Flint

    Visual Studio help question

  • Versioning Solution
    U User 377904

    Hi, Is that possible to version a solution ?? If yes please help me out. We have 2 phases in our web application project. Now the 1st phase is over. 2nd phase is coming now. Now, the question is how I maintain 1st phase changes in the solution. Can I version the phase 1 solution ? Client is using phase 1 solution now. So any changes if they say we shd be in posn to incorporate not any phase 2 requirement. Please let me know how I go about this. I have an idea of maintaining two different solution in the VSS. But is that possible to have strong name and version it ? There are ASPX file also can I version it that also ?? Regards Srinath

    ASP.NET question help announcement

  • Versioning Solution
    U User 377904

    Hi, Is that possible to version a solution ?? If yes please help me out. We have 2 phases in our web application project. Now the 1st phase is over. 2nd phase is coming now. Now, the question is how I maintain 1st phase changes in the solution. Can I version the phase 1 solution ? Client is using phase 1 solution now. So any changes if they say we shd be in posn to incorporate not any phase 2 requirement. Please let me know how I go about this. I have an idea of maintaining two different solution in the VSS. But is that possible to have strong name and version it ? There are ASPX file also can I version it that also ?? Regards Srinath

    C# question help announcement

  • How to create xml document from dataset with null values ?
    U User 377904

    Hey, If you dont have values, xml generated from the dataset will be having blank values. Let me know is this your problem ? Regards Sri

    XML / XSL xml help tutorial question

  • Dynamically loading user controls
    U User 377904

    Its part of page class You can call directly as Controls.Add(LoadControl("hearder.ascx")); you are done Regards Srinath

    ASP.NET csharp winforms tutorial question

  • Problem with checkbox values in a datagrid
    U User 377904

    Check out whether you enabling viewstate ? If not set that Let me know. Srinath

    ASP.NET design help 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