Click here to Skip to main content
15,893,814 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How can i place a picture without affecting the screen resolution of a client machine Pin
Christian Graus10-Jun-08 3:41
protectorChristian Graus10-Jun-08 3:41 
AnswerRe: How can i place a picture without affecting the screen resolution of a client machine Pin
Shog910-Jun-08 6:09
sitebuilderShog910-Jun-08 6:09 
GeneralRe: How can i place a picture without affecting the screen resolution of a client machine Pin
Christian Graus10-Jun-08 6:33
protectorChristian Graus10-Jun-08 6:33 
QuestionReading XML in classic ASP Pin
Member 42321259-Jun-08 6:50
Member 42321259-Jun-08 6:50 
QuestionRe: Reading XML in classic ASP Pin
Manentia19-Jul-08 14:33
Manentia19-Jul-08 14:33 
QuestionSelect entire row details on click of button of that row inside a GridView Pin
salon9-Jun-08 4:09
salon9-Jun-08 4:09 
QuestionSelect entire row details on click of button of that row inside a GridView Pin
salon9-Jun-08 4:09
salon9-Jun-08 4:09 
AnswerRe: Select entire row details on click of button of that row inside a GridView Pin
Rasma Raj9-Jun-08 22:36
Rasma Raj9-Jun-08 22:36 
You can edit a particular datagrid row using EditCommand event of the datagrid.
i attach code below:

private void Edit_DataGrid(object source,System.Web.UI.WebControls.DataGridCommandEventArgs e)
{
// We use CommandEventArgs e to get the row which is being clicked
// This also changes the DataGrid labels into Textboxes so user can edit them
myDataGrid.EditItemIndex = e.Item.ItemIndex;
// Always bind the data so the datagrid can be displayed.
}


thankyou
Rasma
AnswerRe: Select entire row details on click of button of that row inside a GridView Pin
Rasma Raj9-Jun-08 23:27
Rasma Raj9-Jun-08 23:27 
Questionstoring and reteriving unicode char in SQL database Pin
Mann Khine8-Jun-08 22:50
Mann Khine8-Jun-08 22:50 
AnswerRe: storing and reteriving unicode char in SQL database Pin
Ashfield8-Jun-08 23:54
Ashfield8-Jun-08 23:54 
GeneralRe: storing and reteriving unicode char in SQL database Pin
Mann Khine8-Jun-08 23:58
Mann Khine8-Jun-08 23:58 
GeneralRe: storing and reteriving unicode char in SQL database Pin
Ashfield9-Jun-08 1:29
Ashfield9-Jun-08 1:29 
QuestionClassic ASP and XML Pin
LeilaBayat8-Jun-08 19:17
LeilaBayat8-Jun-08 19:17 
AnswerRe: Classic ASP and XML Pin
Christian Graus9-Jun-08 3:56
protectorChristian Graus9-Jun-08 3:56 
QuestionLimitation for Microsoft ESMTP Mail Server version 5.0.2195.6713 Pin
dabuskol7-Jun-08 22:38
dabuskol7-Jun-08 22:38 
QuestionRe: Limitation for Microsoft ESMTP Mail Server version 5.0.2195.6713 Pin
Vasudevan Deepak Kumar8-Jun-08 19:11
Vasudevan Deepak Kumar8-Jun-08 19:11 
QuestionHow can develop a website? Pin
Le@rner6-Jun-08 1:24
Le@rner6-Jun-08 1:24 
AnswerRe: How can develop a website? Pin
Ashfield6-Jun-08 2:02
Ashfield6-Jun-08 2:02 
AnswerRe: How can develop a website? Pin
Vasudevan Deepak Kumar6-Jun-08 2:24
Vasudevan Deepak Kumar6-Jun-08 2:24 
AnswerRe: How can develop a website? Pin
Yulianto.6-Jun-08 14:31
Yulianto.6-Jun-08 14:31 
AnswerRe: How can develop a website? Pin
Christian Graus6-Jun-08 16:44
protectorChristian Graus6-Jun-08 16:44 
Questionprogramming menu controls [modified] Pin
acodman6-Jun-08 0:49
acodman6-Jun-08 0:49 
AnswerRe: programming menu controls Pin
Le@rner6-Jun-08 1:27
Le@rner6-Jun-08 1:27 
GeneralRe: programming menu controls Pin
Le@rner6-Jun-08 1:39
Le@rner6-Jun-08 1:39 

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.