Click here to Skip to main content
16,011,508 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to send information from popup window??? Pin
enjoycrack30-Mar-07 18:18
enjoycrack30-Mar-07 18:18 
Question[C # Asp.Net Control in Anthem ] Pin
samshah51230-Mar-07 0:49
samshah51230-Mar-07 0:49 
AnswerRe: [C # Asp.Net Control in Anthem ] Pin
samshah5121-Apr-07 19:36
samshah5121-Apr-07 19:36 
QuestionIs it possible get column data of gridview? Pin
irkahc30-Mar-07 0:30
irkahc30-Mar-07 0:30 
AnswerRe: Is it possible get column data of gridview? Pin
Sun Rays30-Mar-07 1:03
Sun Rays30-Mar-07 1:03 
GeneralRe: Is it possible get column data of gridview? Pin
irkahc30-Mar-07 1:13
irkahc30-Mar-07 1:13 
AnswerRe: Is it possible get column data of gridview? Pin
Sun Rays30-Mar-07 1:20
Sun Rays30-Mar-07 1:20 
GeneralRe: Is it possible get column data of gridview? Pin
irkahc30-Mar-07 1:47
irkahc30-Mar-07 1:47 
Pls see the code:
Page_Load()
{
GVDoctorActivity.Columns[0].Visible = false; //DoctorId
}

protected void GVDoctorActivity_RowCommand(object sender, GridViewCommandEventArgs e)
{
int DoctorID;
DoctorID = Convert.ToInt32(GVDoctorActivity.SelectedRow.Cells[0].Text); // throwing exception here.bcoz it is returning null value..
}

GeneralRe: Is it possible get column data of gridview? Pin
irkahc30-Mar-07 2:56
irkahc30-Mar-07 2:56 
Questionasp.net with excel and oracle Pin
chitra8130-Mar-07 0:14
chitra8130-Mar-07 0:14 
Questioncant send email with link to CSS file Pin
iuliuz29-Mar-07 23:50
iuliuz29-Mar-07 23:50 
AnswerRe: How to Identify which dataitem has been clicked in a Gridview? Pin
gauthee29-Mar-07 23:20
gauthee29-Mar-07 23:20 
AnswerSame post this many times ?? Pin
Sun Rays29-Mar-07 23:10
Sun Rays29-Mar-07 23:10 
QuestionCalendar Control Problem Pin
rachitdamani29-Mar-07 23:04
rachitdamani29-Mar-07 23:04 
QuestionHow to Identify which dataitem has been clicked? Pin
irkahc29-Mar-07 22:59
irkahc29-Mar-07 22:59 
AnswerRe: How to Identify which dataitem has been clicked? Pin
Sun Rays29-Mar-07 23:07
Sun Rays29-Mar-07 23:07 
GeneralRe: How to Identify which dataitem has been clicked? Pin
irkahc29-Mar-07 23:14
irkahc29-Mar-07 23:14 
GeneralRe: How to Identify which dataitem has been clicked? Pin
irkahc29-Mar-07 23:34
irkahc29-Mar-07 23:34 
GeneralRe: How to Identify which dataitem has been clicked? Pin
Sun Rays29-Mar-07 23:55
Sun Rays29-Mar-07 23:55 
GeneralRe: How to Identify which dataitem has been clicked? Pin
irkahc30-Mar-07 0:17
irkahc30-Mar-07 0:17 
GeneralRe: How to Identify which dataitem has been clicked? Pin
irkahc30-Mar-07 0:52
irkahc30-Mar-07 0:52 
QuestionControlling Page Load Pin
Mel Padden29-Mar-07 22:52
Mel Padden29-Mar-07 22:52 
AnswerRe: Controlling Page Load Pin
badgrs30-Mar-07 1:38
badgrs30-Mar-07 1:38 
QuestionHow to Identify which dataitem has been clicked? Pin
irkahc29-Mar-07 22:51
irkahc29-Mar-07 22:51 
AnswerRe: How to Identify which dataitem has been clicked? Pin
mghiassi30-Mar-07 6:38
mghiassi30-Mar-07 6:38 

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.