Click here to Skip to main content
16,005,121 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Adult website with ASP.NET Pin
Amr M. K.12-Apr-07 4:03
Amr M. K.12-Apr-07 4:03 
Questionimage in Datagrid with respect to every Category... Pin
sheebalam11110-Apr-07 23:12
sheebalam11110-Apr-07 23:12 
AnswerRe: image in Datagrid with respect to every Category... Pin
gauthee11-Apr-07 0:10
gauthee11-Apr-07 0:10 
AnswerRe: image in Datagrid with respect to every Category... Pin
gauthee11-Apr-07 0:13
gauthee11-Apr-07 0:13 
GeneralRe: image in Datagrid with respect to every Category... Pin
Faisal Khatri11-Apr-07 2:12
Faisal Khatri11-Apr-07 2:12 
GeneralRe: image in Datagrid with respect to every Category... Pin
sheebalam11111-Apr-07 19:18
sheebalam11111-Apr-07 19:18 
GeneralRe: image in Datagrid with respect to every Category... Pin
gauthee11-Apr-07 21:26
gauthee11-Apr-07 21:26 
GeneralRe: image in Datagrid with respect to every Category... Pin
sheebalam11117-Apr-07 20:34
sheebalam11117-Apr-07 20:34 
CREATE TABLE MARKETPLACE_CATEGORY
(
CATEGORY_ID NUMBER NOT NULL,
CATEGORY VARCHAR2(500) NOT NULL,
CATEGORY_EMAIL VARCHAR2(500),
CATEGORY_PIC VARCHAR2(500)
)


this is grid code














<asp:label id="lblError" runat="server" forecolor="White">


 


<asp:label id="lblUserName" runat="server" forecolor="Maroon" font-bold="True"> 
<asp:label id="lblDisplayText" runat="server" forecolor="#2F7ED0" font-bold="True" font-size="Small"> the following are Your Items      


 
<asp:button id="btnSearch" runat="server" width="56px" text="Search">        


<asp:datagrid id="DataGrid1" runat="server" width="750px" cellpadding="2" autogeneratecolumns="False" allowsorting="True">
<footerstyle backcolor="#04528D">
<alternatingitemstyle borderwidth="0px" backcolor="#F7F7EE">
<itemstyle backcolor="#E4E7EC">
<headerstyle font-bold="True" forecolor="White" backcolor="#04528D">
<columns>
<asp:templatecolumn><headerstyle horizontalalign="Center" width="50px" verticalalign="Middle">
<itemstyle horizontalalign="Center">
<itemtemplate>



<asp:hyperlinkcolumn datanavigateurlfield="RECORD_ID" datanavigateurlformatstring="View_Item.aspx?RecordID={0}"
="" datatextfield="ITEM">
<headerstyle width="100px">

<asp:templatecolumn headertext="Type">
<itemtemplate>
<asp:label runat="server" text="<%# DataBinder.Eval(Container, "DataItem.TYPE") %>">


<edititemtemplate>
<asp:textbox runat="server" text="<%# DataBinder.Eval(Container, "DataItem.TYPE") %>">



<asp:boundcolumn datafield="ITEM" headertext="Item">
<headerstyle width="150px">

<asp:boundcolumn datafield="ITEM_PRICE" headertext="Item Price">
<headerstyle width="100px">

<asp:boundcolumn datafield="DESCRIPTION" headertext="Description">
<headerstyle width="250px">

<asp:boundcolumn visible="False" datafield="RECORD_ID" headertext="RECORD_ID">
<headerstyle width="100px">


<pagerstyle backcolor="#04528D">








sheeba

QuestionAbout DataGrid Pin
rameshsr71610-Apr-07 22:48
rameshsr71610-Apr-07 22:48 
AnswerRe: About DataGrid Pin
_mubashir10-Apr-07 22:58
_mubashir10-Apr-07 22:58 
AnswerRe: About DataGrid Pin
enjoycrack11-Apr-07 0:38
enjoycrack11-Apr-07 0:38 
Questiongridview delete problem asp.net 2005 Pin
RanjithLogics10-Apr-07 22:16
RanjithLogics10-Apr-07 22:16 
AnswerRe: gridview delete Pin
N a v a n e e t h10-Apr-07 22:19
N a v a n e e t h10-Apr-07 22:19 
GeneralRe: gridview delete Pin
RanjithLogics10-Apr-07 22:29
RanjithLogics10-Apr-07 22:29 
QuestionData Grid Showing Columns with different data from original table Pin
J Liang10-Apr-07 21:54
J Liang10-Apr-07 21:54 
AnswerRe: Data Grid Showing Columns with different data from original table Pin
N a v a n e e t h10-Apr-07 22:27
N a v a n e e t h10-Apr-07 22:27 
GeneralRe: Data Grid Showing Columns with different data from original table Pin
J Liang10-Apr-07 23:54
J Liang10-Apr-07 23:54 
QuestionCOLOR PICKER CONTROL IN ASP.NET Pin
arpitscd10-Apr-07 21:33
arpitscd10-Apr-07 21:33 
AnswerRe: COLOR PICKER CONTROL IN ASP.NET Pin
_AK_10-Apr-07 21:44
_AK_10-Apr-07 21:44 
GeneralRe: COLOR PICKER CONTROL IN ASP.NET Pin
arpitscd10-Apr-07 22:07
arpitscd10-Apr-07 22:07 
QuestionFlash in aspx page Pin
gauthee10-Apr-07 21:21
gauthee10-Apr-07 21:21 
QuestionPlz solve this Pin
A.Muthunagai10-Apr-07 21:07
A.Muthunagai10-Apr-07 21:07 
Questionhelp me check if my reference for my custom validation is correct pls Pin
neodeaths10-Apr-07 20:58
neodeaths10-Apr-07 20:58 
AnswerRe: help me check if my reference for my custom validation is correct pls Pin
enjoycrack10-Apr-07 23:55
enjoycrack10-Apr-07 23:55 
QuestionHow can i add a mouseout event to a hyperlink Pin
anujose10-Apr-07 20:52
anujose10-Apr-07 20:52 

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.