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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by thefox149

  1. thefox149

    Clear texbox inside a panel

    I am using asp.net and would like to clear the textbox items on the client rather than a postback I can as stated in my fist post I can declare each textbox and clear each but that adds alot of code I would prefer to just clear these items...is there a way to just identify these textboxes (each...
  2. thefox149

    Clear texbox inside a panel

    Hi guys I am new to javascript and I need a little help with clearing just textbox's inside a particular panel my .aspx page has about 3 panels inside I would prefer to use a loop rather than type out individual code for each box Thanks in advance My cat's name is sprinkles...
  3. thefox149

    Maintence moving forward with easy development

    I had thought of the this model was not sure if was common practise though that why I posted this. I am only running on server. My only concern is with connections and dabase size and performance My ideas to have a login page that check which domain thay came in from check that against a...
  4. thefox149

    Maintence moving forward with easy development

    Hi guys I have a couple of websites that are exactly the same for two differnt companies these apps are identical except the data that the companies store in them. These have been working fantastcally as there is only two but I have some plans to expand soon. once I start getting to five or 6...
  5. thefox149

    is it me or is this useless

    what about objects i can create a new dataset object. pass parameters to that ...then I can bind my controls to that only ..i am not too familar with them. I suppose the ojects looks to do the same thing add a layer inbetween the app and the dbase hmm I keep tossing and turning on the correct...
  6. thefox149

    is it me or is this useless

    true but if i use this Select * FROM tblCustomers where custID = something I have read/write the dataset and table adapter will take care of data updates. I know I can fill a dataset from a stored procedure however I can't just go tableadapter.update(storedprocedure) can I My cat's name is...
  7. thefox149

    is it me or is this useless

    I am new to asp.net I am really enjoying it however I have found something very inefficent when using sql server. I have a dataset now I can poulate this in many ways but for this argument I will use 2 a sql string and calling a stored procedure 1. sSQL = "SELECT * FROM tblCustomers WHERE...
  8. thefox149

    ASP.net Security Problem

    well for the moment I am not sure I jusr want to know how to write to the database ... is there something in IIS I need to set My cat's name is sprinkles -Ralph Wigam
  9. thefox149

    ASP.net Security Problem

    I think there's something else afoot I have taken the security out I can access the records in my dbase but i can't save to it....(sqlserver) the login control creates a sqlserver dabse ....am i forgetting about something here in my deployment. I use Dim cst As String = "Data...
  10. thefox149

    Update Web Form Field Using Dropdownlist

    A lot of tippers had very clever signature's from great people ...ralph is great sometimes he and I have the same IQ My cat's name is sprinkles -Ralph Wigam
  11. thefox149

    ASP.net Security Problem

    It states that the password or user name is incorrect in the validation section My cat's name is sprinkles -Ralph Wigam
  12. thefox149

    ASP.net Security Problem

    Hi tippers I have a machine a do my development on (I am new to asp.net). I used the login in control added a users and on successful login I get redirected to the correct page this works fine on my development machine. When I copied ("directly copied all the files from my working folder") to...
  13. thefox149

    Simple ImageButton Problem

    damn another typing mistake when removing server.transfer the code works and the imagebutton image does indeed change. add server.transfer and it stops it's almost as if it stops downloading the new image My cat's name is sprinkles -Ralph Wigam
  14. thefox149

    Update Web Form Field Using Dropdownlist

    doesn't anyone watch the simpson...my name is not Ralph Wigam My cat's name is sprinkles -Ralph Wigam
  15. thefox149

    Update Web Form Field Using Dropdownlist

    my customers table has the stateID my dropdownlist has the state Text and StateId when someone creats a new customer I want the stateid update from the selection of the dropdownlist I want to do this on a form that is bound to my dataset. I know how to add the dropdown to the forms...

Part and Inventory Search

Back
Top