Search results for query: *

  1. L

    How to Access Sqlserver In Network Computer

    I have enabled sqlserver and sql browser in windows firewall tcp/ip enabled... but it still not working.... is there any other way to do this... do u hav any other related links... And i want to know why my posts are MOVED?
  2. L

    How to Access Sqlserver In Network Computer

    Hi Friends! Am doing a project with database(sql server2005). Its running nicely in stand alone system. but the problem is, if i try to run this application from other computer it raises security exception that sql server does not allow remote conncections. I need to run this application in...
  3. L

    Digital Number Display

    Thanks JohnH and GrexD,the links u have given was very useful...
  4. L

    Digital Number Display

    Hi Friends! Am working on a project like a office automation. The problem am displaying the balance amount using lables.But i want to display the numbers like we see in calculators... One way to do that creating usercontrol which gets input and display the numbers. any...
  5. L

    Question user management in asp.net

    Hi Friends! am doing a sales tracking website for a company.The problem is user management. for example the user structure must be in the following format. Power user |...
  6. L

    Question how to run applications in safemode startup?

    service not working.. hi cjard, thanks for ur reply, i hav tried to run as a service but its not running... have u seen any other thread relate to this problem... Thank You...
  7. L

    Question how to run applications in safemode startup?

    hi friend! i am doing a system lock project, for that i need to run my application in windows startup, even in safemode startup? i have added my application to run in normal startup by placing path in the registry like, hklm\software\microsoft\windows\currentversion\run but its not working...
  8. L

    Question Display database results as hyperlink in gridview

    hi friends! am doing a website for a company. the problem is i have gridview with sqlserver db connection. when i show the results , it should be a hyperlink. when user clicks the particular row in the grid it should open a new popup with those details...
  9. L

    Question net send

    thanks rvercesi!, it was useful!
  10. L

    Question screen capture

    hi friends! am doing a project called network monitoring system. that project has two programs, client and server. the client program will capture desktops of clients and saves a copy in that system. server program will detect all active clients on the lan and displays captured desktops in a...
  11. L

    Question Add tree nodes

    how to get childnodes names of a parent node hi friends! i have to show the names sub nodes of currently selected node? can anyone help me?
  12. L

    Question net send

    how can we send messages to clients. i have a rough idea, like shell(net send,....) and so on. can anyone help me regarding this code. thank u!
  13. L

    Question Add tree nodes

    i tried it. thanks johnH, ur links are very useful.
  14. L

    handlers for runtime controls?

    can we add handlers for runtime controls
  15. L

    Question Add tree nodes

    Thanks john!. i solved this problem, but the idea is yours. integer = e.node.getnodecount(true) the above code stores the node count into an integer...
  16. L

    Question Add tree nodes

    Retrieve no of child nodes Hi friends! can u tell me how to retrive the child nodes under a root node. for example , i root node ' ' '--subnode1 ' '--subnode2 ' '--subnode3 when i click on the root node it should retrive the result as 3 can anyone help me?
  17. L

    Question Add tree nodes

    thanks johnH, that msdn thread is very useful! its working well!!
  18. L

    Question Add tree nodes

    hi! i want to create an treeview control which has these features. user have to enter how many nodes he wants. after he entered the code should generate nodes in the treeview as per the text box. can any one help to get out this problem? OR can any one tell me how to create treeview and...
Back
Top