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

ASP.NET

 
GeneralRe: Image resize to fit ImageField Pin
Sherin Iranimose11-May-07 0:52
Sherin Iranimose11-May-07 0:52 
GeneralRe: Image resize to fit ImageField Pin
DanB198311-May-07 0:59
DanB198311-May-07 0:59 
GeneralRe: Image resize to fit ImageField Pin
DanB198311-May-07 4:28
DanB198311-May-07 4:28 
QuestionShowing Picture or any graphic in asp.net Pin
aransiola10-May-07 22:43
aransiola10-May-07 22:43 
AnswerRe: Showing Picture or any graphic in asp.net Pin
enjoycrack10-May-07 23:13
enjoycrack10-May-07 23:13 
AnswerRe: Showing Picture or any graphic in asp.net Pin
Christian Graus11-May-07 0:29
protectorChristian Graus11-May-07 0:29 
QuestionGridView CheckBox Pin
fmlove10-May-07 21:58
fmlove10-May-07 21:58 
AnswerRe: GridView CheckBox Pin
PandemoniumPasha10-May-07 22:22
PandemoniumPasha10-May-07 22:22 
you have to use template columns to achieve this.
a simple example is shown below.
for more information search for 'template columns' in msdn or just google it.


<asp:DataGrid id="DataGrid1" style="Z-INDEX: 106; LEFT: 160px; POSITION: absolute; TOP: 320px" runat="server">
<Columns>
<asp:TemplateColumn>
<ItemTemplate>
<asp:CheckBox id="CheckBox1" runat="server"></asp:CheckBox>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
</asp:DataGrid>
AnswerRe: GridView CheckBox Pin
Sherin Iranimose10-May-07 22:29
Sherin Iranimose10-May-07 22:29 
AnswerRe: GridView CheckBox Pin
I.explore.code11-May-07 3:19
I.explore.code11-May-07 3:19 
QuestionDeloy Web Application having Crystal reports Pin
Kuricheti10-May-07 21:54
Kuricheti10-May-07 21:54 
AnswerRe: Deloy Web Application having Crystal reports Pin
subrata.jana11-May-07 0:18
subrata.jana11-May-07 0:18 
GeneralRe: Deloy Web Application having Crystal reports Pin
subrata.jana11-May-07 0:19
subrata.jana11-May-07 0:19 
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 
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 

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.