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 John Tel 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: adugenet
  • Content: Threads
  • Order by date
  1. adugenet

    Visual studio 2005 upgrade

    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.
  2. adugenet

    Wizard control

    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.
  3. adugenet

    how to encrypt web.config file

    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...
  4. adugenet

    compile vb.net code to dll

    can someone help me how I can to compile my simple code using SDK Command Prompt.thanks
  5. adugenet

    How to pass value

    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 & ")"...
  6. adugenet

    crystal report and aspx

    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...
  7. adugenet

    How to protect my folder

    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.
  8. adugenet

    Loop through dataset

    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...
  9. adugenet

    how to work with procedure and asp.net

    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...
  10. adugenet

    what is E As EventArgs

    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...
  11. adugenet

    merge columns in Gridview footer

    Is it possible to merge columns in Gridview footer. i have some text in grid footer which I would like to extend for 2 columns.
  12. adugenet

    how to display sub and grand total in gridview footer

    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
  13. adugenet

    How to hide gridview

    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...
  14. adugenet

    Dropdown and between clause

    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...

Part and Inventory Search

Back
Top