Hi folks,
I was asked by my boss if I needed to upgrade my VS2005 and I do not know what to tell her.Is there any benefit to me if I upgraded my VS2005? as always your help is appreciated.
I am using a wizard control and I have setps for contact information, comments and summary. I would like to pass the comments to the summary page for the users to see the comments they write and I am wondering how can I pass the comments to the summary page. any help is appreciated.
1-This might be a simple question but I do not know what to do here. I am trying to encrypt my web.config file connection string and I go this code..Do I just need to replace "/MyApplication" with one of my aspx pages like if I have yosef.aspx then I should replace it with that or do i have to...
Is it possible to store this value in the paramter collection and pass to my query like below. for some reason it is not working for me ...please let me know how can i fix this. thanks
strState = ('AL','AR','AZ','CA','CO','CT','DC')
strState = "(" & strState & ")"...
I have the crystal report that take a paramter value reside in the crystal server.I want to pass the value from my aspx page to this report.
What are the steps that I need to take to get this thing working.
Are there namespaces that I need to import first into my aspx page ?if so, what are...
My question is how can I block the users from seeing my folders. for example the full path to get to the page is
http://tchw2ks009/estimating/index.aspx but the user just type http://tchw2ks01/estimating/ they can see all my folders and even click the folder and run the program from there.
I am using the below code to loop through all the records in a datareader and I am just wondering if someone has done the samething using dataset....I really appreciate if you show me how i can do this for dataset
drc2 = CSVItems.ExecuteReader()
'for field name
For i = 0 To...
I am with three text boxes and a gridview to display the result. I created a procedure which I am passing three values and I am just wondering how I can work with procedure and pass these three variables from my asp.net page to the procedure.thanks
Here is my procedure.
PROCEDURE...
In many asp.net Sub routines there is a "(Sender As Object, E As EventArgs)" - what does this mean?
I kind of know what sender is : the object that triggers the event but what is the purpose of EventArgs "E" ? can you give me an example or explain it to me
Why does it seem to be...
hi all,
I am displaying data in girdview control and I set paging to true.my question is how can i display subtotal at the end of each page and grand total at last page.can someone show me how i can do this or point me to a good tutorial site. thanks in advance
I am using a required validation control to force the user to select a value from the drop downs.If they are not selected the valiation summary will display a reminder for the user to select a values and once they do the data will be display in the gridview controls.if they want to go back and...
I have a dropdown list for the users to select operators like ">", "<".... and there is a textbox where the user enter the dollar value so far so good but when the user select "between" clause from the operator dropdown list I would like to add another text box and enter two values.I am just...
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.