Click here to Skip to main content
15,899,124 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Why I can't submit a article? Pin
Christian Graus16-Feb-09 17:32
protectorChristian Graus16-Feb-09 17:32 
GeneralRe: Why I can't submit a article? Pin
makongkong16-Feb-09 20:50
makongkong16-Feb-09 20:50 
QuestionWeb Forms from Database Pin
Dewayne Dodd16-Feb-09 9:22
Dewayne Dodd16-Feb-09 9:22 
AnswerRe: Web Forms from Database [modified] Pin
Rutvik Dave16-Feb-09 11:06
professionalRutvik Dave16-Feb-09 11:06 
GeneralRe: Web Forms from Database Pin
Dewayne Dodd16-Feb-09 11:43
Dewayne Dodd16-Feb-09 11:43 
GeneralRe: Web Forms from Database Pin
Rutvik Dave17-Feb-09 4:02
professionalRutvik Dave17-Feb-09 4:02 
GeneralRe: Web Forms from Database Pin
Dewayne Dodd17-Feb-09 2:39
Dewayne Dodd17-Feb-09 2:39 
QuestionRepeater Control and SQL DataBase Pin
Terick16-Feb-09 7:33
Terick16-Feb-09 7:33 
Hi,

I need to set up a Repeater control that will display summary information on my Webform using C#. I have a stored procedure that selects the Tool_ID, Tool_Name, and Tool_Quantity based on the Category ID that is passed through the session. I need to show the returned information in columns as such:

Tool Id ToolId ToolId
Tool Name Tool Name Tool Name
Tool Quantity Tool Quantity Tool Quantity


Right now this is what I have in my .aspx file:
<asp:content id="Content1" runat="server" contentph="><br mode=" hold=" /><asp:UpdatePanel ID= " upd=" runat=" server="><br mode=" lblcategory="" xmlns:asp="#unknown">

<td>
<asp:repeater runat="server" id="rptToolInfo">
<headertemplate> Summary </headertemplate>
<itemtemplate>
<td>
Tool ID: <asp:label runat="server" id="lblid" text="<%# DataBinder.Eval(" tool_id=")%> /><br mode=" hold=" />Tool:<asp:Label runat=" server=" ID=" lblname=" Text="><![CDATA[<%# DataBinder.Eval("TOOL")%>]]> />
Tool Quantity:<asp:label runat="server" id="lblqty" text="<%# DataBinder.Eval(" tool_quantity=")%> /><br mode=" hold=" /></td><br mode="></asp:label></asp:label></td></itemtemplate></asp:repeater></td></asp:content>

AnswerRe: Repeater Control and SQL DataBase Pin
Christian Graus16-Feb-09 9:56
protectorChristian Graus16-Feb-09 9:56 
QuestionNeed help with ImageButton Pin
AprNgp16-Feb-09 7:05
AprNgp16-Feb-09 7:05 
AnswerRe: Need help with ImageButton Pin
Christian Graus16-Feb-09 9:57
protectorChristian Graus16-Feb-09 9:57 
AnswerRe: Need help with ImageButton Pin
Jörgen Andersson16-Feb-09 9:58
professionalJörgen Andersson16-Feb-09 9:58 
GeneralRe: Need help with ImageButton Pin
Christian Graus16-Feb-09 11:21
protectorChristian Graus16-Feb-09 11:21 
GeneralRe: Need help with ImageButton Pin
Jörgen Andersson16-Feb-09 11:41
professionalJörgen Andersson16-Feb-09 11:41 
GeneralRe: Need help with ImageButton Pin
Christian Graus16-Feb-09 12:03
protectorChristian Graus16-Feb-09 12:03 
GeneralRe: Need help with ImageButton Pin
Jörgen Andersson16-Feb-09 12:10
professionalJörgen Andersson16-Feb-09 12:10 
GeneralRe: Need help with ImageButton Pin
Jörgen Andersson16-Feb-09 22:54
professionalJörgen Andersson16-Feb-09 22:54 
GeneralRe: Need help with ImageButton Pin
AprNgp17-Feb-09 2:07
AprNgp17-Feb-09 2:07 
GeneralRe: Need help with ImageButton Pin
Jörgen Andersson17-Feb-09 2:11
professionalJörgen Andersson17-Feb-09 2:11 
GeneralRe: Need help with ImageButton Pin
AprNgp17-Feb-09 2:13
AprNgp17-Feb-09 2:13 
QuestionHow can i show 10 elements of 52 items of dropdownlist whenever dropdown is popped up ? Pin
Dattatraya K16-Feb-09 4:32
Dattatraya K16-Feb-09 4:32 
AnswerRe: How can i show 10 elements of 52 items of dropdownlist whenever dropdown is popped up ? Pin
Christian Graus16-Feb-09 9:57
protectorChristian Graus16-Feb-09 9:57 
Questionhow to lock navigation to next or prev month in <asp:calender xmlns:asp="#unknown"> control</asp:calender> Pin
Dattatraya K16-Feb-09 3:30
Dattatraya K16-Feb-09 3:30 
AnswerRe: how to lock navigation to next or prev month in control Pin
raju melveetilpurayil16-Feb-09 5:02
professionalraju melveetilpurayil16-Feb-09 5:02 
GeneralRe: how to lock navigation to next or prev month in control Pin
Dattatraya K16-Feb-09 18:28
Dattatraya K16-Feb-09 18:28 

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.