Click here to Skip to main content
15,891,734 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Crystal Reports license Error Pin
NinaWilliam16-Jan-10 21:20
NinaWilliam16-Jan-10 21:20 
GeneralRe: Crystal Reports license Error Pin
NinaWilliam23-Jan-10 20:22
NinaWilliam23-Jan-10 20:22 
QuestionThe underlying connection was closed: An unexpected error occurred on a receive Pin
WinCrs23-Dec-09 17:22
WinCrs23-Dec-09 17:22 
QuestionSetting a href property in a anchor tag with Javascript Pin
Tina P23-Dec-09 16:55
Tina P23-Dec-09 16:55 
AnswerRe: Setting a href property in a anchor tag with Javascript Pin
m-khansari23-Dec-09 18:21
m-khansari23-Dec-09 18:21 
AnswerRe: Setting a href property in a anchor tag with Javascript Pin
Abhishek Sur23-Dec-09 20:57
professionalAbhishek Sur23-Dec-09 20:57 
GeneralRe: Setting a href property in a anchor tag with Javascript Pin
Tina P24-Dec-09 5:08
Tina P24-Dec-09 5:08 
QuestionFoor loop Code Block in ASPX Page Pin
Ma tju23-Dec-09 14:36
Ma tju23-Dec-09 14:36 
Hi guys,

I got little problem here. I cannot get the value for ColName. Below are my code

<tr ondblclick="job_detail('<%#Eval("id")%>');" >
  <td width="15"><input name="Checkbox51" type="checkbox" style=" width:13px; height:13px;" value="<%#Eval("id")%>" /></td>
   <%	                                
    For j = 0 To countCol - 1
      Response.Write("<td width=" & colSize(j) & ">" & Eval(colName(j)) & "</td>")
    Next
   %>
</tr>


It give me an error :
Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control.

Can someone help me.

Thanks in advance.
matju

ma tju
Software Application Engineer
Petaling Jaya,Selangor, Malaysia

Ring Master SB MVP 2008 Poke tongue | ;-P
Petaling Jaya MOP (Otai)

AnswerRe: Foor loop Code Block in ASPX Page Pin
geeeeeeeetha23-Dec-09 17:33
geeeeeeeetha23-Dec-09 17:33 
GeneralRe: Foor loop Code Block in ASPX Page Pin
Ma tju23-Dec-09 19:18
Ma tju23-Dec-09 19:18 
GeneralRe: Foor loop Code Block in ASPX Page Pin
keyur satyadev23-Dec-09 19:22
keyur satyadev23-Dec-09 19:22 
GeneralRe: Foor loop Code Block in ASPX Page Pin
Ma tju23-Dec-09 19:32
Ma tju23-Dec-09 19:32 
GeneralRe: Foor loop Code Block in ASPX Page Pin
keyur satyadev23-Dec-09 20:20
keyur satyadev23-Dec-09 20:20 
GeneralRe: Foor loop Code Block in ASPX Page Pin
Ma tju23-Dec-09 20:37
Ma tju23-Dec-09 20:37 
GeneralRe: Foor loop Code Block in ASPX Page Pin
keyur satyadev23-Dec-09 21:37
keyur satyadev23-Dec-09 21:37 
QuestionCorrect way to check if authenticated on each page Pin
DeepToot23-Dec-09 10:19
DeepToot23-Dec-09 10:19 
AnswerRe: Correct way to check if authenticated on each page Pin
m-khansari23-Dec-09 18:33
m-khansari23-Dec-09 18:33 
Questionwebpartzone title Pin
NETLearning23-Dec-09 3:03
NETLearning23-Dec-09 3:03 
AnswerRe: webpartzone title Pin
Abhijit Jana23-Dec-09 3:53
professionalAbhijit Jana23-Dec-09 3:53 
Questionhide row Pin
baselanfouqa23-Dec-09 2:56
baselanfouqa23-Dec-09 2:56 
AnswerRe: hide row Pin
Abhishek Sur23-Dec-09 4:25
professionalAbhishek Sur23-Dec-09 4:25 
AnswerRe: hide row Pin
sashidhar23-Dec-09 4:26
sashidhar23-Dec-09 4:26 
AnswerRe: hide row Pin
m-khansari23-Dec-09 19:08
m-khansari23-Dec-09 19:08 
QuestionHow to Enable or Disable browser cookies option by code(java script/.net) Pin
Samarjeet Singh@india22-Dec-09 23:49
Samarjeet Singh@india22-Dec-09 23:49 
AnswerRe: How to Enable or Disable browser cookies option by code(java script/.net) Pin
Vimalsoft(Pty) Ltd23-Dec-09 0:03
professionalVimalsoft(Pty) Ltd23-Dec-09 0:03 

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.