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...
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...
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.
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...
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...
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..
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.