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:645822
More Search Options
RSS Available
Matching Posts
Re: Does the Global.asax Application_Error Event work in IIS 7.0?
Maybe this can help: http://msmvps.com/blogs/bradley/archive/2009/06/15/top-iis-issues-from-the-partner-forums.aspx
Posted to
Web Forms
(Forum)
by
gporras
on 7/24/2009
Re: Does the Global.asax Application_Error Event work in IIS 7.0?
You can test, in yout IIS7 change from Integrated Mode to Classic mode! I read this fixed it but it ´s not the recommend option. The recommended is change you code from the Application_Error.
Posted to
Web Forms
(Forum)
by
gporras
on 7/24/2009
How to add html in the header of a DataColumn?
Hello... I 'm filling a GridView with a Datatable. I created the DataTable programatically adding DataColumns. Every DataColumns is created in this way: DataColumn dcol = new DataColumn ( "Name<br>Last Name" ) ; My problem is with the HTML generated for the header of the Columns: Actually is: Name <br> Last Name , but I want : Name <br> Last Name . How I can do this? Thanks.
Posted to
Data Presentation Controls
(Forum)
by
gporras
on 6/20/2009
Re: How to add html in the header of a DataColumn?
Hello Ambran.. My problem is with this line: DataColumn dcol = new DataColumn ( "Name<br>Last Name" ) ; Take a look that I'm adding a HTML break line (<br>) in the Title (header) of the Column. .Net change this string using HTML Entities. I want the <br> as a real <br> (a breakline in the titles/headers of the columns) and not as <br>. Is it possible?
Posted to
Data Presentation Controls
(Forum)
by
gporras
on 6/20/2009
Re: How to add html in the header of a DataColumn?
Nope... This add a new line in the HTML generated.... I need a <br>. Thanks any way!
Posted to
Data Presentation Controls
(Forum)
by
gporras
on 6/20/2009
Re: How to add html in the header of a DataColumn?
Perfect... Thanks a lot of!
Posted to
Data Presentation Controls
(Forum)
by
gporras
on 6/20/2009
Re: Controls inside GridView retains value after PostBack
Thanks Mike... I moved the biding to the PreRender and tha page works perfect!
Posted to
Data Presentation Controls
(Forum)
by
gporras
on 5/4/2009
Re: Controls inside GridView retains value after PostBack
Pak514.. You told : "Basically you disabled viewstate, which means whatever value the textbox contained on entry would not be restored on postback" That´s what I need. My problem is that, with ViewState disabled and all values are restored....
Posted to
Data Presentation Controls
(Forum)
by
gporras
on 4/8/2009
Re: Controls inside GridView retains value after PostBack
Hello santhosh11s I need the grid loads new data everytime.. There are new records every submit... So I need to do the DataBind every PageLoad? Any other idea? Thanks!
Posted to
Data Presentation Controls
(Forum)
by
gporras
on 4/8/2009
Re: Controls inside GridView retains value after PostBack
Hello.. OK.. This is my code: PAGE.ASPX <%@ Page Language="C#" AutoEventWireup="true" EnableViewState="false" CodeBehind="Cumpleanios.aspx.cs" Inherits="ListadosMercadeo.Cumpleanios" %> <asp:GridView ID="gvCumpleanios" runat="server" AutoGenerateColumns="false" OnDataBound="gvCumpleanios_DataBound" OnPageIndexChanging="gvCumpleanios_PageIndexChanging" OnRowDataBound="gvCumpleanios_RowDataBound"
Posted to
Data Presentation Controls
(Forum)
by
gporras
on 4/5/2009
Page 1 of 11 (102 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
How the IIS SEO Toolkit Saved My Butt
ASP.NET:
Using WCF RIA Services without Silverlight in Visual Studio 2010 for building 3 tier ASP.NET Applications
Channel 9:
Ping 41: Top stories of 2009, bing, windows 7, laptop hunters, azure
Channel 9:
endpoint.tv - Windows Server AppFabric in action monitoring and troubleshooting
Channel 10:
Windows Marketplace for Mobile Opens to 6.0, 6.1 Phones
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online