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...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.