Click here to Skip to main content
15,897,273 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiongridview Pin
pratima110-May-07 21:45
pratima110-May-07 21:45 
AnswerRe: gridview [modified] Pin
Sherin Iranimose10-May-07 21:55
Sherin Iranimose10-May-07 21:55 
QuestionChoose your business object !!! Pin
Dawid Mazuruk10-May-07 21:41
Dawid Mazuruk10-May-07 21:41 
AnswerRe: Choose your business object !!! Pin
RichardGrimmer14-May-07 5:22
RichardGrimmer14-May-07 5:22 
QuestionGridView ItemTemplate different location? Pin
Jens Meyer10-May-07 21:30
Jens Meyer10-May-07 21:30 
AnswerRe: GridView ItemTemplate different location? Pin
Chetan Ranpariya10-May-07 23:14
Chetan Ranpariya10-May-07 23:14 
GeneralRe: GridView ItemTemplate different location? Pin
Jens Meyer10-May-07 23:27
Jens Meyer10-May-07 23:27 
GeneralRe: GridView ItemTemplate different location? Pin
Chetan Ranpariya11-May-07 4:31
Chetan Ranpariya11-May-07 4:31 
Hi

U dont need to create template columns dynamically.

<asp:gridview runat="server" autogeneratecolumns="false" id="dg">
<columns>
<asp:BoundFiled datafield="field1"/>
<asp:boundfield datafield="field2"/>
<asp:templateField>
<ItemTemplate>
<asp:button id="bttn" runat="server" text="Click"/>
</ItemTemplate>
</asp:templatefield>
</columns>

I hope this will help u.


</asp:gridview>

Thanks and Regards,
Chetan Ranpariya
GeneralRe: GridView ItemTemplate different location? Pin
Jens Meyer11-May-07 4:45
Jens Meyer11-May-07 4:45 
QuestionSQL 2000 backup Pin
Navneet Hegde10-May-07 20:58
Navneet Hegde10-May-07 20:58 
AnswerRe: SQL 2000 backup Pin
N a v a n e e t h10-May-07 21:16
N a v a n e e t h10-May-07 21:16 
GeneralRe: SQL 2000 backup Pin
Navneet Hegde10-May-07 21:32
Navneet Hegde10-May-07 21:32 
AnswerRe: SQL 2000 backup Pin
Sylvester george10-May-07 21:23
Sylvester george10-May-07 21:23 
QuestionHow to pass variables from a page to a web control? Pin
steffw10-May-07 20:56
steffw10-May-07 20:56 
AnswerRe: How to pass variables from a page to a web control? Pin
Sylvester george10-May-07 21:00
Sylvester george10-May-07 21:00 
GeneralRe: How to pass variables from a page to a web control? Pin
steffw10-May-07 21:24
steffw10-May-07 21:24 
GeneralRe: How to pass variables from a page to a web control? Pin
Sylvester george10-May-07 21:33
Sylvester george10-May-07 21:33 
GeneralRe: How to pass variables from a page to a web control? Pin
steffw10-May-07 21:54
steffw10-May-07 21:54 
AnswerRe: How to pass variables from a page to a web control? Pin
Bijay Bhaskar Deo10-May-07 21:03
Bijay Bhaskar Deo10-May-07 21:03 
GeneralRe: How to pass variables from a page to a web control? [modified] Pin
steffw10-May-07 21:23
steffw10-May-07 21:23 
QuestionAsp.net 2.0 + c# +ActIve Directory Service Pin
ritu432110-May-07 20:55
ritu432110-May-07 20:55 
AnswerRe: Asp.net 2.0 + c# +ActIve Directory Service Pin
DanB198310-May-07 23:30
DanB198310-May-07 23:30 
GeneralRe: Asp.net 2.0 + c# +ActIve Directory Service Pin
ritu432111-May-07 0:05
ritu432111-May-07 0:05 
QuestionValidator to check 2 time fields Pin
samerh10-May-07 20:49
samerh10-May-07 20:49 
AnswerRe: Validator to check 2 time fields Pin
Bijay Bhaskar Deo10-May-07 20:58
Bijay Bhaskar Deo10-May-07 20:58 

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.