Click here to Skip to main content
16,004,227 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionJavaScript Pin
nevinda23-Jun-06 1:34
nevinda23-Jun-06 1:34 
AnswerRe: JavaScript Pin
Vasudevan Deepak Kumar23-Jun-06 2:08
Vasudevan Deepak Kumar23-Jun-06 2:08 
Questiondynamic Controls Pin
albCode23-Jun-06 1:27
albCode23-Jun-06 1:27 
AnswerRe: dynamic Controls Pin
l0kke23-Jun-06 5:44
l0kke23-Jun-06 5:44 
GeneralRe: dynamic Controls Pin
albCode25-Jun-06 20:48
albCode25-Jun-06 20:48 
AnswerRe: dynamic Controls Pin
minhpc_bk23-Jun-06 12:36
minhpc_bk23-Jun-06 12:36 
GeneralRe: dynamic Controls Pin
albCode25-Jun-06 20:49
albCode25-Jun-06 20:49 
Question.net 2.0 GridView Pin
fmardani23-Jun-06 1:25
fmardani23-Jun-06 1:25 
Hello,
I posted something similar to this post before but this is slightly different.

The GridView gets populated and in the _RowDataBound event the Accept button(select CommandField button) gets replaced by a text value if there is one as shown below:

The find button populated the GridView correctly and Accept button is replaced with a text where necessary but not sure why when the checkbox on the page is clicked on, then ALL the Accept buttons are shown on the GridView (Which is incorrect).
The check box control only shows a label.
Thanks

If (e.Row.RowType = DataControlRowType.DataRow) Then
'show the clinic code since there is a start date other wise just show the Accept button...
'If Not (e.Row.DataItem("c_start_date").ToString() Is Nothing) Then
If Not (e.Row.DataItem("c_start_date").ToString() = "") Then
e.Row.Cells(9).Text = e.Row.DataItem("c_clinic_code").ToString() 'Change ur text here
End If
End If
AnswerRe: .net 2.0 GridView Pin
minhpc_bk23-Jun-06 12:34
minhpc_bk23-Jun-06 12:34 
QuestionTwo Way Sorting in Datagrid..! [modified] Pin
wEb GuRu...23-Jun-06 1:19
wEb GuRu...23-Jun-06 1:19 
AnswerRe: Two Way Sorting in Datagrid..! Pin
BalasahebK23-Jun-06 4:57
BalasahebK23-Jun-06 4:57 
QuestionRegarding Objectdata Source Control Pin
ChennaiBabu23-Jun-06 1:13
ChennaiBabu23-Jun-06 1:13 
AnswerRe: Regarding Objectdata Source Control Pin
l0kke23-Jun-06 5:56
l0kke23-Jun-06 5:56 
QuestionJava Script is not working on Mozilla Firefox Pin
VenkataRamana.Gali23-Jun-06 1:09
VenkataRamana.Gali23-Jun-06 1:09 
Questiondomvalidator control Pin
yogesh m23-Jun-06 1:04
yogesh m23-Jun-06 1:04 
Questioninserting page breaks in xslt Pin
sanjay bollina23-Jun-06 0:58
sanjay bollina23-Jun-06 0:58 
AnswerRe: inserting page breaks in xslt Pin
Guffa23-Jun-06 1:03
Guffa23-Jun-06 1:03 
QuestionASP.Net 2.0 web application Implementation on server Pin
DineshSharma23-Jun-06 0:53
DineshSharma23-Jun-06 0:53 
AnswerRe: ASP.Net 2.0 web application Implementation on server [modified] Pin
l0kke23-Jun-06 6:08
l0kke23-Jun-06 6:08 
AnswerRe: ASP.Net 2.0 web application Implementation on server Pin
minhpc_bk23-Jun-06 12:33
minhpc_bk23-Jun-06 12:33 
Questionie web controls-treeview-asp.net 1.1-netscape client side javascript Pin
K.P.Kannan22-Jun-06 23:42
K.P.Kannan22-Jun-06 23:42 
AnswerRe: ie web controls-treeview-asp.net 1.1-netscape client side javascript Pin
minhpc_bk23-Jun-06 12:32
minhpc_bk23-Jun-06 12:32 
QuestionSession in Datagrid Pin
longlh22-Jun-06 23:37
longlh22-Jun-06 23:37 
AnswerRe: Session in Datagrid Pin
varshavmane23-Jun-06 0:43
varshavmane23-Jun-06 0:43 
GeneralRe: Session in Datagrid Pin
longlh23-Jun-06 21:43
longlh23-Jun-06 21:43 

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.