Click here to Skip to main content
15,911,139 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: date format Pin
Guffa22-Mar-07 2:33
Guffa22-Mar-07 2:33 
GeneralRe: date format Pin
Sebastian T Xavier22-Mar-07 5:23
Sebastian T Xavier22-Mar-07 5:23 
QuestionImages in a Database Pin
Icarus12322-Mar-07 0:22
Icarus12322-Mar-07 0:22 
AnswerRe: Images in a Database Pin
Colin Angus Mackay22-Mar-07 0:37
Colin Angus Mackay22-Mar-07 0:37 
QuestionSave captured information in the table Pin
Oga M22-Mar-07 0:19
Oga M22-Mar-07 0:19 
AnswerRe: Save captured information in the table Pin
Oga M22-Mar-07 1:56
Oga M22-Mar-07 1:56 
QuestionDatagrid_ItemCommand problem Pin
Rajiya22-Mar-07 0:09
Rajiya22-Mar-07 0:09 
AnswerRe: Datagrid_ItemCommand problem Pin
varshavmane22-Mar-07 0:34
varshavmane22-Mar-07 0:34 
Do u want to get the selected index??If u r using ASP.NET 1.1 version then u can use e.item.cell[0].text and u can pass this value as
if (e.CommandName == "Select")
{
Response.Redirect("../FolderName/PageName.aspx?Caption=" + e.Item.Cells[0].Text);
}
If 2.0 version then use datakeys.
U dont need to use session here.
Hope I have understood ur problem??


GeneralRe: Datagrid_ItemCommand problem Pin
Rajiya22-Mar-07 1:07
Rajiya22-Mar-07 1:07 
GeneralRe: Datagrid_ItemCommand problem Pin
_AK_22-Mar-07 1:19
_AK_22-Mar-07 1:19 
GeneralRe: Datagrid_ItemCommand problem Pin
vengaqua22-Mar-07 22:32
vengaqua22-Mar-07 22:32 
GeneralRe: Datagrid_ItemCommand problem Pin
vengaqua27-Mar-07 20:23
vengaqua27-Mar-07 20:23 
QuestionControl events Pin
vengaqua22-Mar-07 0:05
vengaqua22-Mar-07 0:05 
AnswerRe: Control events Pin
_AK_22-Mar-07 1:23
_AK_22-Mar-07 1:23 
QuestionUnmanaged DLLs with ASP.NET Pin
karanba21-Mar-07 23:22
karanba21-Mar-07 23:22 
QuestionEncrpyt and Decrypt Pin
varshavmane21-Mar-07 23:17
varshavmane21-Mar-07 23:17 
AnswerRe: Encrpyt and Decrypt Pin
Paddy Boyd22-Mar-07 0:04
Paddy Boyd22-Mar-07 0:04 
GeneralRe: Encrpyt and Decrypt Pin
varshavmane22-Mar-07 0:28
varshavmane22-Mar-07 0:28 
GeneralRe: Encrpyt and Decrypt Pin
Paddy Boyd22-Mar-07 0:30
Paddy Boyd22-Mar-07 0:30 
GeneralRe: Encrpyt and Decrypt Pin
varshavmane22-Mar-07 0:36
varshavmane22-Mar-07 0:36 
GeneralRe: Encrpyt and Decrypt Pin
Paddy Boyd22-Mar-07 0:39
Paddy Boyd22-Mar-07 0:39 
QuestionWSDL Pin
chat_sp2001@yahoo.com21-Mar-07 23:10
chat_sp2001@yahoo.com21-Mar-07 23:10 
QuestionHow to implement function like microsoft live spaces with web parts? Pin
liuzhisheng21-Mar-07 22:48
liuzhisheng21-Mar-07 22:48 
AnswerRe: How to implement function like microsoft live spaces with web parts? Pin
Kunal P22-Mar-07 4:11
Kunal P22-Mar-07 4:11 
Questionsql error Pin
saravanan0521-Mar-07 22:44
saravanan0521-Mar-07 22:44 

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.