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 Chriss Miller 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: *

  1. DotNetDunce

    Storing a Sort Expression to a variable

    Does anyone know how to save a sort order or sort expression to a variable after a user has sorted a gridview? When a user clicks a column and the gridview sorts I would like to capture that into a variable to pass to another page. Any help is appreciated!
  2. DotNetDunce

    Not All Variables Bound

    Hi! I am a newbie to SSRS am using it to connect to an Oracle database. Until this point I've had no problems, but now I am setting up a dataset with a couple of subqueries and I am now getting this error: ORA-01008: not all variables bound. What do I need to do to get this to work? Here is my...
  3. DotNetDunce

    Visited Links

    I think I already know the answer to this question, but a customer of mine seems not to be able to accept "No" as an answer so here goes. I have a website that is basically a bulletin board type site. As you are browsing the site the links to the posts change colors once they are visited. Is...
  4. DotNetDunce

    Type Mismatch error

    I am getting a type mismatch error when this reaches the last line of the sub. Can someone help me figure out why this doesn't work? post_id is a numeric field. Thanks in advance for your help! Sub Delete_Recs(post_id) set rs2 = Server.CreateObject("ADODB.recordset") sql2_abbs = "DELETE...
  5. DotNetDunce

    Windows Username/Password Prompt when opening a file

    Hopefully, someone out there can give me an idea of where to look for this problem. I have a web site where the search option brings up a list of documents that meet the search criteria. If it is a text file or Word document it opens fine, but if it is a .xls file or a .ppt file, it throws up...
  6. DotNetDunce

    passing a parameter to Crystal Reports

    I have created a report using Crystal Reports in VS 2005 and everything works great on my local machine. There is a parameter field in the report and before the report is displayed, a prompt is displayed to collect the user data. When I run the application through the web server, all works fine...
  7. DotNetDunce

    GridView Sorting Problem (Repost)

    jbenson001, please accept my apology. I had a major brain fart and I guess my last post in my previous thread caused it to where I could not repost in it. I do appreciate your help and if you will overlook my stupidity. I'm placing the correct code here in this thread. Thanks again for your...
  8. DotNetDunce

    GridView Sorting Problem

    I have a dynamically created gridview that when sorted only sorts to descending order. The problem is that the sort is firing twice. I've looked over the forum and google and the only suggestion I've seen is to make sure the the page has not ispostback in page_load. With this in mind I'm sure...
  9. DotNetDunce

    Read a Label on a Master Page from a Content Page

    I have a hidden label on the master page that I want to be able to read the text of from a content page. I've used the page.master.findcontrol("label") to find the control but I don't know how to retrieve the text from it. Would someone point me in the right direction? Thanks!
  10. DotNetDunce

    Dynamically created GridView Formatting

    Hi, everyone! Happy Friday! Could someone please point me in the right direction to show me how to format columns in a dynamically created GridView? I figured out how to do rows, but not columns, such as centering the items in the first column. Also, how do I enable sorting and paging so that it...
  11. DotNetDunce

    Want to Add Hyperlink to Dynamically Created Gridview

    I have a dynamically created gridview that I would like to add a column to. When I add this column I want it to contain hyperlinks linking to a detail page. Does anyone know how to do this in an easy to understand way? Thanks, Melinda
  12. DotNetDunce

    Newbie Question - Populating Text Fields

    I am in the process of creating an update page that I would like to look like the insert page I created. I wouild like to query the database and bring back my one record and populate my text fields, but I cannot figure out how to do this with the existing data controls. How do I populate a form...
  13. DotNetDunce

    importing text files

    I'm pretty new at this. Is it possible to use ColdFusion to import a text file into Access 2000? If so, can someone point me to an example or tell me where to start? Thanks.

Part and Inventory Search

Back
Top