Click here to Skip to main content
15,891,529 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to handle dynamicaly created button in asp.net with c#?? Pin
yogesh_softworld12317-Dec-07 1:33
yogesh_softworld12317-Dec-07 1:33 
AnswerRe: how to handle dynamicaly created button in asp.net with c#?? Pin
Abhijit Jana17-Dec-07 2:16
professionalAbhijit Jana17-Dec-07 2:16 
GeneralRe: how to handle dynamicaly created button in asp.net with c#?? [modified] Pin
yogesh_softworld12317-Dec-07 3:20
yogesh_softworld12317-Dec-07 3:20 
GeneralRe: how to handle dynamicaly created button in asp.net with c#?? Pin
Abhijit Jana17-Dec-07 19:10
professionalAbhijit Jana17-Dec-07 19:10 
QuestionIs there a way to handle right click close button's event of IE title bar ? Pin
garimajain_mca17-Dec-07 1:15
garimajain_mca17-Dec-07 1:15 
GeneralRe: Is there a way to handle right click close button's event of IE title bar ? Pin
Vasudevan Deepak Kumar17-Dec-07 1:20
Vasudevan Deepak Kumar17-Dec-07 1:20 
GeneralRe: Is there a way to handle right click close button's event of IE title bar ? Pin
Pete O'Hanlon17-Dec-07 1:26
mvePete O'Hanlon17-Dec-07 1:26 
Generalenum +c# Pin
ritu432117-Dec-07 1:10
ritu432117-Dec-07 1:10 
in one of the cs file i have enum like
public enum EnumError : int
{
noerror = 0,
ignorerror,
smallerror,
criticalerror
}

i want to access this enum on aspx.cs file
like this
int x=(int) EnumError.criticalerror ;
but i am not getting EnumError .????
how to do this.
GeneralRe: enum +c# Pin
Pete O'Hanlon17-Dec-07 1:32
mvePete O'Hanlon17-Dec-07 1:32 
QuestionMouse Click doesn't work on Control Pin
mpavas16-Dec-07 23:48
mpavas16-Dec-07 23:48 
GeneralBig image onMouseover Pin
.NET- India 16-Dec-07 23:24
.NET- India 16-Dec-07 23:24 
GeneralRe: Big image onMouseover Pin
Paddy Boyd17-Dec-07 0:28
Paddy Boyd17-Dec-07 0:28 
GeneralRe: Big image onMouseover Pin
.NET- India 17-Dec-07 0:42
.NET- India 17-Dec-07 0:42 
Questioncreating dynamic webpage Pin
rajanandal16-Dec-07 23:16
rajanandal16-Dec-07 23:16 
GeneralRe: creating dynamic webpage Pin
Paddy Boyd16-Dec-07 23:27
Paddy Boyd16-Dec-07 23:27 
GeneralRe: creating dynamic webpage Pin
rajanandal16-Dec-07 23:48
rajanandal16-Dec-07 23:48 
GeneralRe: creating dynamic webpage Pin
Paddy Boyd17-Dec-07 1:13
Paddy Boyd17-Dec-07 1:13 
GeneralRe: creating dynamic webpage Pin
rajanandal17-Dec-07 1:59
rajanandal17-Dec-07 1:59 
GeneralConfirm Message while Delete Row From GridView [modified] Pin
R.Palanivel16-Dec-07 22:50
R.Palanivel16-Dec-07 22:50 
GeneralRe: Confirm Message while Delete Row From GridView Pin
Venkatesh Mookkan17-Dec-07 0:17
Venkatesh Mookkan17-Dec-07 0:17 
GeneralClass File Pin
nawalage16-Dec-07 22:35
nawalage16-Dec-07 22:35 
GeneralRe: Class File Pin
mukesh.mr0316-Dec-07 23:00
mukesh.mr0316-Dec-07 23:00 
GeneralRe: Class File Pin
nawalage17-Dec-07 18:00
nawalage17-Dec-07 18:00 
QuestionASP.Net - VB - Cannot enable a button after file save Pin
Dorothy16-Dec-07 22:12
Dorothy16-Dec-07 22:12 
GeneralRe: ASP.Net - VB - Cannot enable a button after file save Pin
Parwej Ahamad16-Dec-07 22:57
professionalParwej Ahamad16-Dec-07 22:57 

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.