How to check events ?
-
Hi All, In my web application i need to check dropdown SelectedIndexChanged and button should be click then only i need to make certain changes How to check both event are fired or not without using any state managemant ?
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
Hi All, In my web application i need to check dropdown SelectedIndexChanged and button should be click then only i need to make certain changes How to check both event are fired or not without using any state managemant ?
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
playing with bugs ) wrote:
without using any state managemant ?
Why ? As you know, HTTP is stateless. So without using any state management techniques, I don't think that it is possible.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
playing with bugs ) wrote:
without using any state managemant ?
Why ? As you know, HTTP is stateless. So without using any state management techniques, I don't think that it is possible.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
Having the session will create a problem The scenario is like i have a user control for a beneficiary i am loading this user control runtime i.e adding to the repeater. User can can add n number of beneficairies Now this Beneficiary user control contians drop downlist and go button here the problem is if user edit more than one already added beneficiary i can't capture that one
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
playing with bugs ) wrote:
without using any state managemant ?
Why ? As you know, HTTP is stateless. So without using any state management techniques, I don't think that it is possible.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
Need to make some changes in the implimentation. Any way thanks for reply Navaneeth :)
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "