Click here to Skip to main content
15,887,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: record locking in asp.net with vb.net Pin
seee sharp24-Oct-06 21:33
seee sharp24-Oct-06 21:33 
GeneralRe: record locking in asp.net with vb.net Pin
amaneet24-Oct-06 21:37
amaneet24-Oct-06 21:37 
AnswerRe: record locking in asp.net with vb.net Pin
ednrgc25-Oct-06 6:04
ednrgc25-Oct-06 6:04 
QuestionButton code doesn't work. Pin
PCunicelli24-Oct-06 11:51
PCunicelli24-Oct-06 11:51 
AnswerRe: Button code doesn't work. Pin
Guffa24-Oct-06 12:20
Guffa24-Oct-06 12:20 
AnswerRe: Button code doesn't work. Pin
ednrgc25-Oct-06 6:06
ednrgc25-Oct-06 6:06 
QuestionHow to make dependency between two drodown lists using asp.net? Pin
veerugadde24-Oct-06 10:35
veerugadde24-Oct-06 10:35 
AnswerRe: How to make dependency between two drodown lists using asp.net? Pin
seee sharp24-Oct-06 21:38
seee sharp24-Oct-06 21:38 
You should be able to use SelectedIndexChanged event on dropdown1 and on the eventhandler of that, you can fill records in dropdown2.

protected void myDropDownList_SelectedIndexChanged(object sender, EventArgs e)
{
//Write code to fill dropdown2 based on value selected in dropdown1
}

- ashish

Questionhelp with crystal reporting.. Pin
JustmeNick24-Oct-06 8:59
JustmeNick24-Oct-06 8:59 
AnswerRe: help with crystal reporting.. Pin
Suresh Pirsquare24-Oct-06 21:27
Suresh Pirsquare24-Oct-06 21:27 
Questioncannot view the design of the .aspx page Pin
ssircar197124-Oct-06 8:43
ssircar197124-Oct-06 8:43 
GeneralRe: cannot view the design of the .aspx page Pin
Guffa24-Oct-06 12:18
Guffa24-Oct-06 12:18 
AnswerRe: cannot view the design of the .aspx page Pin
ednrgc25-Oct-06 6:09
ednrgc25-Oct-06 6:09 
Questionuser control properties Pin
greekius24-Oct-06 8:34
greekius24-Oct-06 8:34 
AnswerRe: user control properties Pin
Jim Conigliaro24-Oct-06 11:12
Jim Conigliaro24-Oct-06 11:12 
AnswerRe: user control properties Pin
Mircea Grelus24-Oct-06 11:13
Mircea Grelus24-Oct-06 11:13 
GeneralRe: user control properties Pin
greekius24-Oct-06 11:20
greekius24-Oct-06 11:20 
GeneralRe: user control properties Pin
Mircea Grelus24-Oct-06 11:25
Mircea Grelus24-Oct-06 11:25 
GeneralRe: user control properties Pin
ednrgc25-Oct-06 6:09
ednrgc25-Oct-06 6:09 
Questionjavascript debugging Pin
krishna_mag24-Oct-06 5:23
krishna_mag24-Oct-06 5:23 
AnswerRe: javascript debugging Pin
thomas_joyee25-Oct-06 3:05
thomas_joyee25-Oct-06 3:05 
AnswerRe: javascript debugging Pin
ednrgc25-Oct-06 8:46
ednrgc25-Oct-06 8:46 
QuestionHi urgent plz, give an suggestion plzzzzzzzz [modified] Pin
Exelioindia24-Oct-06 4:13
Exelioindia24-Oct-06 4:13 
AnswerRe: Hi urgent plz, give an suggestion plzzzzzzzz Pin
ednrgc24-Oct-06 4:19
ednrgc24-Oct-06 4:19 
GeneralRe: Hi urgent plz, give an suggestion plzzzzzzzz Pin
Exelioindia24-Oct-06 4:23
Exelioindia24-Oct-06 4:23 

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.