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:149080
More Search Options
RSS Available
Matching Posts
Re: How to convert varchar to xml datatype in sql2005
noahb - Your suggestion kind of work worked for me. I did try to convert to varchar max earlier but somehow it didn't work until after I read your post . Next time I will read your messages first and then start debugging stuff :)
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
RedSunBeer
on 9/30/2008
Re: Gridview Footer not showing
Gridview doesnt allow the footer to display if there are no records in its datasource. So first add a dummy/empty but valid row/record/value to the gridview datasource before assigning and binding it to the gridview. Then set the first row of the gridview to invisible. An example is given below, /* DataRow dr = dataView.Table.NewRow(); dataView.Table.Rows.Add(dr); grd.DataSource = dataView; grd.DataBind(); grd.Rows[0].Visible = false ; */ Good luck - redsunbeer
Posted to
Data Presentation Controls
(Forum)
by
RedSunBeer
on 9/28/2007
ntier application
I am developing a ntier application using windows forms (c#) for the presentation tier, a middle tier for business processing and a data tier for data access and storage. Each layer will have several components(or classes). How do I get the components in each tier to communicate with other components withing their own tier as well as components in other tiers?Should I use dotnet remoting or a dcom architecture with dotnet.? I am not familiar with dcom and have been through the msdn site regarding
Posted to
Architecture
(Forum)
by
RedSunBeer
on 8/28/2003
Re: Server Application Unavailable
I was getting this error message "Server Application Unavailable" while trying to redirect my page [Response.Redirect="/filename";]. The reason being that I was using the virtual path which was pointing to my default web folder and not to my application web folder. To correct the error I used the relative file path [Response.Redirect="../filename";].
Posted to
Installation and Setup
(Forum)
by
RedSunBeer
on 1/17/2003
Page 1 of 1 (4 items)
Channel 9:
Rx API in depth: Hot and Cold observables
ASP.NET:
Back in Business
TechNet Edge:
Hacking Windows 7 Interview
WindowsClient:
Windows Client Developer Roundup for 12/14/2009
Channel 9:
TWC9: Silverlight Web cam apps, VS extensibility, Explorer shell extensions
ASP.NET:
Visual Studio Project Sample Loading Error: Assembly could not be loaded and will be ignored. Could not load file or assembly or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
WindowsClient:
Working with Windows 7 Taskbar Thumbnail Buttons with WPF 4
WindowsClient:
overflow:hidden -- a fix to a CSS problem
TechNet Edge:
Empowering your teams with SharePoint
TechNet Edge:
TechNet Radio: Expert presents: Creating and Executing a Comprehensive 2007 Office Deployment
ASP.NET:
ViewModel Pattern for Silverlight - Options for Hooking a View to its Model
Channel 9:
Rx API in depth: Concat, Catch and OnErrorResumeNext
Channel 10:
PowerPoint Twitter Tools Updated
Channel 10:
Windows Live Messenger Arrives on Nokia Phones
Channel 9:
Peer to Peer Series Part 7: PeerChannel Basics
TechNet Edge:
Visio: Drawing on Experience with Saveen Reddy
TechNet Edge:
Visio: Drawing on Experience with Saveen Reddy
IIS.NET:
URL Rewriter and Reverse Proxy
TechNet Edge:
Forefront Secure Endpoint Demo and Interview
ASP.NET:
Resizing images from the server using WPF/WIC instead of GDI+
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online