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

    Display total value in the footer

    hi folks, How can I display the total value on the last page in the footer section with page that has paging is set to true.. below is my code..thank you Protected Sub gvitems_RowDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles...
  2. arada1

    How to create a csv file

    I am using the below code to create a csv file and It works fine but the apps that i am working on right now has three different girdviews and I would like to create one csv files for the three of them togher.My question is can i this code to create that....and if it is possible can someone give...
  3. arada1

    paging is not working

    Hi all, I am working on this project where our customer would like to see the letting information for the contracts, who are the bidders for the project and the items they bid in order to win the bid.I used three gridview and three different queries to display this information.so far so good...
  4. arada1

    How to compare rows in gridview

    Hi all, I am trying to compare rows and if there is a match between rows then I want to highlight it with a different color. I am working on the below code and so far it just convert the entire row to blue..any help would be appreciated. eg. if row1=row2 then use blue color else use...
  5. arada1

    How to add second text box when "between" is selected

    hi all, when a user select between clasue from the operatorselector dropdown I would like to add another text box otherwise I have one text box for the rest of the operators. how can I acomplish this. thanks Sub OperatorSelector() Dim opSelector As ArrayList opSelector = New...
  6. arada1

    viewstate

    hi all, I have a viewsate set to ture and I am wondering if there is a way to clear this because when I look the source code the code for viewstate is more than 100 lines ...so if there is a way to clear this gebresh . thanks
  7. arada1

    How to make sorting work on gridview

    hi folks, I am getting the below error msg and I tried to fix it myself and so far to no avail. can someone take a look at it and point me where i made the mistake. thank you The GridView 'gvFederal' fired event Sorting which wasn't handled. Description: An unhandled exception occurred during...
  8. arada1

    how to display pdf files

    hi folks, I have a pdf files that I would like to publish for our customers and I am just wondering how this can be done. Is it possible to display this pdf files as a hyperlink using gridview? Thank you for the help.
  9. arada1

    Dropdown selection not working

    hi folks, I have a asp.net page where a user can select from the dropdown menu.if the user select "--year--" from the dropdown menu I would like to show a message Please select a year.If I select "--Year--" first time I am able to see the message but if I select 1999 and try to select...
  10. arada1

    master page and horizontal menu

    Hi folks, I have a horizontal dropdown menu that i set up within my master page and added to my other pages. one of my page has gridview and once I click the submit button and try to use the horizontal menu to select other pages this horizontal dropdown menu does not work properly. first It...
  11. arada1

    CSS Control Adapter

    hi folks, What do I need to do to use CSS Control Adapter? Do I have to turn on something for CSS Control Adapter to work? can you shade a light on this? thanks a bunch
  12. arada1

    Horizontal menu does not work properly

    hi folks, here is my situaton, I have designed a horizontal menu using asp.net built in controls and this horizontal menu links only works when i hover my cursor on the text and if i try without hovering on the text the link does not work and I donot know why this is happening ....any help...
  13. arada1

    dropdown control loose the value

    hi all, I am working with this project where the user select the operator like "<"...from the dropdown menu and also there is a text box for them to enter an interger (field vlaue is miles) to get the contracts that have been awarded. My question is when I click the submit button once I select...
  14. arada1

    How to show the result in a different window

    Hi all, I have a page with one text box and submit button and when I click the submit button I would like to display the result in gridview in a different page.Like opening a new window. how can i do this. Thank for the help
  15. arada1

    sitemapPath question

    Hi all, My problem is say if i need to go back one level to cost Index I got >>Home >> cost Index and I do not know how to get rid of >> mark infront of Home. Can someone point me why this is happening here is my sitemappath Home >> Cost Index >> Cost Index 2004 Thank you all for the help.
  16. arada1

    XmlSiteMapProvider does not exist.

    hi all, Do you have any idea what causes for the below error to happen. thanks a bunch. The file web.sitemap required by XmlSiteMapProvider does not exist. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more...
  17. arada1

    SMTP

    hi all, Does SMTP need to be installed on the server or does it already installed by default? The reason I ask this question is my feedback form application works fine on the development server and when it is transfered to production it gives me an error message and the server admn. says it...

Part and Inventory Search

Back
Top