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

  1. rrhandle8

    Secure pages from login script

    if Session("Username") = "" then go to the login page. If you are using a masterpage, add this check there.
  2. rrhandle8

    Sys.WebForms.PageRequestManagerServerErrorException:

    Answer found: I had a 3rd-party grid on the page. It is from Obout. One of the default settings is grid1.Serialize = True. I found others on Google with the same problem of the grid working on the local machine, but not on the live site. You just have to change it to grid1.Serialize =...
  3. rrhandle8

    Sys.WebForms.PageRequestManagerServerErrorException:

    Jason, I took your advise on the EnableEventValidation="false". Curious, I now have a permissions error before the page can load. The error occurres on the "grid1.DataBind()" line. This has been working for days, so I must have permissions. Security Exception Description: The application...
  4. rrhandle8

    Sys.WebForms.PageRequestManagerServerErrorException:

    Started getting this error on the live site yesterday, but everything works fine on my pc. Not much luck Googling it. At first there were about 5 errors like this one. I deleted a validation control I was not using any more, and now I get just these two error below. In fact, I deleted all...
  5. rrhandle8

    Create gridview from code-behind

    Jason, I think you are right. I was trying to do something rather complex. I'll take your advice, and break the process into separate steps. Thanks for your suggestion. I have been thinking the same thing.
  6. rrhandle8

    Create gridview from code-behind

    I am trying to build a drop-down that control what data is shown in a grid view. Here is a work example that does exactly what I need, but it is all handled on the web page. I need to do exactly the same thing, but do it all from the code-behind page. Can someone point me to a tutorial that...
  7. rrhandle8

    I.E. hanges when debugging

    I am using Visual Web Developer 2008. One in three times, when I try to run my application (F5), Internet Explore hangs, and VWD2008 says "Cannot start application". I tried disabling all the add-ons, but that did not help. Any suggestion as to what is wrong here?
  8. rrhandle8

    Convert values in a recordset.

    Thanks for the reply. I forgot to mention I am using ODBC. I tried odbc_fetch_assoc, but it appears there is no such thing. Is there another way to do this?
  9. rrhandle8

    Convert values in a recordset.

    I need a function that will loop through a recordset that has 3 fields, change the value of the number in the second column, and return the recordset so I can create a chart with it. I've tried a number of different options, but there are problems with all the solutions I have tried so I...
  10. rrhandle8

    Interacting with POS systems

    I have no experience with POS systems, but my client wants me to built a system that will read a bar code off a card, mix that information with the information from the sale, and send the whole package to his server via the internet. The client wants to sell this solution to retailers who...

Part and Inventory Search

Back
Top