Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: neegottlob
  • Content: Threads
  • Order by date
  1. neegottlob

    propblem opening an existing project in Visual Studio 2005

    Hello everyone, I have a project mady by someone else and I have to do some extra stuff on it, BUT I receieve the err : when I try to open the solution? What should I do to go through that and to open that project? Every advice is welcome. p.s. I have Visual Studio 2005 Profesional Thank...
  2. neegottlob

    Help: _blank window with exact size

    Hello, Kind of stupid question but I would need some help if you can:) I have a GridView control and a template hyperlink field in there. I wold like when I click on the hyperlink to open a _blank window or something like popup with exact size for example 400x400 and when i leave the window -...
  3. neegottlob

    Problem with: Add New record in GridView

    Hello, First of all that might be kind of a stupid question but I really need it:). Here it is-->I have tried to insert new record in gridview but when I click on the "NEW" - link button, I just do nothing. So i've looked all arround and didn't find something that can help me. All the help code...
  4. neegottlob

    Problem with sorting in both direction in GridView

    Hello, this is my code: <script runat="server"> Dim authors As New DataSet() Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) ............ End Sub Protected Sub GridView1_Sorting(ByVal sender As Object, ByVal e As...
  5. neegottlob

    GridView populate

    Hello, I've tried to populate my gridView from a database. The program starts but Gridview1 is empty. There is something wrong with tha way I build my dataTable I think. Hope somebody can give me advice or write any kind of a solutin. Thank You! p.s. Fname, SecondName, Phone, Lastname are...
  6. neegottlob

    Data type mismatch in criteria expression.

    Hello, what I am trying to do is a dinamyc treeview that take the source form a AccessDatabase. But I recieve that err: And here is the part of the Source: Private Sub FillTitlesForAuthors(ByVal node As TreeNode) Dim CategorID As Integer = node.Value Dim connString As String...
  7. neegottlob

    How Can I make that?

    Hello, I have to make a treeview dinamically taking the source from the database. So I made that but I would like to make the nodes to follow the urls - the treeview should be a kind of a sitemap too because the same database is used to fill gridview controls that are related one after another...
  8. neegottlob

    Free forum for asp.net 2.0

    Hello, I'mm looking all day long for a free ASP.net 2.0 forum to download. Does anybody know where to find one? Thank You

Part and Inventory Search

Back
Top