Search results for query: *

  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

    NM.. I've resolved this issue.. I didn't exactly fix the problem outright.. but I found that if i used a <asp:linkbutton... vs. a <asp:button..., everything worked fine. So I went with that.. never figured out why the button wouldn't work. If anyone has any thoughts I'd be glad to hear them as...
  3. 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...
  4. 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...
  5. K

    Removing custom control from form

    sry for the late reply.. been busy .. but i got this to work with your suggestions.. thank you.
  6. K

    Removing custom control from form

    Thanks for gettin back to me... you mentioned the following: How would I store a reference to the control I just created? Could you give me an example of that? In the meantime I'll try the idea of searching all controls for what I need.. that would probably work also but I guess that's...
  7. 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...
  8. K

    How to add controls during runtime?

    Nevermind.. I figured out what I was doing wrong.. :)
  9. 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...
  10. K

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

    awesome thx.. I'm already trying it and it looks good.. thx a bunch!!
  11. K

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

    Understand that.. will that return me a set of results first so that I can verify to make sure the rows are the ones I want affected? Just to ensure I've got the right data or will that automatically make the change?
  12. K

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

    It's sql server with varchar datatype set at 4000 character (max) .. I want the end result to be all in one row.. essentially replacing the hard return with a space. Np on the questions.
  13. K

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

    Here's an example of what I have in there: "this is test text that someone could type for any purpose" What I need to find is basically the 'enter' key or hard return between the word 'type' and the word 'for'. This is the kind of thing I need to find as opposed to what should be there...
  14. K

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

    thx.. I know I can take care of things from here on but there's alot of data already affected and it would be a pain to go through thousands of records if I could find a easier way..
  15. 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...
  16. K

    Determing what got clicked that caused me to open..

    OMG.. I feel silly now.. thank you!:o
  17. 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...
  18. K

    Moving project files to different locations

    Thank you.. haven't even looked at the Team System version.. glanced over it but ok.. much appreciated!
  19. K

    Moving project files to different locations

    Thanks for replying so quickly.. I see... I'm still getting used to all this .net framework stuff.. so here's 2 question if you don't mind based on what you said.. 1) How do I go about opening up network security for these projects to access my local machine if being run on a shared drive...
Back
Top