Click here to Skip to main content
15,889,874 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
GeneralRe: Crystal Reports in .NET Pin
Ista9-May-06 5:28
Ista9-May-06 5:28 
GeneralRe: Crystal Reports in .NET Pin
NinaWilliam14-May-06 21:39
NinaWilliam14-May-06 21:39 
GeneralRe: Crystal Reports in .NET Pin
Ista16-May-06 3:28
Ista16-May-06 3:28 
QuestionProblem with aspx pages Pin
Pet Lizard6-May-06 15:27
Pet Lizard6-May-06 15:27 
AnswerRe: Problem with aspx pages Pin
Guffa7-May-06 5:38
Guffa7-May-06 5:38 
GeneralRe: Problem with aspx pages Pin
Pet Lizard7-May-06 6:59
Pet Lizard7-May-06 6:59 
GeneralRe: Problem with aspx pages Pin
RichardGrimmer8-May-06 7:26
RichardGrimmer8-May-06 7:26 
Questionhow to make a popup window Pin
Isaac_cm6-May-06 12:30
Isaac_cm6-May-06 12:30 

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.