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

    Encrypt Connection Strings IIS7

    I set up my website to have the ability to encrypt connection strings. In IIS 6, I could use the below code to encrypt them. Now in IIS 7 I get this error InvalidOperationException Event handlers can only be bound to HttpApplication events during IHttpModule initialization. I...
  2. lisat76

    Installing Oracle TEXT and XML DB Components on New Instance

    I have set up a New Instance or Oracle on a Solaris Unix box that already had Oracle 10g installed. The instance was created fine, however I need the Oracle Text Component and XML DB Component installed as well. Those are not installed with this instance. They are installed on the other...
  3. lisat76

    Oracle Membership Provider -Could not load file or assembly

    I am trying to set up the oracle membership provider for my web app. My application connects to my database just fine. I ran all of the oracle scripts to create the Oracle provider etc. However if i try to login to the site or create a user, anything that uses the provider etc I always get this...
  4. lisat76

    dynamic form textboxes

    I have a site I am working on, a user will choose how many rooms a site has, then once they choose how many rooms there are in each of those rooms they must then enter how many chairs will go into each particular room. I want to make a form where first the user puts how many rooms there are...
  5. lisat76

    Specified argument out of the range -Embedded Gridview

    I have a gridview(Gvpatientnm) that has another gridview embedded in it (gviewvisitdetailsinfo) I have a sub that on the selected index changed that open a details view based on the gviewvisitdetailsinfo selected value in a modal pop up window. I had this working, but it is erractic. I keep...
  6. lisat76

    get edit template control value in Gridview

    I have a gridview that has two edit item templates which have controls textbox and a label I want to get the value of the controls when I update the gridview and add that to the update parameters. I keep getting object reference not set to an instance of an object for the label and the textbox...
  7. lisat76

    Returing Sproc/SSIS to web browser

    I have a asp.net 2.0 web app. It executes the stored procedure which executes my Package below. All that works fine. However if there is an error with the SSIS package it never returns any errors to .net in the web browser. I tried returning the error code to no avail. thanks in advance alter...
  8. lisat76

    append to string

    I want to be able to add text to a string the string will be variables so the length will vary, but the one constant is that they will always end with .jpg. I want to be able to append the string with text like large So if i have a string like mypicture1.jpg I would like to append it like...
  9. lisat76

    evaluate null dates SSRS

    i have this expression =IIF (DatePart("y",Fields!GtCalcDate.Value) 304), (DateAdd ("H", -1, Fields!FirstCall.Value)),(Fields!FirstCall.Value)) that works just fine if the date field gtcalcdate is not null if it is null the field just displays #Error. I know why it can't make a calculation on...
  10. lisat76

    add

    i have to make into a database no big deal, except that the people who made the spreadsheets set up different worksheets for each employees location. example they have one worksheet that has all ohio employees, one for all ky etc each worksheet is named after the location. they have 2...
  11. lisat76

    ie 7 slow on 2k8 server

    i have 2k8 server and ie 7 it runs so slow if i have the windows firewall enabled. If i disable the firewall it works fine. I have IE listed as an application in the firewall settings to allow but it still is very very slow. Thanks
  12. lisat76

    Where not in... - not working

    (I am reposting this here i originally posted it the ansi sql forum by mistake and was told to repost here) I have a SQL database table that i import data into from an access database. The id in the sql DB is varbinary while the id in the access db is text so i convert the text to varbinary in...
  13. lisat76

    Where not in... - not working

    I have a SQL database table that i import data into from an access database. The id in the sql DB is varbinary while the id in the access db is text so i convert the text to varbinary in my query. That seems to work. When i have an issue is when i do a "not in" in the where clause. I do this...
  14. lisat76

    access macro continue on error

    I have a macro that run weekly and is executed from a batch file via windows task scheduler. I am using access 2003 My macro imports several spreadsheets into access. That all works just fine. The macro looks in a folder and imports several different excel files into the proper tables...
  15. lisat76

    iis 7 media files

    II7 I just moved a site from iis6 to iis 7 everything works fine except i cannot open or play any of the media files that are on the site I just get page cannot be displayed. If i right click a link to one of the media files i am able to download it just fine. I tried downloading the media...
  16. lisat76

    checkbox list insert index less than size... vb.net

    I have tried several different way to insert checked valuse into a db I keep getting "Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index " The sub will insert the first checked value but will throw the above error if there is more than...
  17. lisat76

    iis rewrite causes theme issues?

    I have a control that changes the theme of my site depending on a drop down list selection. I recently moved my site to iis 7 and now the dropdown list will change the themes. My themes and styles are not applied unless i manually change them in the web.config. Oddly enough if i run my site from...
  18. lisat76

    change theme issue IIS7

    I have a control that changes the theme of my site depending on a drop down list selection. I recently moved my site to iis 7 and now the dropdown list will change the themes. My themes and styles are not applied unless i manually change them in the web.config. Oddly enough if i run my site from...
  19. lisat76

    adding header to excel export vb.net

    I have a event that exports my gridviews to excel. it works just fine however i was trying to find a way that i could add a header to the excel spreadsheet that the data goes to something like excel.header text =mytext...... I would also would like to add text to a particular cell in excel...
  20. lisat76

    map mac to windows server...

    i am a mac novice I was able to map one mac in our office to our windows server by going to the finder and going to connect to server, then it prompted me for a user name and password. I did that and it worked fine. I tried the exact thing on another mac and it would never prompt me for the...

Part and Inventory Search

Back
Top