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

ASP.NET

 
QuestionRe: how to give blind down or blind up effect to controls in asp.net 2.0 Pin
Sandeep Akhare14-Mar-07 4:46
Sandeep Akhare14-Mar-07 4:46 
QuestionRe: how to give blind down or blind up effect to controls in asp.net 2.0 Pin
badgrs14-Mar-07 5:46
badgrs14-Mar-07 5:46 
JokeRe: how to give blind down or blind up effect to controls in asp.net 2.0 Pin
Sandeep Akhare14-Mar-07 20:19
Sandeep Akhare14-Mar-07 20:19 
QuestionSession End Page Pin
abdelhameed8114-Mar-07 2:01
abdelhameed8114-Mar-07 2:01 
AnswerRe: Session End Page Pin
ToddHileHoffer14-Mar-07 2:05
ToddHileHoffer14-Mar-07 2:05 
AnswerRe: Session End Page Pin
Sandeep Akhare14-Mar-07 4:48
Sandeep Akhare14-Mar-07 4:48 
GeneralRe: Session End Page Pin
badgrs14-Mar-07 5:44
badgrs14-Mar-07 5:44 
QuestionThe issue of getting data from selected row in gridview Pin
JoinTTT14-Mar-07 1:42
JoinTTT14-Mar-07 1:42 
Hi,
My issue is related to getting data in gridview when I selected a row. Because Always the value comes "".
Firstly I bind the dataset to gridview in code-behind. I didn't use sqldatasource. and in html code about gridview is below(between asp gridview tag):

ID="grd_getdata" runat="server"
OnSelectedIndexChanged="grd_getdata_SelectedIndexChanged"
AutoGenerateColumns="False" DataKeyNames="No">
<columns>
<asp:boundfield datafield="No" headertext="No" readonly="True">


and selectedindexchangedevent code is;

protected void grd_getdata_SelectedIndexChanged(object sender, EventArgs e)
{
GridViewRow row = grd_getdata.SelectedRow;
Session["aksesuar"] = row.Cells[0].Text;
}

So the value of row.Cells[0].Text always comes empty. On the other hand I see the value on gridview. Why couldn't I get the value? Where is the wrong?

I hope you know the answer!!! Keep Battling. Mad | :mad:
AnswerRe: The issue of getting data from selected row in gridview Pin
ToddHileHoffer14-Mar-07 2:03
ToddHileHoffer14-Mar-07 2:03 
GeneralRe: The issue of getting data from selected row in gridview Pin
JoinTTT14-Mar-07 2:14
JoinTTT14-Mar-07 2:14 
GeneralRe: The issue of getting data from selected row in gridview Pin
ToddHileHoffer14-Mar-07 2:30
ToddHileHoffer14-Mar-07 2:30 
GeneralRe: Thanks Pin
JoinTTT14-Mar-07 2:37
JoinTTT14-Mar-07 2:37 
QuestionHow solve this error?? Pin
Rami Said Abd Alhalim14-Mar-07 1:32
Rami Said Abd Alhalim14-Mar-07 1:32 
AnswerRe: How solve this error?? Pin
Colin Angus Mackay14-Mar-07 1:48
Colin Angus Mackay14-Mar-07 1:48 
AnswerRe: How solve this error?? Pin
Sandeep Akhare14-Mar-07 3:49
Sandeep Akhare14-Mar-07 3:49 
Questionremote connections Pin
Rami Said Abd Alhalim14-Mar-07 1:30
Rami Said Abd Alhalim14-Mar-07 1:30 
AnswerRe: remote connections Pin
Colin Angus Mackay14-Mar-07 1:47
Colin Angus Mackay14-Mar-07 1:47 
GeneralRe: remote connections Pin
Rami Said Abd Alhalim14-Mar-07 2:32
Rami Said Abd Alhalim14-Mar-07 2:32 
QuestionHow to get the Clients Operating System in asp.net 1.1 Pin
RaviJJain14-Mar-07 1:06
RaviJJain14-Mar-07 1:06 
AnswerRe: How to get the Clients Operating System in asp.net 1.1 Pin
kubben14-Mar-07 14:44
kubben14-Mar-07 14:44 
QuestionProblem with paging Pin
anujose14-Mar-07 0:39
anujose14-Mar-07 0:39 
AnswerRe: Problem with paging Pin
ToddHileHoffer14-Mar-07 2:08
ToddHileHoffer14-Mar-07 2:08 
QuestionImages in datagrid! Pin
nclauder14-Mar-07 0:14
nclauder14-Mar-07 0:14 
AnswerRe: Images in datagrid! Pin
varshavmane14-Mar-07 3:29
varshavmane14-Mar-07 3:29 
GeneralRe: Images in datagrid! Pin
nclauder14-Mar-07 5:00
nclauder14-Mar-07 5:00 

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.