Search the web
Sign In
New User? Sign Up
BellinghamDotNet · The Bellingham .NET Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 239 - 268 of 1073   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
239
I have no idea what this is like but it might be of interest to some of you. Let me know what you find. -Andrew ... For a limited time only, Microsoft Learning...
Andrew Robinson
nemoby
Offline Send Email
Jul 8, 2005
8:58 pm
240
Frank, Here is the information on ASP I mentioned to you. It's a self-paced online training. I would love to learn it with you but I'm not sure you have 17...
Elizabeth
eklpublic
Offline Send Email
Jul 11, 2005
3:53 pm
241
I am trying to upload a database via webform. I have no other choice (i.e. FTP). This is the error I get: Maximum request length exceeded. Description: An...
Will LastName
wasrari
Online Now Send Email
Jul 17, 2005
9:37 pm
242
Will, are you sure of your lengths? The error message is pretty specific. Is this a non-SQL db that is possibly compressed on disk? (SQL will not run with a...
Andrew Robinson
nemoby
Offline Send Email
Jul 17, 2005
10:56 pm
243
Fixed it. I had to compress the Access database. Does anyone have an idea of why this is? ... -- aim: willacious...
Will Asrari
wasrari
Online Now Send Email
Jul 17, 2005
11:19 pm
244
Will, My guess is that your Access DB on disk was compress by windows. You were reading the "Size on Disk" number under the properties menu and assuming that...
Andrew Robinson
nemoby
Offline Send Email
Jul 18, 2005
3:17 pm
245
Thanks Andrew. It all makes sense now. - Will ... -- aim: willacious...
Will Asrari
wasrari
Online Now Send Email
Jul 18, 2005
4:05 pm
246
http://seeker.dice.com/jobsearch/servlet/JobSearch? op=101&dockey=xml/c/5/c5efe22d897d1c01e2f1c1e68779413e@activejobs0&c= 1&source=1...
Andrew Robinson
nemoby
Offline Send Email
Jul 21, 2005
5:13 pm
247
Fritz Onion wrote one of my favorite ASP.NET books. He previously did a web cast series on 1.1 and now has a new series starting on 2.0: ...
Andrew Robinson
nemoby
Offline Send Email
Jul 27, 2005
1:32 pm
248
http://msdn.microsoft.com/asp.net/migration/upgrade/default.aspx...
Andrew Robinson
nemoby
Offline Send Email
Jul 27, 2005
1:45 pm
249
I am having a bit of a problem with my SQL statement. I have two tables in my database. One has company information, the other has contacts within that...
matt_plude
Offline Send Email
Jul 27, 2005
11:51 pm
250
Matt, Your join (JOIN tblContacts ON tblCompany.ID = tblContacts.CompanyID) will only return rows that have both a valid company and contact. I think what you...
Andrew Robinson
nemoby
Offline Send Email
Jul 28, 2005
12:03 am
251
Andrew, Thanks! That was exactly it. I am new to SQL so after narrowing it down to my JOIN I was pretty much stuck on where to go next. Thanks again!...
matt_plude
Offline Send Email
Jul 28, 2005
5:32 am
252
I know I am just having a mental block and not seeing the small error here but for some reason my SQL statement has an error in the INSERT. This is what I get...
matt_plude
Offline Send Email
Jul 31, 2005
8:30 pm
253
What is the error you are getting? Bob Jones ... From: "matt_plude" <mplutodh1@...> To: <BellinghamDotNet@yahoogroups.com> Sent: Sunday, July 31, 2005...
Bob Jones
rhj4
Offline Send Email
Jul 31, 2005
8:49 pm
254
Syntax error in INSERT INTO statement. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack...
matt_plude
Offline Send Email
Aug 1, 2005
6:57 am
255
Matt, Take a look at you inner exception: objError.InnerException (or something close to that). Take a look at objError.InnerException.Message (or something...
Andrew Robinson
nemoby
Offline Send Email
Aug 1, 2005
1:40 pm
256
Matt, The Fields list in your Response.Write of the strSQL has (at the end) Waiver, Tshirt, Size, dtDate -- and the order of the VALUES list seems to match --...
Rob Schripsema
robschripsema
Offline Send Email
Aug 1, 2005
3:44 pm
257
Rob & Andrew, Thanks guys, I actually figured out how to get around it last night. Still not sure what caused it. I realized after I posted it (late night not...
matt_plude
Offline Send Email
Aug 1, 2005
5:12 pm
258
Recently I was surfing on a website of what appears to be a sizable company. I received an error on one of their search pages and got to view a copy of their...
Andrew Robinson
nemoby
Offline Send Email
Aug 1, 2005
10:33 pm
259
This came over a list server that I am on for old woodworking tools. Anyone need a tax break? -Wayne ... From: @yahoogroups.com [mailto: @yahoogroups.com] On...
Wayne Berry
bellingham32
Offline Send Email
Aug 2, 2005
10:53 pm
260
Looks like they need to upgrade to ASP.NET and then set <CustomErrors mode="RemoteOnly" /> -A...
Andrew Robinson
nemoby
Offline Send Email
Aug 2, 2005
11:30 pm
261
Well, the site appears to be down now. Whoops! Bob Jones ... From: BellinghamDotNet@yahoogroups.com [mailto:BellinghamDotNet@yahoogroups.com] On Behalf Of...
Bob Jones
rhj4
Offline Send Email
Aug 2, 2005
11:51 pm
262
So maybe I am drawing a complete mind blank, actually I know I am. I have a page that needs to display a list of events and details about them. There are...
matt_plude
Offline Send Email
Aug 3, 2005
12:20 am
263
Would it work to do this within your Stored Procedure? It might make it easier to manipulate if you want to make minor changes later... -Syd _____ From:...
Sydney Paige Cole
sydney_mcgrath
Offline Send Email
Aug 3, 2005
12:29 am
264
I think you're probably looking for the *ItemDataBound *event that is raised every time an item is bound to the Data List. You can then manipulate the data set...
Josh Schumacher
joshs633
Online Now Send Email
Aug 3, 2005
2:42 am
265
Ad for Visual Studio 2005 and SQL Server 2005: http://www.escapeyesterworld.com/ -Andrew...
Andrew Robinson
nemoby
Offline Send Email
Aug 3, 2005
4:54 pm
266
Hello, I've been working on completing my web certification at Western, and was told this is a great place for information and help. Nice to meet everyone! I'm...
smoothj_52
Offline Send Email
Aug 3, 2005
7:03 pm
267
Welcome to the group. There are a number of ways of exporting data to Excel and I am not sure what method you are using. Could you post a bit of code so that ...
Andrew Robinson
nemoby
Offline Send Email
Aug 3, 2005
7:08 pm
268
*Visual Studio.NET instructions:* http://support.microsoft.com/default.aspx?scid=kb;en-us;317719 *This should work fine if the fields are the same:* ...
Will Asrari
wasrari
Online Now Send Email
Aug 3, 2005
8:04 pm
Messages 239 - 268 of 1073   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