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!

Search results for query: *

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

    regex how to find the " char in a string

    anyone know the expression to find the " character in a string? You can better regret that you have done something than regret the fact you done nothing
  2. StylizIT

    my dbms transforms my dates

    Hi all, i 've got a real strange problem. I 'v got an asp.net/vb.net application and a mssql db at the end. I have a form where I can insert some info in the tables. Everything went well for a couple of months, but now my dates transform on a real strange way. no matter wich date I give up...
  3. StylizIT

    Backup my deleted records

    Hi all, I have a db with 15 tables and I want to keep records that have been deleted. Now I don't know where to start: Must I keep the same structure as the main db or can I also dump all the data in one table? what are the advantages and disatvantages of the named possibilities. If someone...
  4. StylizIT

    Homepage-address sticks around

    Hi, In my window I have a heyperlink to another page. Lets say www.tek-tips.com, when I click on the hyperlink it opens a new I-explorer, but has in the address-bar the next link: http://my-homepage-address/www.tek-tips.com. Can anyone help me from this.. You can better regret that you have...
  5. StylizIT

    datagrid is confused.

    Hi all, I've got a datagrid and it worx almost perfect, the only thing that's bothering me is next: The paging-property of the grid is set to true and it is paging well. But now I've got a button in my datagrid and the button gets a couple of statistics of the column where the button is. The...
  6. StylizIT

    refilling dropdownlist on another page

    Hi guys, I'm developing an asp.net application and I'm having trouble finding a solution for refilling my dropdownlist. I've created a function for filling the dropdownlist, but when I open a popupwindow and add more items to the drop downlist and then close the popup, I can't allow the main...
  7. StylizIT

    No Idea where to start1

    Hi all, I have got a question about generating an overview, I don't know how to do it exactly. I want to generate a datagrid with users, roles, and three extra columns: in those extra columns I want to get the permissions, first column if he has the permission for insert, second for update...
  8. StylizIT

    multi user, declaring variables

    hi people, I just wanted to know if it is required to declare all variables I need troughout my program as a session variable. Cause right now most of the forms in my application are using session variables. But I'm wondering if it is a good thing or a bad thing to use so many session variables...
  9. StylizIT

    Encrypt Code

    Hi all, I have a asp.net application and I want to host it by the company I devolped it for. And is it possible to encrypt the code in an asp.net/vb.net application? So that the code cannot be seen by others and if this is possible, please tell me how. Thnx in advance. You can better...
  10. StylizIT

    mail.mailmessage = "Gone crazy"

    hi guys, I know it's a stupid subject name but couldn't come up with anything else. Sending mail with asp.net is discussed over the internet many times. I searched google, msdn and any forum but couldn't solve this one on my one. I've got the next code and it should work(or I'm missing...
  11. StylizIT

    removeat function from dropdownlist

    I'm having problems with my code, it ain't doing what it's supposed to do. It is supposed to get a value from a dropdownlist and check if it exists in the array. if not it removes that item from the dropdown list and select the next value from the list. But when I run my application it just...
  12. StylizIT

    problem with filling drop down list (multi user question)

    can anyone give me some tips on desinging an multiuser asp.NET application with dropdownlists on a form. the ddl's are being filled using a datareader. I hope my problem sounds familliar. I'm havin gproblems, when 2 or more users will be logged in. here's the scenario...
  13. StylizIT

    Declaring object in module (multi user application)

    hi people, Is it a good thnig to declare objects, like datareaders, odbccommand obejcts, etc in a module for public use in a multi user application, or is it better to declare them and then add them to a users session? - is it also a good idea to declare 1 odbccommand, datareader etc. and then...
  14. StylizIT

    transaction, declare just once? . NET transactions

    hi people, I wanna know if it's usefull and correct if I declare a transaction just once, then put it in a users session and then use it troughout my whole application. Or do I have to declare a transaction with a different name everytime I need to use a transaction? thanks in advance. You can...
  15. StylizIT

    how to check if a string is already in dropdownlist collection

    Hi people, I have the following problem. I'm filling a dropdownlist in a asp . net form with data from a database. How can I check if the item that's being added doesn't already exist in the drop downlist item collection? thanks in advance You can better regret that you have done something...
  16. StylizIT

    session state objext , need help urgent, driving me crazy

    hi people, I've been at all day tryingto solve my damn multi user problem in my asp.net application. here's what I came up with, but it's giving me problems when a 2nd user tries to connect to the application. - I've stored almost al variables into the users session - I've stored 2 array's...
  17. StylizIT

    session datareader, is that possible?

    hi folks, I was wondering if it is possible to have a datareader linked to a session, so that every user that logs in, will have his own datareader that's assosiated to his session. The reason I'm asking is because I'm having some problems with my asp.net application. I'm designing a contract...
  18. StylizIT

    set command.commandtext = session.item("variable")??

    Hi folks, is it possible to insert a query into a session variable and set the value of a commandtextproperty to the value of that sessionvariable? thanks in advance You can better regret that you have done something than regret the fact you done nothing
  19. StylizIT

    How to make my asp.net apllication multi user

    Hi people, I'm having trouble connecting to my asp.net application. I have created several users in my sql2000 database. But when I try to connect with two different users at the same time, only one of them can log in. The other one gets the following error: Cannot change the connection string...
  20. StylizIT

    Check Priv's

    Hi all, I have an webapplication and I want to let the app check the privileges of the user logged in. with that info the app must show some functions of the system and hide others. I want to know if somenthing like this is possible and how I can do It PS. MySQL has a table with users...

Part and Inventory Search

Back
Top