dopostback method
-
hi i am beginer in asp.net so may be this question be too dump to answer ! i want to change the postback method that automaticly genarate in aspx files for exam when a spec control want to call dopostback before sending to server a javascript code runs . is there a way for running a javascript code for a .net component that must submit ot server ? Regards Amir Jalaly
-
hi i am beginer in asp.net so may be this question be too dump to answer ! i want to change the postback method that automaticly genarate in aspx files for exam when a spec control want to call dopostback before sending to server a javascript code runs . is there a way for running a javascript code for a .net component that must submit ot server ? Regards Amir Jalaly
It might be possible to change the code that is automatically created, but I believe that it would be much easier to change the code that the control uses. Just examine the code that the control uses know, and add that code manually to the control instead. Then you can just add more javascript code to be executed before the postback. --- b { font-weight: normal; }
-
It might be possible to change the code that is automatically created, but I believe that it would be much easier to change the code that the control uses. Just examine the code that the control uses know, and add that code manually to the control instead. Then you can just add more javascript code to be executed before the postback. --- b { font-weight: normal; }
hi thanks for your answer . i use a datagrid and i want to change code of buttons on datagrid ( for example make sure that user wants to delete the record ) . how can do this with these controls ? Regards Amir Jalaly
-
hi thanks for your answer . i use a datagrid and i want to change code of buttons on datagrid ( for example make sure that user wants to delete the record ) . how can do this with these controls ? Regards Amir Jalaly