Click here to Skip to main content
15,925,444 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: PDF report Pin
Vasudevan Deepak Kumar20-Apr-06 22:08
Vasudevan Deepak Kumar20-Apr-06 22:08 
QuestionHelp me to write Code Pin
Balavardhan20-Apr-06 20:07
Balavardhan20-Apr-06 20:07 
AnswerRe: Help me to write Code Pin
Guffa20-Apr-06 20:43
Guffa20-Apr-06 20:43 
AnswerRe: Help me to write Code Pin
minhpc_bk20-Apr-06 20:44
minhpc_bk20-Apr-06 20:44 
GeneralRe: Help me to write Code Pin
Balavardhan20-Apr-06 21:31
Balavardhan20-Apr-06 21:31 
Questionto print datagrid control in asp.net 2k3 Pin
RPS Sidhu20-Apr-06 19:37
RPS Sidhu20-Apr-06 19:37 
AnswerRe: to print datagrid control in asp.net 2k3 Pin
gyokusei20-Apr-06 22:57
gyokusei20-Apr-06 22:57 
QuestionSerious GridView Problem! Pin
Sheel Gohe20-Apr-06 19:12
Sheel Gohe20-Apr-06 19:12 
Hello Friends,
I am facing a serious gridview problem, I am binding my gridview from code behind like(myGridView.DataSource=myDataSet; myGridView.DataBind()). But the problem is when i click the inbuilt "edit" button of the grid and the rows comes to edit mode, I cant able to get the cell values in any of the event like row_updating etc. For all the "rows(index)cells(index).Text" its displaying the blank text "". I am not able to figure out what the problem is. Please help me out friends....

I have tried all of these commands:
1). lblMessage.Text = CType(CType(e.CommandSource, LinkButton).NamingContainer, GridViewRow).Cells(4).Text

2). Dim m_ColumnText As String
m_ColumnText = GV1.Rows(GV1.EditIndex).Cells(4).Text

3). lblMessage.Text = Server.HtmlDecode(row.Cells(4).Text)

All are showing blank text, but i have values in my grid cells i can see it from my eyes.....i am very frustrated....plz...plz...help me out.

Thanks in advance.
Confused | :confused:

Sheel Gohe
AnswerRe: Serious GridView Problem! Pin
minhpc_bk20-Apr-06 20:46
minhpc_bk20-Apr-06 20:46 
GeneralRe: Serious GridView Problem! Pin
Sheel Gohe20-Apr-06 21:10
Sheel Gohe20-Apr-06 21:10 
GeneralRe: Serious GridView Problem! Pin
minhpc_bk20-Apr-06 21:20
minhpc_bk20-Apr-06 21:20 
GeneralRe: Serious GridView Problem! Pin
Sheel Gohe21-Apr-06 3:34
Sheel Gohe21-Apr-06 3:34 
QuestionSession timed out Pin
karthiBalu20-Apr-06 19:08
karthiBalu20-Apr-06 19:08 
GeneralVery important reply. Read immediately. Pin
Guffa20-Apr-06 20:45
Guffa20-Apr-06 20:45 
AnswerRe: Session timed out Pin
ptvce22-Apr-06 4:46
ptvce22-Apr-06 4:46 
Questionview state, response.direct, server.transfer Pin
Sriram Suresh20-Apr-06 17:26
Sriram Suresh20-Apr-06 17:26 
AnswerRe: view state, response.direct, server.transfer Pin
Vasudevan Deepak Kumar20-Apr-06 18:20
Vasudevan Deepak Kumar20-Apr-06 18:20 
AnswerRe: view state, response.direct, server.transfer Pin
HimaBindu Vejella20-Apr-06 19:55
HimaBindu Vejella20-Apr-06 19:55 
Question"Aout graphicscontainer Pin
tczhang20-Apr-06 16:44
tczhang20-Apr-06 16:44 
Questionhelp in creating "help" in asp.net Pin
scarfaced20-Apr-06 16:13
scarfaced20-Apr-06 16:13 
AnswerRe: help in creating "help" in asp.net Pin
Vasudevan Deepak Kumar20-Apr-06 18:21
Vasudevan Deepak Kumar20-Apr-06 18:21 
AnswerRe: help in creating "help" in asp.net Pin
HimaBindu Vejella20-Apr-06 20:00
HimaBindu Vejella20-Apr-06 20:00 
QuestionASP.net 2005 Pin
AnhTin20-Apr-06 16:03
AnhTin20-Apr-06 16:03 
AnswerRe: ASP.net 2005 Pin
minhpc_bk20-Apr-06 16:55
minhpc_bk20-Apr-06 16:55 
QuestionDoes IIS support Multithreading? Pin
KaKa'20-Apr-06 14:49
KaKa'20-Apr-06 14:49 

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.