Search the web
Sign In
New User? Sign Up
csharp2 · C# 2.0 | C# 2005 | C# Future Versions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 66 - 95 of 222   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
66
Happy New year to all list members :-) RonZ...
Ronald Ziemiecki
webartrz
Offline Send Email
Jan 2, 2006
8:35 pm
67
Happy new year to you too Ronald and happy NY to all. I have been so busy its crazy with the holidays and rainbow. I promise Ill be more active as...
Eric Ramseur
Eramseur
Offline Send Email
Jan 2, 2006
8:48 pm
68
Just skimmed that url, profiles really rock :-) I don't have a use for that right at the present but I can imagine it won't be too long before an opportunity...
Ronald Ziemiecki
webartrz
Offline Send Email
Jan 2, 2006
11:52 pm
69
Hi Eric, I hope you and the rest of the list had a great few days off over the break. I have a SQL2005 question which I am certain you will know the answer to....
Ronald Ziemiecki
webartrz
Offline Send Email
Jan 7, 2006
10:35 am
70
Shouldnt it be all rows 1 or greater. I mean 1 isnt excluded either. I would just truncate the rows according to name after every add or a couple of adds. ...
Eric Ramseur
Eramseur
Offline Send Email
Jan 7, 2006
12:47 pm
71
Excuse me. I just looked at an old way I did it for IA [ independence air]. I would truncate the rows and add the rows again but that was the way they forced...
Eric Ramseur
Eramseur
Offline Send Email
Jan 7, 2006
12:53 pm
72
If you havent heard of XAML or used a snippet from the MS preview, then I suggest you take a look at an implementation of it. In short, XAML allows you to...
Eric Ramseur
Eramseur
Offline Send Email
Jan 7, 2006
1:55 pm
73
Hi Eric, Thanks for the link, however I already found that one which only refers to duplicate rows based on Primary Keys (PK). My duplicates have the correct ...
Ronald Ziemiecki
webartrz
Offline Send Email
Jan 7, 2006
10:35 pm
74
Apply the same process using your field as the key that duplicates. Seems pretty busy. You can select out the fields and delete the set leaving one. I would...
Eric Ramseur
Eramseur
Offline Send Email
Jan 7, 2006
10:49 pm
75
Hi Eric, I'm not sure what you mean, but I probably haven't explained it very well. I have a db working well in SQL2005, I import data into the various tables ...
Ronald Ziemiecki
webartrz
Offline Send Email
Jan 8, 2006
10:36 pm
76
Thanx for the url, I'll read this and hopefully will make sense of some of it :-( On another note I got everything to work using a single table in VS2005. Now ...
Ronald Ziemiecki
webartrz
Offline Send Email
Jan 10, 2006
3:00 am
77
What do you want to do with multiple tables? ... -- Eric Ramseur .NET Consultant | ASP.NET 2.0 Questions http://eramseur.blogspot.com Anant CMS | Portal Blogs...
Eric Ramseur
Eramseur
Offline Send Email
Jan 10, 2006
3:07 am
78
Okay, I have the main table working which consists of horse names and some related fields of data dealing with things like height, colour, gender etc. In...
Ronald Ziemiecki
webartrz
Offline Send Email
Jan 10, 2006
3:26 am
79
Hi Eric, Continuing on with my project, I have had success in certain areas with one particular table which works 100%. I have tried to duplicate exactly with...
Ronald Ziemiecki
webartrz
Offline Send Email
Jan 11, 2006
5:59 am
80
Hi again ;-) I have an issue with Null data. I have this line of code from VS2005: <asp:BoundField DataField="win$" HeaderText="win$" SortExpression="win$" ...
Ronald Ziemiecki
webartrz
Offline Send Email
Jan 11, 2006
1:38 pm
81
Hi Eric , I stayed up all night but to no avail, I must have come close to fixing it. I get the 2/3rd of the way successfully i.e. the first and 2nd sql data ...
Ronald Ziemiecki
webartrz
Offline Send Email
Jan 12, 2006
12:37 am
82
Hi Eric, I have last question, which is more with SQL than anything else, but here goes. I have a table which has a column filled with dates. I have 25,000 ...
Ronald Ziemiecki
webartrz
Offline Send Email
Jan 13, 2006
6:08 am
83
I dont see why you want to change the way something is stored. It doesnt matter how the date is stored. You can always extract it in any format you want from...
Eric Ramseur
Eramseur
Offline Send Email
Jan 13, 2006
8:17 am
84
Hi Eric, Its not the display of the date (the format), that concerns me, but the fact that the date is actually wrong. If a horse raced on Saturday 25/04/2005...
Ronald Ziemiecki
webartrz
Offline Send Email
Jan 13, 2006
9:02 am
85
I dont get how you are off by one though. If you perform a standard insert statment and send it the correct date or handle it from the db with a sproc( how i...
Eric Ramseur
Eramseur
Offline Send Email
Jan 16, 2006
9:53 pm
86
Well, I was hoping that you wouldn't push that point, because sadly it was 'Human Operator Error'...er my error. I actually put it in wrong due to an anomaly...
Ronald Ziemiecki
webartrz
Offline Send Email
Jan 17, 2006
12:18 am
87
Hi, This error seems to happen a lot, and the various fixes don't seem to fix it ... "An error has occurred while establishing a connection to the server....
Ronald Ziemiecki
webartrz
Offline Send Email
Jan 18, 2006
11:41 am
88
Thats just the standard error when you mess up a connection string. Or your user doesnt have enough privs on a resource [ as in cant access a db]. Devs get...
Eric Ramseur
Eramseur
Offline Send Email
Jan 18, 2006
2:28 pm
89
Thanks Eric, Perhaps you can help me, I have been stuck on this for 4 days now and am at a standstill. Basically, I need a step-by-step guide on exactly what...
Ronald Ziemiecki
webartrz
Offline Send Email
Jan 20, 2006
4:01 am
90
Hi Eric, Just a quick question, added to my earlier lengthy post regarding membership. I'm fairly convinced that the key to solving my issue is the use of...
Ronald Ziemiecki
webartrz
Offline Send Email
Jan 20, 2006
12:49 pm
91
Now I dont know if you can run it remotly but hey its worth a shot. If you just run the file itself, it will bring up a wizard for you to use. I wrote a blog...
Eric Ramseur
Eramseur
Offline Send Email
Jan 20, 2006
12:59 pm
92
Okay, that helps a lot. Just a couple of really (simple) dumb questions :-) Lets say I use the tool in the manner its designed and I simply nominate it for my...
Ronald Ziemiecki
webartrz
Offline Send Email
Jan 21, 2006
12:27 am
93
That's very interesting Eric, thanks for the Blog url. I have actually, gone back to basics, actually I have created the simplest (bare-bones, Vanilla) web...
Ronald Ziemiecki
webartrz
Offline Send Email
Jan 21, 2006
9:43 am
94
Why dont you try the personal starter kit? It creates a site for you with the basics of the ASPNETDB. Better yet I would get timetracker and look how they do...
Eric Ramseur
Eramseur
Offline Send Email
Jan 21, 2006
6:46 pm
95
Yeah Thanx again Eric :-) I almost have it working, can you take a look at this code from within my web.config and see if anything jumps out at you. I have...
Ronald Ziemiecki
webartrz
Offline Send Email
Jan 22, 2006
6:51 am
Messages 66 - 95 of 222   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help