Addnew databinding problem:
Hi - i have databinding problem, i wonder if someonecan help:
Briefly, i have table with the following fields
ID (identity, not NULL)
ClientID (integer, not NULL)
ProgramID (integer, not NULL)
StartDate (datedtime, not NULL)
EndDate (datetime, nullable)
Databind is...
Hello again, i've cracked it. If you follow the user comments http://www.codeproject.com/vb/net/TreeViewDragAndDrop.asp
on the page - and open them up - they will highlight problems and solutions.
Hello Infinitelo, i found this solution on the net:
http://www.codeproject.com/vb/net/TreeViewDragAndDrop.asp
I 've been having problems in the DragOver event - can you see what is wrong! It would be nice to get this working properly.
(I'm using VS.Net 2003 for development, the author of the...
Hi Guys, if i've implemented dragdrop code on a treeview to re-arrange the nodes.
I validate the node that i'm attempting to move in the DragOver event.
In final phase of validation, we must ensure that the TreeNode under the cursor is not the TreeNode that is being dragged or a child of that...
This is inefficient in practice - as we are now doing two write operations and one read. All i wanted to do was write a properly indented XML file. (Anyway thanks for the suggestion nfinitelo - i'll give it a try).
Hi - I've written a recursive routine to save the contents
of a treeview to XML file. This works - but only the root
node is correctly formatted. All other nodes are on the
same line: Any idea whay this happens and how can i fix it.
Thanks in advance for any help.
Code sample:
Private Sub...
Thanks TipGiver, i've tried your suggestion and still no joy - still getting same error message - "Unable to get the project file from the web server". I should add that i try to open the myproject.vbproj type file or solution if present.
If i create a asp.net project from scratch and run it -...
Hi,
I'm new to ASP.Net and i've been following course work and projects supplied on a CD-ROM. I've copied
a project to my C:Drive and and changed the folder and file properties to read/write. However when I
try opening the .sln or .vbproj file it gives an error message "Unable to get the...
Hi - I have a web-browser control on a form - the browser control displays a word document via a .navigate method. I would like to be able to click any where on the document and 'click event' or similar is fired - so that i can do my stuff - in this case play an audio file. Presently clicking on...
I think a simpler solution would be to disable left and right mouse button click on the browser client region - scrollbars need to work as normal. Any ideas how to do this.
Hi - ralptrent, tipgiver - yeah that it what i meant. The app provides the URL - once the page is displayed - i don't want the user to navigate to other pages - hence need to disabled links. The pages are on a big intranet and the web. I have no control over the pages. All i know is the URL...
Hello - is there a simple way to configure the web-browser control such that all links on a displayed web page are disabled. (Only the URL set in the .Navigate method is displayed - users can't go to other sites).
Thanks for any help in advance, Ken.
Surely there must be a way to use word in a read only mode in a web browser control. (I have to make do with what i have installed - which is word 2002...I'm not keen on converting thousands of documents to pdf format!). Any other ideas. Thanks, Ken.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.