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
D

DanChin

@DanChin
About
Posts
9
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problem loading a user control dynamically into a gridview and the controls events not triggering
    D DanChin

    I am developing a application which uses the update panel to refresh a gridview when changes are made in a dynamically loaded usercontrol which is loaded as one of the cells of the grid I am experiencing some strange issues firstly the grid is loading the control in the RowDataBound event and binding to the data in PageLoad this approach causes a problem when its time to update the data within the usercontrol due to the buttons event which updates the db fires after the PageLoad as you can determine the PageLoad will bind the grid to the db before the buttons update code as run so the changes will not get reflected. Now the problem arrises I put my data binding code as i would later on in the life cycle [onPreRender] so the button can update the db and changes will be rendered. but what happens is the buttons event handler in the control does not get triggered. but the async postback is taking place, the buttons click event works when the databinding code is in the Page_Load but but not this way in PreRender. i have had this problem for a couple of days now i dont know if its a issue with binding so late on in the cycle or related to the buttons events not getting registered. I would much appreciate any feedback or advice. Regards Dan.

    Dan

    ASP.NET help css database wpf wcf

  • Web Service Proxies
    D DanChin

    Hi people I have created a simple web service that pulls product information from a database then encapsulates the data in object representations before returning the object to the client, One of the classes 'product' contains a property that holds a collection of quantities every thing ok the objects are searlized the data is in the right place etc but when cosuming the service from the client I am presented with a half baked proxy library with members not available and on my product class the property that returns a quantity collection returns a quantity is there a simple way around this or am i missing something. I would be very greatfull if someone could shed some light on this or put me in the right direction. Best Regards Daniel

    Dan

    Web Development

  • Internet With VB.NET
    D DanChin

    Hi all is there a standard way to determine if the local machine is connected to the internet with vb would appreciate your response Regards Daniel

    Dan

    Visual Basic csharp

  • How to HIbernate or make the computer go stand by using vb.net code
    D DanChin

    I think but im not sure you will have to double check it that there is some functionality in wmi. there is good documentation on the microsoft website on how to access wmi from vb.net good luck. Dan

    Visual Basic csharp java help tutorial

  • How do I host a custom windows control in IE?
    D DanChin

    Try writing a web custom server control and then drop it on a aspx page and let asp.net do the work. Dan

    Visual Basic question html

  • Tree view
    D DanChin

    Try this.. Dim tvNode As New TreeNode("Some Text") tvNode.Nodes.Add("Some Text") tvTreeViewName.Nodes.Add(tvNode) Dan

    Visual Basic csharp data-structures tutorial

  • Can anyone help
    D DanChin

    i am writing a control and have inherited from system.windows.forms.control and is there any way to supress certain functionality like the backcolor and font properties because i have no use for these with the control would be greatfull for any help and replies Thanks Dan Dan

    Visual Basic help

  • small problemo
    D DanChin

    i am writing a small control. my control writes some text to it but i need to write a function so that when the text has been wrote the control resizes to fit the new text could anybody help me with this Thanks. Dan

    Visual Basic help

  • control Dev
    D DanChin

    Does anybody know where to get a good tutorial about control development Thanks Dan Dan

    Visual Basic tutorial
  • Login

  • Don't have an account? Register

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