Click here to Skip to main content
15,896,415 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: I don't think that's it. Pin
Sandeep Akhare12-Sep-07 19:59
Sandeep Akhare12-Sep-07 19:59 
Questiondoc to html Pin
kkadir12-Sep-07 14:31
kkadir12-Sep-07 14:31 
AnswerRe: doc to html Pin
Sandeep Akhare12-Sep-07 23:14
Sandeep Akhare12-Sep-07 23:14 
QuestionInitializeComponent of user control in asp.net1.1 Pin
Md. Ismail12-Sep-07 11:11
Md. Ismail12-Sep-07 11:11 
AnswerRe: InitializeComponent of user control in asp.net1.1 Pin
Brent Lamborn12-Sep-07 11:53
Brent Lamborn12-Sep-07 11:53 
QuestioncustomValidation control. Pin
seemamltn12-Sep-07 10:44
seemamltn12-Sep-07 10:44 
AnswerRe: customValidation control. Pin
Imran Khan Pathan12-Sep-07 18:40
Imran Khan Pathan12-Sep-07 18:40 
QuestionGrid View Pin
seemamltn12-Sep-07 8:05
seemamltn12-Sep-07 8:05 
Hi All,

I have a Gridview in my asp page. In first bound column I have Id field. I want this column to be invisible in Gridview but when I selecyt the row i should be able to get the value of that cell. I set the Column property Visible = False. and in my code behind page

GridViewRow grow = gdProxy.Rows[gdProxy.EditIndex];
int proxyId = Convert.ToInt32(grow.Cells[0].Text);

But it doesn't work but if I set Visible + true It works. But I don't want this column to be visible in my grid view but want to get the value of cell.



seema

AnswerRe: Grid View Pin
eggsovereasy12-Sep-07 8:51
eggsovereasy12-Sep-07 8:51 
AnswerRe: Grid View Pin
Urs Enzler12-Sep-07 20:57
Urs Enzler12-Sep-07 20:57 
Questionasp:LoginStatus Control Logout Destination URL Pin
Brendan Vogt12-Sep-07 8:04
Brendan Vogt12-Sep-07 8:04 
AnswerRe: asp:LoginStatus Control Logout Destination URL Pin
eggsovereasy12-Sep-07 8:52
eggsovereasy12-Sep-07 8:52 
Questionhow to get out from Iframe Pin
kmanisha12-Sep-07 7:07
kmanisha12-Sep-07 7:07 
AnswerRe: how to get out from Iframe Pin
Brent Lamborn12-Sep-07 7:39
Brent Lamborn12-Sep-07 7:39 
Questionconverting string to decimal shows error Pin
Vipin.d12-Sep-07 6:35
Vipin.d12-Sep-07 6:35 
AnswerRe: converting string to decimal shows error Pin
Roland Bär12-Sep-07 7:31
Roland Bär12-Sep-07 7:31 
GeneralRe: converting string to decimal shows error Pin
Vipin.d12-Sep-07 23:01
Vipin.d12-Sep-07 23:01 
AnswerRe: converting string to decimal shows error Pin
Roland Bär12-Sep-07 23:24
Roland Bär12-Sep-07 23:24 
QuestionPassing data to an ascx page (custom control)? Pin
Goalie3512-Sep-07 5:37
Goalie3512-Sep-07 5:37 
AnswerRe: Passing data to an ascx page (custom control)? Pin
Elina Blank12-Sep-07 5:41
sitebuilderElina Blank12-Sep-07 5:41 
QuestionPhysical patch to IIS on C#! Pin
ZvonimirLaf12-Sep-07 5:26
ZvonimirLaf12-Sep-07 5:26 
AnswerRe: Physical patch to IIS on C#! Pin
Brent Lamborn12-Sep-07 8:22
Brent Lamborn12-Sep-07 8:22 
QuestionTreeView Issue with AJAX Pin
cisco210312-Sep-07 5:26
cisco210312-Sep-07 5:26 
QuestionUserID Locked Pin
Sarfaraj Ahmed12-Sep-07 5:10
Sarfaraj Ahmed12-Sep-07 5:10 
AnswerRe: UserID Locked Pin
netJP12L12-Sep-07 6:19
netJP12L12-Sep-07 6:19 

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.