Click here to Skip to main content
15,917,702 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionsession about the user login and logout. Pin
amaneet7-May-06 7:57
amaneet7-May-06 7:57 
AnswerRe: session about the user login and logout. Pin
MudkiSekhon7-May-06 19:03
MudkiSekhon7-May-06 19:03 
GeneralRe: session about the user login and logout. Pin
amaneet7-May-06 23:01
amaneet7-May-06 23:01 
GeneralRe: session about the user login and logout. Pin
MudkiSekhon7-May-06 23:17
MudkiSekhon7-May-06 23:17 
QuestionPass value from dropdownlist to SQL select using SelectedIndexChanged? Pin
FionaDM7-May-06 5:36
FionaDM7-May-06 5:36 
AnswerRe: Pass value from dropdownlist to SQL select using SelectedIndexChanged? Pin
_AK_7-May-06 18:53
_AK_7-May-06 18:53 
GeneralRe: Pass value from dropdownlist to SQL select using SelectedIndexChanged? Pin
FionaDM7-May-06 22:14
FionaDM7-May-06 22:14 
QuestionPageIndexChanged event is not firing Pin
Hamzeh7-May-06 5:14
Hamzeh7-May-06 5:14 
AnswerRe: PageIndexChanged event is not firing Pin
Tirthadip7-May-06 21:38
Tirthadip7-May-06 21:38 
GeneralRe: PageIndexChanged event is not firing Pin
Hamzeh7-May-06 22:52
Hamzeh7-May-06 22:52 
Questionimagebutton Pin
amaneet7-May-06 5:09
amaneet7-May-06 5:09 
AnswerRe: imagebutton Pin
enjoycrack7-May-06 5:14
enjoycrack7-May-06 5:14 
GeneralRe: imagebutton Pin
amaneet7-May-06 5:34
amaneet7-May-06 5:34 
AnswerRe: imagebutton Pin
MudkiSekhon7-May-06 19:08
MudkiSekhon7-May-06 19:08 
Questionurgent ! ASP.net dropdownlist Pin
cheeken2u7-May-06 4:26
cheeken2u7-May-06 4:26 
AnswerRe: urgent ! ASP.net dropdownlist Pin
Tirthadip7-May-06 21:33
Tirthadip7-May-06 21:33 
Hi cheeken,
While designing the datagrid add dropdown list in EditItem
template.So whenever you click the Edit button the row will be filled by dropdown list controls. Now in the ItemDatabound Event of your datagrid you can populate the dropdown lists with database values.You have to check the template column inside the eventhandler like that----
if (e.ItemType==ListItem.EditItem)
{
// Populate the dropdown lists
}


Tirthadip
AnswerRe: urgent ! ASP.net dropdownlist Pin
Tirthadip7-May-06 22:10
Tirthadip7-May-06 22:10 
GeneralRe: urgent ! ASP.net dropdownlist Pin
cheeken2u8-May-06 6:40
cheeken2u8-May-06 6:40 
Questionasp.net to mysql 4.1 with utf-8 encoding Pin
mohammad kazem sattari7-May-06 1:37
mohammad kazem sattari7-May-06 1:37 
QuestionCrystal Report In Asp.Net Pin
a59ir6-May-06 23:57
a59ir6-May-06 23:57 
Questioninserting data without prebuilt forms? Pin
username1996-May-06 22:28
username1996-May-06 22:28 
QuestionStrange behavior of RadioButtonList inside a Repeater Pin
Raul Davila6-May-06 18:39
Raul Davila6-May-06 18:39 
QuestionCrystal Reports in .NET Pin
NinaWilliam6-May-06 18:05
NinaWilliam6-May-06 18:05 
AnswerRe: Crystal Reports in .NET Pin
Ista6-May-06 18:21
Ista6-May-06 18:21 
GeneralRe: Crystal Reports in .NET Pin
NinaWilliam8-May-06 22:47
NinaWilliam8-May-06 22:47 

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.