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 bkrike 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: mrathi
  • Content: Threads
  • Order by date
  1. mrathi

    Apllication and QueryString Question

    Hi, Thanks for all the responses. 1. When I transfer some variables using a querystring to another page, is there a way that my querystring cannot be seen in the address bar of the browser. I just want the user to see www.xyz.com/page.aspx and not the querystring. 2. The concept of asp.net...
  2. mrathi

    Combo Box List

    Hi, I want to know if it is possible to do the following with the combo box list and if it is, I would appreciate if someone tells me how to. Thanks I have a combobox list with 5 items in it. If the first item in the list is selected, I do not want the user to select additional items until he...
  3. mrathi

    crystal report "logon failed"

    Hi, I have created a asp.net webpage with a crystal report viewer on it. When I am working with the development machine, it just works fine. I have oracle client installed on my development machine and i am using VS .Net 2003. Here is the string that sets the database login ...
  4. mrathi

    Adding a treeview node index to a querystring

    Hi There. I have a treeview that i am population with data from a database. Each treenode will have a dirrerent navigateUl assigned to it and the tree has multiple levels. Basically i understand that the index structure of the tree works like 1.0.3 which will mean that i have the second node...
  5. mrathi

    XML, XSD, DataSet???

    Hi, I have several questions ...as to i have no clue about this. Any help would be appreciated. Thanks I have a query in access database that returns 5 columns and about 50 rows. From that query I want to populate a treeview, such as: Column1 Column2 Column3 Column4...
  6. mrathi

    Redirect to a different website

    Hi, I want to use in code something that will open up a new website, all together different on a different browser. I am using the tabstrip control, and when a user clicks on the one of the tabs, he should be taken to say for example, abcd.com. How do I do this? If I use response.redirect, it...
  7. mrathi

    TreeView and Popup

    Hi, Thanks for all the replies. Can anyone please recommend a good and free treeview control and a popup control. I want to have a treeview in which I want to populate the tree based on data in multiple tables. I tried to download IE treeview control from...
  8. mrathi

    Oracle errors

    Hi, I have created a simple asp.net application with a login page. When i run my application it works fine sometimes. I can correctly login and see the next page fine. However, sometimes I get the following two Oracle errors. These errors are on and off. I would appreciate any help at all. 1...
  9. mrathi

    Multiple Panels

    Hi, I truly appreciate this forum. Everyone is so helpful. I have created four panels and each panel has a button to save and proceed to the next panel. The button will do the validations and save it to the database. I have also provided linkbuttons on the top, so that the user will not have...
  10. mrathi

    CAlculations?

    Hi, I have various labels that get the values from calculations. I display them using the String.Format to look like currency. Now if I want to do calculations on these and display on another label, is it possible? For example, label 1 shows $100.00, label 2 shows $50.5, label 3 shows $ 0.0...
  11. mrathi

    KeyPressEventArgs

    Hi, I want to restric a user to enter only numbers in a textbox in asp.net. I use validation, however I also use postback, which basically does some arithmetic operation. If the user enters a valid number and hits TAB, my arithmetic works correct. If the user enters invalid number, before the...
  12. mrathi

    Best Solution?

    Hi, Thanks for all the responses. I have a login page. Once the user logs in correctly, he is directed to a form which has several text boxes. The values in the textboxes come from about 4 different tables. Every table will have exactly one row of data for one user. The user can change the...
  13. mrathi

    Validation on panels

    Hi, I have created some panels on one form. Each panel has some textboxes and one button to save and continue. When I click the button, it does the validation for that panel. It will not proceed to the next panel if there are errors on the panel. I also have links to go to various panels and...
  14. mrathi

    Oracle.dataAccess Error in machine.config

    Hi, I am trying to understand why I am getting this error. Any help would be appreciated. The first time I got this error, I just deleted the folder on the server and then put back the old saved folder. After I made some changes and tried to run, I am again getting this error. Thanks...
  15. mrathi

    Controls on a web form

    Hi Thanks in advance for all the responses. I am creating a web form with several labels, textbox, panel, table controls using Visual Studio 2003. All the controls are basically placed properly in the IDE and when I run the application they look fine in the Internet Explorer on my computer...
  16. mrathi

    Validation error

    Hi, Thanks for all the responses in advance. I have created a textbox in an aspx page. I have put a range validator on the textbox, ex it can accept only 0 to 100. Then I put in 101 in the textbox and click a button, it gives me the error. So I change the value to 99 or any other valid value...
  17. mrathi

    asp.net login

    Hi, I want to create a stored procedure in oracle. My user table in oracle has a username, password and loginstatus fields. I want to pass the username and password values from the login.aspx page to the stored procedure, which should return one of the following: 1--user logged in, 2-- user...
  18. mrathi

    AutoNumber

    Hi, I have a field in my table that is set to AutoNumber and the index is set to "NO". I add rows to the table through a form. However, when i try to add rows, sometimes, the autonumber field duplicates the values. Can I set the autonumber field in the code. I tried getting the max function and...
  19. mrathi

    Load form based on a value in a table

    Hi, I have a navigation of forms. For example, my main form is Form1. I can go to form2 from Form1 and to Form3 from Form2. Now, if I change something on Form3, a button is made visible on Form1. So, far I can do this. However my problem is: When I close the application and open it again, the...
  20. mrathi

    Navigation in Form

    Hi, I was wondering if at all is it possible to create a kind of navigation on a form. I mean for example say I have 6 level one items and 12 level 2 items. I want to put the 6 items on the form with a +/- button next to it. Si if + is selected, the main item will expand and the level 2 items...

Part and Inventory Search

Back
Top