Click here to Skip to main content
15,889,808 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: GridView not showing updations Pin
N a v a n e e t h25-Aug-09 1:18
N a v a n e e t h25-Aug-09 1:18 
AnswerRe: GridView not showing updations Pin
nagendrathecoder25-Aug-09 1:17
nagendrathecoder25-Aug-09 1:17 
QuestionChild node Not allowed in web.comfig Pin
maverick068124-Aug-09 23:45
maverick068124-Aug-09 23:45 
AnswerRe: Child node Not allowed in web.comfig Pin
N a v a n e e t h25-Aug-09 0:43
N a v a n e e t h25-Aug-09 0:43 
QuestionUser Control Pin
geeeeeeeetha24-Aug-09 23:30
geeeeeeeetha24-Aug-09 23:30 
AnswerRe: User Control Pin
padmanabhan N24-Aug-09 23:35
padmanabhan N24-Aug-09 23:35 
GeneralRe: User Control Pin
geeeeeeeetha24-Aug-09 23:52
geeeeeeeetha24-Aug-09 23:52 
QuestionDataList: Collecting IDs and TextBox values at same time Pin
Member 340288624-Aug-09 23:19
Member 340288624-Aug-09 23:19 
I have a datalist with 2 columns of products with a TextBox next to each product so my customer can enter a number in each checkbox (to determine the order sequence when this list of products is printed to the screen). I have a button for my customer to click when she is happy with the sequence chosen for each product and this calls a subroutine within which I need to be able to collect each productID and the number entered into the textbox next to it. This worked perfectly in my old system using Classic ASP and can't understand why it's so difficult to offer the same funtionality in ASP.Net! I have tried various approaches but none of them work in collecting the number entered into the TextBox and the ProdId at the same time. I tried storing the ProductId in the ID of the TextBox in the hope that I could then retrieve both the ProductId and the value of the TextBox for each product when the button is clicked but values of the TextBox ID are values such as 567 or 784 and are set dynamically (these are the productIds). The error I'm getting is as follows:

The ID property of a control can only be set using the ID attribute in the tag and a simple value. Example: <asp:button runat="server" id="Button1">
and the line containing the error is:
<asp:textbox runat="server" id="<%# DataBinder.Eval(Container.DataItem, "Prod_ID")%>" text="<%# DataBinder.Eval(Container.DataItem, "Sequence1")%>">

Any advice would be greatly apreciated.
Thanks, Lorna
QuestionGenerate Events from Controls in ModalPopupExtender [modified] Pin
astrovirgin24-Aug-09 22:36
astrovirgin24-Aug-09 22:36 
QuestionASP.Net with Java Script Pin
Amit Patel198524-Aug-09 22:34
Amit Patel198524-Aug-09 22:34 
AnswerRe: ASP.Net with Java Script Pin
N a v a n e e t h25-Aug-09 0:50
N a v a n e e t h25-Aug-09 0:50 
QuestionCould not load file or assembly Pin
gtaure24-Aug-09 22:14
gtaure24-Aug-09 22:14 
Questionmenu index of a certain menu item.... Pin
RajpootRohan24-Aug-09 22:03
professionalRajpootRohan24-Aug-09 22:03 
AnswerRe: menu index of a certain menu item.... Pin
N a v a n e e t h25-Aug-09 1:14
N a v a n e e t h25-Aug-09 1:14 
QuestionRetrive an image in web page Pin
rinku soni 2324-Aug-09 21:56
rinku soni 2324-Aug-09 21:56 
AnswerRe: Retrive an image in web page Pin
RajpootRohan24-Aug-09 22:07
professionalRajpootRohan24-Aug-09 22:07 
AnswerRe: Retrive an image in web page Pin
SeMartens25-Aug-09 0:43
SeMartens25-Aug-09 0:43 
QuestionC# in ASP.Net Pin
darolia.manish24-Aug-09 21:30
darolia.manish24-Aug-09 21:30 
AnswerRe: C# in ASP.Net Pin
Suresh Suthar24-Aug-09 21:34
professionalSuresh Suthar24-Aug-09 21:34 
AnswerRe: C# in ASP.Net Pin
RajpootRohan24-Aug-09 21:39
professionalRajpootRohan24-Aug-09 21:39 
AnswerRe: C# in ASP.Net Pin
Blue_Boy24-Aug-09 22:09
Blue_Boy24-Aug-09 22:09 
QuestionC# in ASP.Net Pin
darolia.manish24-Aug-09 21:27
darolia.manish24-Aug-09 21:27 
AnswerRe: C# in ASP.Net Pin
Suresh Suthar24-Aug-09 21:30
professionalSuresh Suthar24-Aug-09 21:30 
GeneralRe: C# in ASP.Net Pin
darolia.manish24-Aug-09 21:34
darolia.manish24-Aug-09 21:34 
AnswerRe: C# in ASP.Net Pin
geeeeeeeetha25-Aug-09 0:05
geeeeeeeetha25-Aug-09 0:05 

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.