Click here to Skip to main content
15,910,212 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Accessing images stored within a firewall?? Pin
Jim Conigliaro27-Oct-06 11:00
Jim Conigliaro27-Oct-06 11:00 
Questiondatagrid with checkboxes in C#.net(asp.net) Pin
vijay258327-Oct-06 3:44
vijay258327-Oct-06 3:44 
QuestionAbout Frames Pin
sribachana27-Oct-06 2:23
sribachana27-Oct-06 2:23 
AnswerRe: About Frames Pin
Tad McClellan27-Oct-06 16:37
professionalTad McClellan27-Oct-06 16:37 
QuestionDatagrid Problem Pin
monika_vasvani27-Oct-06 2:20
monika_vasvani27-Oct-06 2:20 
AnswerRe: Datagrid Problem Pin
sanjivji27-Oct-06 3:02
sanjivji27-Oct-06 3:02 
AnswerRe: Datagrid Problem Pin
Paddy Boyd27-Oct-06 3:02
Paddy Boyd27-Oct-06 3:02 
AnswerRe: Datagrid Problem Pin
nivasinfotech27-Oct-06 12:14
nivasinfotech27-Oct-06 12:14 
we can access any button in datagrid by using this code .

you have to write this code

if u want first row ,specify '0' in Items[0]
Instead of zero u can specify any row number

Button btn = (Button) datagridname.Items[0].FindControl("buttonname");

you can get the button text by using " btn.Text ".

Response.Write(btn.Text);

srinivas

QuestionFire Server Side Function from Client Side Code Pin
Mei Yoong26-Oct-06 23:46
Mei Yoong26-Oct-06 23:46 
AnswerRe: Fire Server Side Function from Client Side Code Pin
Abhishek Joshi27-Oct-06 2:37
Abhishek Joshi27-Oct-06 2:37 
AnswerRe: Fire Server Side Function from Client Side Code Pin
sanjivji27-Oct-06 3:05
sanjivji27-Oct-06 3:05 
AnswerRe: Fire Server Side Function from Client Side Code Pin
Paddy Boyd27-Oct-06 3:08
Paddy Boyd27-Oct-06 3:08 
QuestionSkelta Workflow Pin
Nitin198126-Oct-06 23:36
Nitin198126-Oct-06 23:36 
AnswerRe: Skelta Workflow Pin
ednrgc27-Oct-06 7:30
ednrgc27-Oct-06 7:30 
GeneralRe: Skelta Workflow Pin
Nitin198129-Oct-06 21:54
Nitin198129-Oct-06 21:54 
QuestionValidationGroup Pin
NaNg1524126-Oct-06 23:15
NaNg1524126-Oct-06 23:15 
AnswerRe: ValidationGroup [modified] Pin
Britney S. Morales27-Oct-06 2:28
Britney S. Morales27-Oct-06 2:28 
Questionconvert a text to audio Pin
sharma sanjeev26-Oct-06 21:53
sharma sanjeev26-Oct-06 21:53 
Questionlimit on characters to be entered in textbox in multiline mode Pin
yogita charhate26-Oct-06 21:13
yogita charhate26-Oct-06 21:13 
AnswerRe: limit on characters to be entered in textbox in multiline mode Pin
Nitin198126-Oct-06 21:25
Nitin198126-Oct-06 21:25 
GeneralRe: limit on characters to be entered in textbox in multiline mode Pin
yogita charhate27-Oct-06 2:59
yogita charhate27-Oct-06 2:59 
AnswerRe: limit on characters to be entered in textbox in multiline mode Pin
Britney S. Morales27-Oct-06 2:36
Britney S. Morales27-Oct-06 2:36 
GeneralRe: limit on characters to be entered in textbox in multiline mode Pin
yogita charhate27-Oct-06 3:36
yogita charhate27-Oct-06 3:36 
AnswerRe: limit on characters to be entered in textbox in multiline mode Pin
sanjivji27-Oct-06 3:14
sanjivji27-Oct-06 3:14 
QuestionRegarding popup blocking Pin
A.Grover26-Oct-06 21:02
A.Grover26-Oct-06 21:02 

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.