Click here to Skip to main content
15,892,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Browse Directory Pin
coolestCoder24-Aug-06 21:04
coolestCoder24-Aug-06 21:04 
QuestionTwo things. Pin
NaNg1524124-Aug-06 20:52
NaNg1524124-Aug-06 20:52 
AnswerRe: Two things. Pin
coolestCoder24-Aug-06 21:08
coolestCoder24-Aug-06 21:08 
Questionhow to navigate records in display Pin
Kissy1624-Aug-06 20:38
Kissy1624-Aug-06 20:38 
AnswerRe: how to navigate records in display Pin
_AK_24-Aug-06 20:52
_AK_24-Aug-06 20:52 
GeneralRe: how to navigate records in display Pin
Kissy1624-Aug-06 22:53
Kissy1624-Aug-06 22:53 
GeneralRe: how to navigate records in display Pin
_AK_24-Aug-06 23:00
_AK_24-Aug-06 23:00 
Questionconvert to gridview Pin
porsche996turbo24-Aug-06 20:27
porsche996turbo24-Aug-06 20:27 
i have this code placed on itemcommand of the datagrid..

<br />
If (e.Row.RowType <> DataControlRowType.Pager And e.Row.RowType <> DataControlRowType.Header) Then<br />
            msClientCode = e.Row.Cells(1).Text<br />
            msClientName = e.Row.Cells(2).Text<br />
            msClientType = e.Row.Cells(3).Text<br />
        End If<br />


how do i convert it to a gridview?
what should i use rowcommand or rowbound?

the code simply gets the selected item then puts the values of the fields into the variables..

anyone knew how to?
thanks..
AnswerRe: convert to gridview Pin
porsche996turbo24-Aug-06 21:23
porsche996turbo24-Aug-06 21:23 
QuestionHow to Hide and Show button Pin
ypsyong24-Aug-06 20:07
ypsyong24-Aug-06 20:07 
AnswerRe: How to Hide and Show button Pin
coolestCoder24-Aug-06 20:26
coolestCoder24-Aug-06 20:26 
AnswerRe: How to Hide and Show button Pin
_AK_24-Aug-06 23:02
_AK_24-Aug-06 23:02 
GeneralRe: How to Hide and Show button Pin
ypsyong27-Aug-06 15:47
ypsyong27-Aug-06 15:47 
GeneralRe: How to Hide and Show button Pin
_AK_27-Aug-06 21:03
_AK_27-Aug-06 21:03 
QuestionHow to identify location of controls in asp.net 2.0 Pin
Kuricheti24-Aug-06 18:15
Kuricheti24-Aug-06 18:15 
QuestionDrag and drop items between two listboxes in asp.net 2.0 with c# Pin
Kuricheti24-Aug-06 18:13
Kuricheti24-Aug-06 18:13 
AnswerRe: Drag and drop items between two listboxes in asp.net 2.0 with c# Pin
Naveed Kamboh25-Aug-06 1:37
Naveed Kamboh25-Aug-06 1:37 
GeneralRe: Drag and drop items between two listboxes in asp.net 2.0 with c# Pin
Kuricheti27-Aug-06 18:09
Kuricheti27-Aug-06 18:09 
QuestionHow to make one of the column of datagrid invisible ? Pin
cheeken2u24-Aug-06 16:32
cheeken2u24-Aug-06 16:32 
AnswerRe: How to make one of the column of datagrid invisible ? [modified] Pin
postmaster@programmingknowledge.com24-Aug-06 17:43
postmaster@programmingknowledge.com24-Aug-06 17:43 
GeneralRe: How to make one of the column of datagrid invisible ? Pin
cheeken2u24-Aug-06 20:24
cheeken2u24-Aug-06 20:24 
QuestionAdd Javascript code at runtime Pin
shapper24-Aug-06 15:08
shapper24-Aug-06 15:08 
AnswerRe: Add Javascript code at runtime Pin
minhpc_bk24-Aug-06 15:22
minhpc_bk24-Aug-06 15:22 
QuestionTextBox Focus Pin
oskardiazdeleon24-Aug-06 13:46
oskardiazdeleon24-Aug-06 13:46 
AnswerRe: TextBox Focus Pin
minhpc_bk24-Aug-06 15:25
minhpc_bk24-Aug-06 15:25 

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.