Click here to Skip to main content
15,890,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to upload a local file into application server (its urgent plz) Pin
jagadeeshkumar198429-Oct-07 20:38
jagadeeshkumar198429-Oct-07 20:38 
QuestionFind application path Pin
ps.srinivasan29-Oct-07 19:14
ps.srinivasan29-Oct-07 19:14 
AnswerRe: Find application path [modified] Pin
Jintal Patel29-Oct-07 19:31
Jintal Patel29-Oct-07 19:31 
QuestionThe SourceSafe database path does not exist Pin
mahammadhusen29-Oct-07 19:12
mahammadhusen29-Oct-07 19:12 
QuestionHow to add control Runtime?? Pin
varshavmane29-Oct-07 19:04
varshavmane29-Oct-07 19:04 
AnswerRe: How to add control Runtime?? Pin
Sandeep Akhare29-Oct-07 20:59
Sandeep Akhare29-Oct-07 20:59 
QuestionUnable to attach the code to debug Pin
buzzvishwanath29-Oct-07 18:53
buzzvishwanath29-Oct-07 18:53 
QuestionEvent Fire in Drop Down List Pin
Rinki Mukheraji29-Oct-07 18:17
Rinki Mukheraji29-Oct-07 18:17 
I am using dropdownlist. this dropdown list attach in database. and dropdownlist enter the runtime value. e.g
dropdownlist property: AutoPostBack= True
dropdownlist1.items.insert(0,new listitem("Add new","0");

when click the Add New Then fired a event. Write a Code

private void dropdownlist1_selectedIndexChange( )
{
if(dropdownlist1.selectedindex == 0)
{
responce.wirte("asdF");
}
}
But this event is not fired.






AnswerRe: Event Fire in Drop Down List Pin
N a v a n e e t h29-Oct-07 18:52
N a v a n e e t h29-Oct-07 18:52 
GeneralRe: Event Fire in Drop Down List Pin
Rinki Mukheraji29-Oct-07 18:57
Rinki Mukheraji29-Oct-07 18:57 
AnswerRe: Event Fire in Drop Down List Pin
kuyak200029-Oct-07 19:19
kuyak200029-Oct-07 19:19 
GeneralRe: Event Fire in Drop Down List Pin
Rinki Mukheraji29-Oct-07 19:27
Rinki Mukheraji29-Oct-07 19:27 
GeneralRe: Event Fire in Drop Down List Pin
kuyak200029-Oct-07 20:36
kuyak200029-Oct-07 20:36 
QuestionRole Manager [modified] Pin
SreejithAchutan29-Oct-07 17:21
SreejithAchutan29-Oct-07 17:21 
AnswerRe: Role Manager Pin
N a v a n e e t h29-Oct-07 18:53
N a v a n e e t h29-Oct-07 18:53 
GeneralRole Manager Pin
SreejithAchutan29-Oct-07 19:10
SreejithAchutan29-Oct-07 19:10 
GeneralRe: Role Manager Pin
N a v a n e e t h29-Oct-07 19:43
N a v a n e e t h29-Oct-07 19:43 
GeneralRole Manager Pin
SreejithAchutan29-Oct-07 19:56
SreejithAchutan29-Oct-07 19:56 
GeneralRe: Role Manager Pin
N a v a n e e t h29-Oct-07 20:04
N a v a n e e t h29-Oct-07 20:04 
Questionre: Unable to get the project from the project file. Unable to open the webproject Pin
Sakis_hir29-Oct-07 16:38
Sakis_hir29-Oct-07 16:38 
Questionschedule a .NET web service Pin
Dpriya29-Oct-07 14:03
Dpriya29-Oct-07 14:03 
AnswerRe: schedule a .NET web service Pin
Colin Angus Mackay29-Oct-07 14:10
Colin Angus Mackay29-Oct-07 14:10 
AnswerRe: schedule a .NET web service Pin
N a v a n e e t h29-Oct-07 18:35
N a v a n e e t h29-Oct-07 18:35 
AnswerRe: schedule a .NET web service Pin
Vasudevan Deepak Kumar29-Oct-07 19:41
Vasudevan Deepak Kumar29-Oct-07 19:41 
QuestionStill having the same problem - can anyone help? Two response.X events from one click event... Pin
_Damian S_29-Oct-07 13:53
professional_Damian S_29-Oct-07 13:53 

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.