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

ASP.NET

 
QuestionRegarding log4net log files Pin
Member 398550414-Sep-08 23:02
Member 398550414-Sep-08 23:02 
AnswerRe: Regarding log4net log files Pin
Suman Kumar24-Oct-08 7:30
Suman Kumar24-Oct-08 7:30 
QuestionReg : Getting Error 80070005 when using com dll in Web service under XP. Pin
MANISH RASTOGI14-Sep-08 21:58
MANISH RASTOGI14-Sep-08 21:58 
Questioncovert the vb.net code to c# Pin
kishorg114-Sep-08 20:52
kishorg114-Sep-08 20:52 
AnswerRe: covert the vb.net code to c# Pin
Ashfield14-Sep-08 21:13
Ashfield14-Sep-08 21:13 
AnswerRe: covert the vb.net code to c# Pin
Abhishek Sur14-Sep-08 21:14
professionalAbhishek Sur14-Sep-08 21:14 
AnswerRe: covert the vb.net code to c# Pin
Dave Doknjas15-Sep-08 13:25
Dave Doknjas15-Sep-08 13:25 
Questionhow to enable a check box in a gridview Pin
jahabardeen14-Sep-08 20:04
jahabardeen14-Sep-08 20:04 
I have a gridview that has an imagebutton column and a check box column.During
GridView1_RowDataBound event i disable the checkbox column.Later when i click the image button i display a PDF document in a seperate window using a method named "exportgridview" and try to enable the corresponding

checkbox.The problem is when i click the imagebutton the PDF is shown but the checkbox which is in the same row as the clicked imagebutton doesn't get enabled.I will show u the code in the

imagebutton click event.

protected void ImgBtnPDF_Click(object sender, ImageClickEventArgs e)
{



ImageButton ib = (ImageButton) sender;
TableCell tablecell = (TableCell)ib.Parent;

GridViewRow row = (GridViewRow)tablecell.Parent;
CheckBox CBox = (CheckBox) row.FindControl("CheckBox2");

CBox.Enabled = true;
Session["FamilyKey"] = row.Cells[1].Text;

Session["StudentKey"] = row.Cells[2].Text;
ExportGridView(); // this method shows the PDF in a seperate window



}
AnswerRe: how to enable a check box in a gridview Pin
Mitesh Darji14-Sep-08 23:00
Mitesh Darji14-Sep-08 23:00 
QuestionXml problem Pin
salmonraju14-Sep-08 19:54
salmonraju14-Sep-08 19:54 
AnswerRe: Xml problem Pin
surender93915-Sep-08 2:45
surender93915-Sep-08 2:45 
Questionasp.net Pin
mahesh K.N.14-Sep-08 19:40
mahesh K.N.14-Sep-08 19:40 
AnswerRe: asp.net Pin
Sandeep Akhare14-Sep-08 21:21
Sandeep Akhare14-Sep-08 21:21 
AnswerRe: asp.net Pin
Venkat Eswaran15-Sep-08 9:37
Venkat Eswaran15-Sep-08 9:37 
QuestionConverting ServerSide Control in a web page in to Image( ex.Gridview with data into Image) Pin
K V Sekhar14-Sep-08 19:36
K V Sekhar14-Sep-08 19:36 
AnswerRe: Converting ServerSide Control in a web page in to Image( ex.Gridview with data into Image) Pin
Rocky#14-Sep-08 21:19
Rocky#14-Sep-08 21:19 
GeneralRe: Converting ServerSide Control in a web page in to Image( ex.Gridview with data into Image) Pin
K V Sekhar14-Sep-08 22:31
K V Sekhar14-Sep-08 22:31 
GeneralRe: Converting ServerSide Control in a web page in to Image( ex.Gridview with data into Image) Pin
Rocky#14-Sep-08 23:57
Rocky#14-Sep-08 23:57 
Questioncall function from jscript file to .aspx inline code Pin
g_amol14-Sep-08 19:11
g_amol14-Sep-08 19:11 
AnswerRe: call function from jscript file to .aspx inline code Pin
ncsubbu14-Sep-08 19:44
professionalncsubbu14-Sep-08 19:44 
AnswerRe: call function from jscript file to .aspx inline code Pin
Sandeep Akhare14-Sep-08 19:47
Sandeep Akhare14-Sep-08 19:47 
QuestionSearch Enginee for my database [modified] Pin
ncsubbu14-Sep-08 18:57
professionalncsubbu14-Sep-08 18:57 
AnswerRe: Search Enginee for my database Pin
Sandeep Akhare14-Sep-08 20:12
Sandeep Akhare14-Sep-08 20:12 
QuestionClick event of dynamic Image buuton ? Pin
Masood Kochi,SSF14-Sep-08 18:49
Masood Kochi,SSF14-Sep-08 18:49 
AnswerRe: Click event of dynamic Image buuton ? Pin
Sandeep Akhare14-Sep-08 20:09
Sandeep Akhare14-Sep-08 20:09 

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.