Search results for query: *

  • Users: kco1122
  • Content: Threads
  • Order by date
  1. K

    Accessing textbox data from within a datalist template

    Alrighty.. so for those of you who read: My last post Here's more... I've got everything working so far, I can display a file listing in my datalist as well as let them delete files based off that list but I'm also trying to allow people to rename files on the server and I can't get that to...
  2. K

    Problems deleting files on server using asp.net

    Hello Folks! I've created an upload utility for some of our editors that allows them to post up various media files to a media server. I've also created a management ui for them to view the files and info, etc.. My only problem now is giving them the ability to delete the same said files as...
  3. K

    ActiveX programming with .Net or 6.0 and Webtrends

    Curious if anyone has worked with the Webtrends API using .net or vb 6.0 who can give me a hand. I've been trying to create a Webtrends ActiveX plug-in using the approach they provide as well as the API they provide. Particularly I'm looking to have my web logs parsed through using the API to...
  4. K

    Removing custom control from form

    Hi.. I created a custom control made up of several text boxes and other controls to be used in a recipe program (the control stores ingredient info). Since I don't know how many ingredients a recipe needs, I give the user the option to enter the number of ingredients they need and I then add...
  5. K

    How to add controls during runtime?

    I've searched and searched but can't see to find anything relating to this.. I'm creating a recipe style database and after creating the base design utilizing panels and such, I'm down to adding in the ingredients list. Since I don't want to jam the screen full of empty fields, I'm opting to...
  6. K

    Searching for a hard return (chr(13)??)

    Hi all.. I have a weird question.. is there any way to search a db using a select query for a hard return in a field? Some of my users have been hitting the enter key in multi-line text boxes and those values have been recorded into the database as is. The problem is that when I utilize that...
  7. K

    Determing what got clicked that caused me to open..

    Hi folks.. I'm creating a lil stock tracker program and have a question.. I've got several buttons available for things like viewing, adding, deleting stocks (currently owned vs. those just being watched). I know that the functions do the same thing whether its a stock thats owned or just one...
  8. K

    Moving project files to different locations

    Hi all.. I'm just recently switching over to vb.net 2005 from vb6 and find it incredibly different yet powerful.. my problem though is this whole deal with where my project files get stored. Originally when I first started I was so excited that I started making a few projects using the default...
Back
Top