Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:644572
More Search Options
RSS Available
Matching Posts
Re: How to reduce HTML output size from ClientID, ScriptResource, etc
The only problem with this is that any controls within a templated container will get their ID auto-assigned and output. So, if you are using a master page, for example, then this doesnt help. Thanks anyway though.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
joshcoady
on 2/5/2008
Re: FYI: How to make FCKeditor work in an UpdatePanel
That's probably because javascript incontrols wont run on partial postback. On the clent you need some javascript to handle the update success event and tell the fckeditor to update itself. Look into the PageRequestManager (or something similiar) in the ajax client-side docs.
Posted to
ASP.NET AJAX UI
(Forum)
by
joshcoady
on 6/26/2007
Re: Random "Timeout Expired" when creating connection
This is an error ocurring in our pre-release environment with only 1 or 2 concurrent users. Our production environment is full sql 2005. That is why I was finding this error troublesome is because it is difficult to reproduce and is occurring under very light load. Thanks anyway ;-)
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
joshcoady
on 5/8/2007
Re: When/where to log and what log level is appropiate?
Yes, I am using log4net. I have no issues getting it working and logging to different places. I am just now in the gray area of what to log. I believe log4net has 5 levels: DEBUG, INFO, WARN, ERROR, and FATAL. Those pretty much match up to you list except DEBUG, which could just be called verbose for your list. I dont suppose you'd be willing to post a sample class that is representative of your logging technique?
Posted to
Architecture
(Forum)
by
joshcoady
on 5/3/2007
When/where to log and what log level is appropiate?
I have had this question for years and have found very little resources that address it. Most tutorials/articles/books out there just address how to log but never really go in depth on when/where logging is appropiate. Obviously unhandled exceptions should be logged and at a fatal or error level. Caught exceptions should be logged at an error or warn level (depending on their severity). Else conditions and switch statements that should never be encountered should either be asserted or logged. But
Posted to
Architecture
(Forum)
by
joshcoady
on 5/2/2007
Re: SQL Query Help
Try something like the following. select * from Accounts a join ( select ID, Num, sum(amount) as totalamount, sum(deduct) as totaldeduct from Accounts group by ID, Num ) as t on a.ID = tID and a.Num = t.Num where a.Type = Primary
Posted to
Oracle
(Forum)
by
joshcoady
on 5/1/2007
Re: Validating user input - display additional choices if more than one match found in db
Just do it as you would normally without AJAX. Have a hidden RadioButton List that on save gets populated and shown as necessary. Then when you surround everything with the updatepanel it'll still work, no extra code.
Posted to
Web Forms
(Forum)
by
joshcoady
on 5/1/2007
Re: problem with sub query in sqlserver
For SQL Server you use any integral data type (tinyint, int, etc) and turn increment on for that column. I think this is what you mean. Stored procs is a bigger issue. I suggest you find a good book (perhaps beginning sql server by vieira--I know his pro book is excellent) or website tutorial. Where/when/how to use them largely depends on the particular context and what you are trying to accomplish.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
joshcoady
on 5/1/2007
Re: problem with sub query in sqlserver
I believe your problem is in alias naming. This shows up in two ways: (1) in the outer queries using the prefixes "cust_order." and "customers." doesnt make sense because you are not selecting from thos tables anymore, you are selecting from the sub-query and (2) sub-queries are reguired to have an alias (after the closing paren you need to give it an alias name much as you do for some of the fields). Select order_id,fname,lname, order_date,order_status from (select top 20 order_id,fname,lname,order_date
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
joshcoady
on 5/1/2007
Re: adding cotrol to Update Panel dynamically
It should be pretty straight-forward. Just create an UpdatePanel instance and assign the various properties as you like. It has several events you can subscribe to and you can use the Triggers collection to add trigger objects to it. See http://ajax.asp.net/docs/mref/P_System_Web_UI_UpdatePanel_Triggers.aspx for more info on the Triggers collection.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
joshcoady
on 5/1/2007
Page 1 of 3 (30 items) 1
2
3
Next >
WindowsClient:
The Future of Client App Dev : WPF and Silverlight Convergence
Channel 9:
PDC09 GeekFest Party
Channel 10:
How to Use "Play to" and "Remote Media Streaming" in Windows 7
Channel 9:
The Visual Studio Documentary: Jeff Hadfield Full Length Interview
TechNet Edge:
Managing Your Entire World - Tech Focus November 2009 Part 3
Channel 9:
The Access Show: Managing Access Databases with SharePoint
Channel 10:
Show Us Your Tech - Mark Pendergrast Edition
TechNet Edge:
Mark Russinovich interview at TechEd EMEA 09
TechNet Edge:
IT Manager Podcast #31: Talking About Virtualization
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 1: Introduction
WindowsClient:
MSXML XHTML DTDs - making the web better
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 10:
Ebay Launches IE8 Webslice for Holiday Shopping
Channel 10:
New Windows Smartphone Includes Built-in PowerPoint Projector
Channel 10:
Bing's Top Searches Reveal Our Celeb Obsessions
Channel 9:
Ping 39: Chrome is here, Dancing in MS Stores, Iphone & Bing
ASP.NET:
Building Twitter Search using the ASP.NET Ajax Library Beta – Part 1
Silverlight:
Using Azure as a Silverlight Streaming replacement
Silverlight:
Building extensible Silverlight applications with MEF
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online