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...
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 255 - 284 of 1073   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Offline 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
269
I'm able to export to excel fine using code similar to what Will posted just in VB. The problem I'm having was once the datagrid is exported to excel each...
smoothj_52
Offline Send Email
Aug 3, 2005
10:09 pm
270
Sorry that was the wrong link this one is correct. I hope I'm not spamming everyone still getting used to the message boards. =) ...
smoothj_52
Offline Send Email
Aug 3, 2005
10:19 pm
271
Sounds like you are looking for the ability to produce merged cells. I haven't tried this from a web server, but if you code the following html file and then...
Andrew Robinson
nemoby
Offline Send Email
Aug 3, 2005
10:48 pm
272
One more note: you should also be able to use a single <ASP:TABLE> control on your web form. Populate it and then render it in the same way that you are...
Andrew Robinson
nemoby
Offline Send Email
Aug 3, 2005
10:53 pm
273
Thanks Josh, that is exactly what I was looking for. Problem I am having now though is how do I utilize that event, bummer about not really knowing how to use...
matt_plude
Offline Send Email
Aug 3, 2005
11:35 pm
274
onItemBound="subOnItemDataBound" ? ... -- aim: willacious...
Will Asrari
wasrari
Online Now Send Email
Aug 4, 2005
5:31 am
275
Will, onItemBound was just the name of a subroutine, ItemDataBound is the event that triggers that subroutine. With Josh's advice I was able to at least figure...
matt_plude
Offline Send Email
Aug 5, 2005
1:11 am
276
I am fairly sure that you will need to use a control collection when wanting to dynamically add new controls at runtime - ...
Josh Schumacher
joshs633
Offline Send Email
Aug 5, 2005
3:49 pm
277
Josh, Great idea but unfortunately I do not believe I can add placeholders within a datalist. I added a placeholder to the datalist and I got an error stating...
matt_plude
Offline Send Email
Aug 5, 2005
4:59 pm
278
How about calling a protected method from within the databinding contruct on your page. Text='<%# FormatText(DataBinder.Eval(Container, "DataItem.Field1"), ...
Andrew Robinson
nemoby
Offline Send Email
Aug 5, 2005
5:16 pm
279
I am not sure exactly what you are trying to do, but you can add controls to the item template for you Datalist or datagrid then turn their visibility on or...
Chris Sandvig
c_sandvig
Offline Send Email
Aug 10, 2005
12:31 am
280
A few days ago, I completed a test conversion of the Haggen web site using VS2005. Other than a few warnings, all seems just fine. I did not have to hand tweak...
Andrew Robinson
nemoby
Offline Send Email
Aug 10, 2005
9:03 pm
281
On a less technical note..... I've been asked to forward the following invitation to the DotNet group on behalf of the local TAG/WSA group. This sounds like it...
Rob Schripsema
robschripsema
Offline Send Email
Aug 11, 2005
3:35 pm
282
Pretty sure that is my solution, thanks! For now we decided to just opt out of dealing with that because of our timeline for other projects but will come back...
matt_plude
Offline Send Email
Aug 11, 2005
5:09 pm
283
So one part of this application I'm developing is supposed to send an e-mail from User A to User B. I received an error using the following: Dim mailObj As new...
Will LastName
wasrari
Online Now Send Email
Aug 12, 2005
12:56 am
284
Will, A couple of things here. Not related to your error message, but you are requesting HTML formatted email but not sending valid HTML in your body. This...
Andrew Robinson
nemoby
Offline Send Email
Aug 12, 2005
1:55 am
Messages 255 - 284 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