Click here to Skip to main content
15,913,939 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: neel help plz... Pin
pradeep kumarappagari11-Sep-06 1:59
pradeep kumarappagari11-Sep-06 1:59 
GeneralRe: neel help plz... Pin
_AK_11-Sep-06 2:01
_AK_11-Sep-06 2:01 
GeneralRe: neel help plz... Pin
pradeep kumarappagari11-Sep-06 2:08
pradeep kumarappagari11-Sep-06 2:08 
GeneralRe: neel help plz... Pin
_AK_11-Sep-06 2:13
_AK_11-Sep-06 2:13 
GeneralRe: neel help plz... Pin
pradeep kumarappagari11-Sep-06 2:29
pradeep kumarappagari11-Sep-06 2:29 
GeneralRe: neel help plz... Pin
_AK_11-Sep-06 2:31
_AK_11-Sep-06 2:31 
GeneralRe: neel help plz... [modified] Pin
pradeep kumarappagari11-Sep-06 8:10
pradeep kumarappagari11-Sep-06 8:10 
GeneralRe: neel help plz... Pin
_AK_11-Sep-06 19:37
_AK_11-Sep-06 19:37 
You can't get the textbox(which is inside the datagrid) like this. You need to have the find the index and then to find the control.
Probably first get the datagrid item like this:
TableCell cell = list.Parent as TableCell;<br />
DataGridItem item = cell.Parent as DataGridItem;


then you try to find the textbox control in it.

Best Regards,
Apurva Kaushal

GeneralRe: neel help plz... Pin
pradeep kumarappagari11-Sep-06 21:30
pradeep kumarappagari11-Sep-06 21:30 
GeneralRe: neel help plz... Pin
_AK_11-Sep-06 21:35
_AK_11-Sep-06 21:35 
AnswerRe: neel help plz... Pin
Amit Kumar Chikara11-Sep-06 1:46
Amit Kumar Chikara11-Sep-06 1:46 
GeneralRe: neel help plz... Pin
pradeep kumarappagari11-Sep-06 1:57
pradeep kumarappagari11-Sep-06 1:57 
Question"Event in Java Script" Pin
SysJey11-Sep-06 1:07
SysJey11-Sep-06 1:07 
AnswerRe: "Event in Java Script" Pin
Guffa11-Sep-06 1:45
Guffa11-Sep-06 1:45 
QuestionWhat`s AJAX exactly ? Please refer me to Better References. . . Pin
Hussein Madani Ghomi11-Sep-06 1:06
Hussein Madani Ghomi11-Sep-06 1:06 
AnswerRe: What`s AJAX exactly ? Please refer me to Better References. . . Pin
Sathesh Sakthivel11-Sep-06 1:35
Sathesh Sakthivel11-Sep-06 1:35 
QuestionParser Error Message: Ambiguous match found. [modified] Pin
Praveen_S11-Sep-06 1:04
Praveen_S11-Sep-06 1:04 
AnswerRe: Parser Error Message: Ambiguous match found. Pin
minhpc_bk11-Sep-06 6:41
minhpc_bk11-Sep-06 6:41 
QuestionNested repeaters Paging problem Pin
MalikRizwan11-Sep-06 0:47
MalikRizwan11-Sep-06 0:47 
Questionfetch data from sql Pin
senthilmca11-Sep-06 0:28
senthilmca11-Sep-06 0:28 
AnswerRe: fetch data from sql Pin
_AK_11-Sep-06 0:35
_AK_11-Sep-06 0:35 
AnswerRe: fetch data from sql Pin
Amit Kumar Chikara11-Sep-06 0:41
Amit Kumar Chikara11-Sep-06 0:41 
Questionhow to use javascript in master content pages in asp.net2 Pin
zahra yousefi11-Sep-06 0:13
zahra yousefi11-Sep-06 0:13 
AnswerRe: how to use javascript in master content pages in asp.net2 Pin
CWIZO11-Sep-06 0:20
CWIZO11-Sep-06 0:20 
AnswerRe: how to use javascript in master content pages in asp.net2 Pin
minhpc_bk11-Sep-06 7:12
minhpc_bk11-Sep-06 7:12 

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.