System.Web.UI.Ipostback event handler interface to raise event responses on the server to postback calls from the client. This can be a bit tricky, and I would recommend thoroughly examining what you might
Latest Answer : Only Anishcp is correct. Before answering any question, please do read the question carefully as the question is about "IPostback" not "IsPostback". Find more at System.Web.UI.Ipostback event handler interface. ...
Latest Answer : Interface : Much more useful in composition (Delegation approach of programming)Objects are accessed solely through their interfaces.:Abstract Classes: Basically used as base class. for instance business entity base class. ...
Latest Answer : Only the first answer appropriate. The question is how to create a dynamically grid view which means populate the grid view dynamically. ...
In A Page I have gridview with Options of select and delete using hyperlink when i am selecting any one of then it has to open another page how can it
How to write the OnSelectedIndexChanged event for the inside of the gridview HyperLinkField in Asp.net.
Latest Answer : You would accomplish this by having its containing parent page be a mediator between the two user controls. The parent aspx page would subscribe to the public event on user control 1, will hookup a delegate handler to it. Then there are two ways to handle ...
In a com object, you have a security authentication policy, if ADMIN role is in turns off mode, on that time you must deny the write access. What we have to achieve this?
hii firenz.. If we check some particular checkboxes in the gridview ..the complete row must be stored in database..here the gridview contains the columns of different tables.then..How can
Latest Answer : You can't insert data in multiple table in one query but the other solution is belowfirst get data from gridview to a temp table (DataTable) as following:{Â CheckBox cb;Â DataTable tb=new DataTable();Â tb.Columns.Add("eno", Type.GetType("System.Int32"));Â ...
Which control is lightwieght control among gridview, detailsview, formview, datalist and repeater controls in ASP.NET 2.0
Latest Answer : Repeater Control ...
Question: Can you define basic element of WebServices and explain any one from them?Answer: These are as follows SOAP, WSDL and UDDI. And I am explaining about the SOAP(Simple Object Access Protocol) it