Click here to Skip to main content
15,909,652 members

Comments by Member 12369816 (Top 11 by date)

Member 12369816 10-May-16 5:15am View    
No,when i select value from listbox then automatically page reload on same page,nothing warning
Member 12369816 10-May-16 4:59am View    
Yes it is included... I check it on the top of the page..
Member 12369816 9-May-16 6:48am View    
if value is null then why giving me output when i put <form> tag before gridview,I think values working fine sir :(
Member 12369816 9-May-16 6:46am View    
I'm really confused when i use <form runat="server"></form> this line before starting gridview then output working well,gridview show data ,but when i remove this line then error come ' Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.'
Member 12369816 9-May-16 6:11am View    
values not null,if values null then it not work with <form tag