Hi all,
WinForms errorProvider will not work after programmatically changing data values in textboxes
I tried ErrorProvider1.Clear() but did not help. If it is a UI change by user, there is no problem with ErrorProvider1.
I tested after program changes code that it still runs through the...
Thanks so much guys.
After looking closely at your code, I realized I forgot to put the access specifier of "public" before my class so it defaulted to "private" and therefore inaccessible to the other project.
I had
class NewBalance{
instead of
public class NewBalance {
devils in the...
Hi all,
I am using vs2013 update 4.
I'm having some difficulties and thinking my approach is wrong from the get go.
I have made a "business logic" class in C# console app thinking ahead that I could compile this class to a dll an then
in an MVC project (or any other .Net project for that...
Here is the first image. Somehow that link did not come up on initial post.
this is what it looks like first time a web browser loads it before hitting refresh.
http://files.engineering.com/getfile.aspx?folder=0833bd7b-02ba-441f-b2fd-fa85c8b199dc&file=1rstTimeABrowserLoadsThisPage.jpg...
Hi all,
How to make web page images also appear first time a web browser hits the page?
I took a screen shot when browser first loads page, then after hitting refresh one time when then the images also show up. Of course once it is cached it will load all.
How do I fix this.
Same behavior in...
Hi all,
I am semi-retired but was a long time IT professional (Asp.net,c# developer, IT trainer,database developer, etc) and I need some extra income. I want to start a small "mom-N-pop" biz just cleaning up, speeding up, removing viruses, etc to mom and pop clients. Often as we know a complete...
yes I did, I was just troubleshooting and tried it with the c: just as a stab in the half dark. So what is the hidden C. Is it actually a completely different admin share or just gives access to hidden files and folders on that share? did that question make any sense?
So I understand I need to...
great answer, One thing though I need to train replication in a class room workgroup environment, how can the sql agent account have permissios on all machines in workgroup???
Tanks
I am being trained by experts to be an experts trainer :-) Newbee - Adam
thanks so MUUC for taking the tinme, that really helped!!!!!!!!!!!! I reread this several times to let it sink in!
I am being trained by experts to be an experts trainer :-) Newbee - Adam
when I get to the screen to set path for snapshot folder, I get the invalid path or filename message. I rechecked the path and it is correct.
\\LAPTOPRENAMED\C:\Program Files\Microsoft SQL Server\MSSQL\REPLDATA
I also set the REPLDATA folder to be a shared folder. what am i doing wrong here...
what if you in a workgroup and not on a domain??? For example in a classroom environment? use local system account for sql services and something else local I guess for sql agent , what to use for replication???
SUE PER TANKS!
I get a message when runnig the replication wizard saying replication will fail becuase I am using the system account for SQL Agent startup.
What exactly is the system account anyway?
So anyway I go to the logon tab in sql agent properties applet in services in control panel and click the...
install enterprise editon error - system32\autoexec.nt not suitable ..for ms-dos
It looks like the autoexec.nt needs to run in system32 but this XP os uses a 16bit subsystem.
Is this normal , I have no problem run system32 bit programs on my other xp box.
I am installing it to practive...
thanks for the confirmation!!!, I though so
I was the first American Soldier to put a basketball hoop up in Iraq, only to have it stolen by a soldier from different camp. Newbee - Adam
OK so I import 2 tables, 1 with 500,000 rows and one with 300,000 rows using dts and creating the tables for them in sql server.
Now I need to query these 2 tables and join them in the query and use a where clause to filter records I want.
But first I think I should makes some indexes which is...
OH yes, enrollment date and term date makes my skin cralw too. This is the data I have to deal with too.
Anyhow I have the same inclination to do loop through recordsets to do things and I too have been told the perfomance is better using a query, so if you have time learn to do it with a query...
your the wizard!!
Tanx!
I was the first American Soldier to put a basketball hoop up in Iraq, only to have it stolen by a soldier from different camp. Newbee - Adam
I do a select query to a linked external table, but when I turn into make table it takes forever. Also when I changed back to select but with a where clause it takes forever again.
If the records set I have selected in my query is large, is it not better to filter via where clause or...
could'nt you just use Query builder from DTS and select source tables to your target using column alias'
I was the first American Soldier to put a basketball hoop up in Iraq, only to have it stolen by a soldier from different camp. Newbee - Adam
I am using Qury builder pop up window from the DTS wizard. My source is ODBC using a relativeity software driver,
my destination is an excel file. when I check my syntax below I get this error.
what may be causing it??
select elgnot.eudpcd, elgnot.eucatg, elgnot.eudpfl, elgnot.euflag...
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.