Click here to Skip to main content
15,894,405 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPie Charts in Crystal report dosent show 0 value Pin
Shaurya_Rastogi30-May-07 0:22
Shaurya_Rastogi30-May-07 0:22 
QuestionEditing Nested Gridview Pin
machendra29-May-07 23:36
machendra29-May-07 23:36 
AnswerRe: Editing Nested Gridview Pin
Sherin Iranimose29-May-07 23:45
Sherin Iranimose29-May-07 23:45 
Questionhow to change a control attribute globally Pin
kalaveshi29-May-07 23:17
kalaveshi29-May-07 23:17 
AnswerRe: how to change a control attribute globally Pin
Sherin Iranimose29-May-07 23:41
Sherin Iranimose29-May-07 23:41 
AnswerRe: how to change a control attribute globally Pin
Paddy Boyd29-May-07 23:59
Paddy Boyd29-May-07 23:59 
AnswerRe: how to change a control attribute globally Pin
kalaveshi30-May-07 2:39
kalaveshi30-May-07 2:39 
QuestionGridView DataDisplay in TextBoxes Pin
siddisagar29-May-07 22:58
siddisagar29-May-07 22:58 
Hi Frds,

I have a page with datagrid which dispaly Empno,Ename from database and 2 Textboxes .Datagrid contains linkbutton rows when i click a row in daragrid then row value should display in TextBoxes.I've done in
.Net 1.1 version.

Now I wantto do same in 2.0 version but here i am getting problem with rowcommandEvent.

in 1.1 I used this code in ItemCommand :

Dim lnkNoObj As LinkButton = CType(e.Item.FindControl("lnksno"), LinkButton)
Dim lnkNameObj As LinkButton = CType(e.Item.FindControl("lnkname"), LinkButton)
TextBox1.Text = lnkNoObj.Text
TextBox2.Text = lnkNameObj.Text
Same thing when I use in 2.0 i am getting error at item pls tell me what I have to do ..?

AnswerRe: GridView DataDisplay in TextBoxes Pin
Sherin Iranimose30-May-07 0:08
Sherin Iranimose30-May-07 0:08 
QuestionMove Back problems Pin
Bajrang Singh29-May-07 22:51
Bajrang Singh29-May-07 22:51 
Questionimport file asp.net Pin
kvijayajyothy29-May-07 22:27
kvijayajyothy29-May-07 22:27 
AnswerRe: import file asp.net Pin
nareshss29-May-07 23:17
nareshss29-May-07 23:17 
GeneralRe: import file asp.net Pin
kvijayajyothy29-May-07 23:41
kvijayajyothy29-May-07 23:41 
GeneralRe: import file asp.net Pin
nareshss29-May-07 23:53
nareshss29-May-07 23:53 
GeneralRe: import file asp.net Pin
Paddy Boyd30-May-07 0:07
Paddy Boyd30-May-07 0:07 
QuestionHow to upload a resume in word format in a asp.net application Pin
Prakash_Mishra29-May-07 21:51
Prakash_Mishra29-May-07 21:51 
AnswerRe: How to upload a resume in word format in a asp.net application Pin
nareshss29-May-07 22:21
nareshss29-May-07 22:21 
GeneralRe: How to upload a resume in word format in a asp.net application Pin
Prakash_Mishra30-May-07 0:33
Prakash_Mishra30-May-07 0:33 
GeneralRe: How to upload a resume in word format in a asp.net application Pin
nareshss30-May-07 0:47
nareshss30-May-07 0:47 
QuestionCheck the Given date is sunday or not..., Pin
Member 387988129-May-07 21:32
Member 387988129-May-07 21:32 
AnswerRe: Check the Given date is sunday or not..., Pin
Luka Grabarevic29-May-07 23:13
Luka Grabarevic29-May-07 23:13 
AnswerRe: Check the Given date is sunday or not..., Pin
Venk25929-May-07 23:28
Venk25929-May-07 23:28 
AnswerRe: Check the Given date is sunday or not..., Pin
Prakash_Mishra29-May-07 23:36
Prakash_Mishra29-May-07 23:36 
Questionusing ASP.net - convert sql table into xml data Pin
nareshss29-May-07 21:27
nareshss29-May-07 21:27 
AnswerRe: using ASP.net - convert sql table into xml data Pin
Tamimi - Code29-May-07 21:35
Tamimi - Code29-May-07 21:35 

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.