Click here to Skip to main content
15,923,083 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem with Ocx in remote server Pin
vurugonda11-Jun-08 21:32
vurugonda11-Jun-08 21:32 
QuestionPage Refresh Pin
Member 329688310-Jun-08 22:52
Member 329688310-Jun-08 22:52 
AnswerRe: Page Refresh Pin
eyeseetee10-Jun-08 23:12
eyeseetee10-Jun-08 23:12 
GeneralRe: Page Refresh Pin
Member 329688310-Jun-08 23:45
Member 329688310-Jun-08 23:45 
GeneralRe: Page Refresh Pin
meeram39510-Jun-08 23:58
meeram39510-Jun-08 23:58 
AnswerRe: Page Refresh Pin
Vasudevan Deepak Kumar11-Jun-08 0:48
Vasudevan Deepak Kumar11-Jun-08 0:48 
QuestionMultiple List box control in ASP.Net using C# Pin
Manikkuttan10-Jun-08 22:14
Manikkuttan10-Jun-08 22:14 
AnswerRe: Multiple List box control in ASP.Net using C# Pin
Imran Khan Pathan10-Jun-08 22:39
Imran Khan Pathan10-Jun-08 22:39 
So you have only three list box.Right?
Bind First list box on page load event
if(!ispostback)
{
//First List Box
}
Now on first listbox SelectedIndexChanged event,check items is selected or not. if it is selected then get records from database depending on selected value and bind second ListBox

do same code on second listbox SelectedIndexChanged event

regards
Imrankhan

please don't forget to vote on the post that helped you.

GeneralRe: Multiple List box control in ASP.Net using C# Pin
Manikkuttan12-Jun-08 22:38
Manikkuttan12-Jun-08 22:38 
AnswerRe: Multiple List box control in ASP.Net using C# Pin
eyeseetee10-Jun-08 22:46
eyeseetee10-Jun-08 22:46 
Questiongridview delete confirmation Pin
rajkumar.310-Jun-08 21:18
rajkumar.310-Jun-08 21:18 
AnswerRe: gridview delete confirmation Pin
Imran Khan Pathan10-Jun-08 21:36
Imran Khan Pathan10-Jun-08 21:36 
AnswerRe: gridview delete confirmation Pin
eyeseetee10-Jun-08 21:43
eyeseetee10-Jun-08 21:43 
QuestionPerformance Counters always returns 0, 50 or 100. Pin
greekius10-Jun-08 21:07
greekius10-Jun-08 21:07 
AnswerRe: Performance Counters always returns 0, 50 or 100. Pin
Vasudevan Deepak Kumar10-Jun-08 21:46
Vasudevan Deepak Kumar10-Jun-08 21:46 
QuestionError: The Resource object with key "lblToday" is not found [modified] Pin
Satish - Developer10-Jun-08 20:31
Satish - Developer10-Jun-08 20:31 
AnswerRe: Error: The Resource object with key "lblToday" is not found Pin
eyeseetee10-Jun-08 21:41
eyeseetee10-Jun-08 21:41 
QuestionHow to use scan a document using asp.net Pin
kuwl_mark10-Jun-08 20:23
kuwl_mark10-Jun-08 20:23 
AnswerRe: How to use scan a document using asp.net Pin
N a v a n e e t h10-Jun-08 20:56
N a v a n e e t h10-Jun-08 20:56 
AnswerRe: How to use scan a document using asp.net Pin
Vasudevan Deepak Kumar11-Jun-08 0:33
Vasudevan Deepak Kumar11-Jun-08 0:33 
Questionhow many invalid character in user search of active directory? Pin
Piyush Vardhan Singh10-Jun-08 20:03
Piyush Vardhan Singh10-Jun-08 20:03 
AnswerRe: how many invalid character in user search of active directory? Pin
Parwej Ahamad10-Jun-08 20:16
professionalParwej Ahamad10-Jun-08 20:16 
GeneralRe: how many invalid character in user search of active directory? Pin
Piyush Vardhan Singh10-Jun-08 20:44
Piyush Vardhan Singh10-Jun-08 20:44 
AnswerRe: how many invalid character in user search of active directory? Pin
Imran Khan Pathan10-Jun-08 20:32
Imran Khan Pathan10-Jun-08 20:32 
GeneralRe: how many invalid character in user search of active directory? Pin
Piyush Vardhan Singh10-Jun-08 20:47
Piyush Vardhan Singh10-Jun-08 20: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.