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

  • Users: wendas
  • Content: Threads
  • Order by date
  1. wendas

    Help with Window forms Package and Deployment

    I am working with Visual Studio 2010. I have a SQL Express database. I have packaged & deployed asp.net without database many times no issues. But the Window Forms seem frustratingly elusive. 1) I have found little documentation on it. Like no one uses it. 2) I found something about creating a...
  2. wendas

    undocking a docked Find/Replace tool

    I don't know how, but my normally small floating find tool suddenly just takes up the whole screen and sits with a tab as if it is an open table or stored procedure. Problem is I can't see the stored procedure it is finding stuff in, unless I tab back and forth from the find to the SP. I did...
  3. wendas

    bypass RequiredFieldValidator if hit Exit button

    Is there a way to tell the system to bypass the RequiredFieldValidator if the Exit button is hit? It seems that on other websites You are required to enter a name or address, but if you hit cancel, or return to shopping, it doesn't force you to enter the info before you can get out.
  4. wendas

    Class Library will not update in one project.

    I have a class library and two projects reference it. One project showed the updates by simply doing a build on the library & on the project. The other one refuses to references the newer version. I have... 1) hit build on the library & project many many times. 2) deleted the library from the...
  5. wendas

    How project notes changes in a Library

    I am switching from VB to C#. In VB if I made changes to a library, I just hit the build in the Library, then hit the build in the project and they were in sync with each other. It seems that with C# this is not the case, I ended up deleting the library dll out of the project then readding the...
  6. wendas

    converting list<name> in C# to VB ??

    I have in C# List<DateList> holidaysPassed = new List<DateList>(); I tried Dim holidaysPassed As List<DateList> and that doesn't work. I also have some sites that show differences between C# & VB, but none show List..
  7. wendas

    Debugging a class library

    I am lost somewhere with this. I have a class library and a program tha references the class library. Both are progresses in the works. I did read something that I could point my class library to an .exe or url, but my calling project is not at that point. But I found I can just run the...
  8. wendas

    Easy.. add a library to a web site

    This is easy.. Just learning and the book has me frustrated becaus I can't get there from here. I created a project as a web control library, added code, tested it created a dll and no errors. I created a new website Book says to usr file / Add / Existing Project command, then locate and...
  9. wendas

    gridview CommandField using imageURL

    Seems like the gridview lets you choose between a button that reads "Edit" (or whatever text you want) or appling an image that depicts Edit. But when I try to alter to ImageURL, it doesn't seem to work, I have tried clearing the text field, I have gone to the html code, and took out the info...
  10. wendas

    Accessing data on content page in Master page

    Hi, I have a few text box entries on the content page. And buttons on the Master page. When I change an textbox entry on the content page then press a button from the master page, it seems logic goes straight to the master page load, and processes everything, then comes back to the content...
  11. wendas

    Master page with multiple containers

    Sorry if this is a 2nd post, I thought I posted this yesterday, but can't find it in the forum. I have a master page with 2 containers. Each container could call different aspx pages depending on their setup. Working with one container is easy, you just call the container page and the Master...
  12. wendas

    Expected ')' runtime error on window.alert

    I will admit I know little about java script. I copied this off a web site, then when it didn't work looked for another example, it set up slightly different but had the same error. Another puzzler is although it does not work when showing a message from a field, it works with a hardcoded...
  13. wendas

    Timeout error when useing .commandTimeout = 0???

    I was hoping someone could look at this code and let me know if we placed the .commandTimeout in the wrong place, or don't have it connected right. I was told using .commandTimeout = 0 meant there was no timeout.. Yet we still get them. Unfortunately the DB are huge as users want to keep...
  14. wendas

    When to Deploy, when to change page

    I am playing with Deploying using the Web setup Project. Any change I do this. I am told there is a time when you can just move in an altered page. But, I am altering class libraries outside my project & rebuilding it, then rebuilding the project to take the change, Then rebuilding the Web...
  15. wendas

    Common Dialog box needs to show in toolbox

    This must be the most simplest thing because all the sites I search just assume it is in the toolbox. Mine isn't. I am using VS.net 2005 for asp applications I did find when I right click toolbox and go into choose Items, then the tab for com components, I found in the list Microsoft Common...
  16. wendas

    deploying with merge modules

    We use asp.net 2005. We are getting our Crystal info from a book for 2003. In 2003 the deployment required merge modules for crystal. The author walked us through this, but they our not there for 2005. We have seen something for downloads for merge modules for 2005, but although links exist the...
  17. wendas

    Q in the Server Explorer area

    Using Visual Basic.new 2005 Just learning.. All my reading states that in Server Explorer if I drill down server Server name I should find SQLServer in the list. I have Crystal Reports Services, Event Logs, Management Classes, Management Events, Message Queues, Performance Counters...
  18. wendas

    Crystal Rpt Load in VB w/o hardcoded path

    Hi, I downloaded a code example that has this code ' Load the report rptExpensiveProducts.Load("..\TenMostExpensiveProducts.rpt") Looks easy and makes sense. This works (but this code is on local drive) My code is on a server.. But this code if it is saying look in your local folder I would...
  19. wendas

    Speeding Data Access

    I have been battling the speed of a few reports. Tables are from a third party package, so the keys and table layout I have no control on. I have about 7 tables linked and the filtering is primarily on one that is over 600,000 records and it seems that with the fields filter it wants to read...
  20. wendas

    CR and Data integrety

    Trying to find if Crystal will not allow data corruption with inexperienced users. I have Crystal thru VB v 10.5 and I pulled in a stored procedure which deletes records and adds records. Crystal processed it and modified the tables. This is serious to our data integrety. Can anyone tell me if...

Part and Inventory Search

Back
Top