Click here to Skip to main content
15,915,508 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Huge config file causing very long first-time load Pin
Psytherium16-Jul-07 12:51
Psytherium16-Jul-07 12:51 
GeneralRe: Huge config file causing very long first-time load Pin
Paul Conrad16-Jul-07 13:07
professionalPaul Conrad16-Jul-07 13:07 
GeneralRe: Huge config file causing very long first-time load Pin
Psytherium16-Jul-07 13:35
Psytherium16-Jul-07 13:35 
QuestionHowto let the server resend a Page [modified] Pin
ezazazel16-Jul-07 8:47
ezazazel16-Jul-07 8:47 
AnswerRe: Howto let the server resend a Page Pin
Dave Kreskowiak16-Jul-07 10:24
mveDave Kreskowiak16-Jul-07 10:24 
QuestionASP.NET Upgrade Process 1.1 to 2.0 : Best Practices Pin
N a v a n e e t h16-Jul-07 6:29
N a v a n e e t h16-Jul-07 6:29 
QuestionDatagrid - Template column Pin
phpatel16-Jul-07 6:25
phpatel16-Jul-07 6:25 
AnswerRe: Datagrid - Template column Pin
amit_8317-Jul-07 4:43
amit_8317-Jul-07 4:43 
you can add Template column in datagrid dynamicaly according to ur recqurement.
where you are binding you can write this
dgExample.Columns.AddAt(position,templatecolmn)

or u have option like

you can use protected variable at code behind page and assign it to column like this
suppose strHTML is protected variable at code behind then write in code behind page like
strHTML="<asp:templatecolumn>
<itemtemplate>


"

and use it in your aspx page like this
<asp:datagrid id="dgExample" width="70%" headerstyle-backcolor="Aqua"
="" itemstyle-backcolor="AliceBlue" runat="server">
<column> <%=strHTML>


amit

GeneralRe: Datagrid - Template column Pin
phpatel17-Jul-07 6:01
phpatel17-Jul-07 6:01 
Questionmigrate from .Net 2.0 to .Net 3.0 Pin
George_George16-Jul-07 5:10
George_George16-Jul-07 5:10 
AnswerRe: migrate from .Net 2.0 to .Net 3.0 Pin
martin_hughes16-Jul-07 7:09
martin_hughes16-Jul-07 7:09 
GeneralRe: migrate from .Net 2.0 to .Net 3.0 Pin
George_George16-Jul-07 16:38
George_George16-Jul-07 16:38 
AnswerRe: migrate from .Net 2.0 to .Net 3.0 Pin
Abisodun16-Jul-07 7:39
Abisodun16-Jul-07 7:39 
GeneralRe: migrate from .Net 2.0 to .Net 3.0 Pin
George_George16-Jul-07 16:36
George_George16-Jul-07 16:36 
GeneralRe: migrate from .Net 2.0 to .Net 3.0 Pin
Abisodun17-Jul-07 4:17
Abisodun17-Jul-07 4:17 
GeneralRe: migrate from .Net 2.0 to .Net 3.0 Pin
George_George17-Jul-07 4:37
George_George17-Jul-07 4:37 
QuestionAdding fields to CreateUserWizard control (v 2.0)?? Pin
Goalie3516-Jul-07 4:49
Goalie3516-Jul-07 4:49 
QuestionUser Details when using Login Component Pin
totocaster16-Jul-07 4:10
totocaster16-Jul-07 4:10 
AnswerRe: User Details when using Login Component [modified] Pin
ezazazel16-Jul-07 9:57
ezazazel16-Jul-07 9:57 
QuestionInstalling IIS Pin
ciacia16-Jul-07 4:03
ciacia16-Jul-07 4:03 
AnswerRe: Installing IIS Pin
N a v a n e e t h16-Jul-07 4:43
N a v a n e e t h16-Jul-07 4:43 
AnswerRe: Installing IIS Pin
Vasudevan Deepak Kumar16-Jul-07 7:51
Vasudevan Deepak Kumar16-Jul-07 7:51 
AnswerRe: Installing IIS Pin
Paul Conrad16-Jul-07 9:58
professionalPaul Conrad16-Jul-07 9:58 
QuestionDistinct in Query Pin
Khan.Bangash16-Jul-07 3:59
Khan.Bangash16-Jul-07 3:59 
AnswerWrong forum Pin
leckey16-Jul-07 4:01
leckey16-Jul-07 4:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.