Search results for query: *

  1. D

    Uploading html file to web server

    thnx :) thnx 4 d info john....but dat doesn't solve my query :( how do i upload d linked file along with the html from d clnt machine 2 d server??
  2. D

    Uploading html file to web server

    hi all, am facing a weird problem while uploading an html file to the web server. Am using an <input type=file runat=server id=file1> control. then when the user is clicking upload the following code part is getting executed if file1.value.trim<>"" then if file1.postedfile.contentlength > 0...
  3. D

    help with mail server

    hi all, i am currently involved in a web project which resembles a web portal. The client wants the registered users of this site to have a mail account whose space will obviously be provided by the client's domain. I want to know the basic of- 1. when the user registers him/her self, how do i...
  4. D

    help with IEWebControl Treeview(VS2003)

    hi all, i am using the IEWebControl Treeview for ASp.Net1.1(vs2003). I have populated the treeview with parent and child nodes ;say for example 4 parents with 3 children each. The treeview nodes are associated with checkboxes, i.e. , node.CheckBox=true. Now i want to select all of the...
  5. D

    problem with VB.net(VS2003) and Crystal Report8

    hi everybody..i am working on a project that involves the use of Crystal Reports 8 along with vb.net(VS2003)..i will briefly describe in steps what i did and whre i'm stuck 1. test1.rpt was prepared with ADO connection through a dsn 2. An sql query was specified to the .rpt file 3. In the VB.Net...
  6. D

    Multithreading Help

    guys am new to these multithreading concepts. I have got a windows application which has got a treeview and a button. On form_load event, i am filling in the treeview with the directory listings of my computer. Since there are lots and lots of directories and files, the amount of time consumed...
Back
Top