When we do partial refresh of a page using update panel how
server knows it(which event occurs?)
Answers were Sorted based on User's Feedback
Answer / rajesh
server knows the occured event by triggers in updatepanel
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sivaprasad
PageRequest Manager in the page will maintain the
collection of controls that are registered as triggers in
any update panel inside page.it will check weather the
request is happened by a control with in the collection
then it will make request as partial post back.
| Is This Answer Correct ? | 2 Yes | 0 No |
Can you explain architecture of your project ?
Explain repository pattern in asp.net mvc? : asp.net mvc
How to turn off cookies for a page?
accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
Explain About duration in caching technique
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
What are the new page events added in Asp.net 2.0 ?
Windows Authentication (via Active Directory) and SQL Server authentication (via Microsoft SQL Server username and passwords). Which one is trusted and which one is untrusted?
By default what is the Asp.Net application login context on IIS 5.0? By default the ASP.Net app runs in the context of a local user ASPNet on IIS version 5. On IIS version 6 on windows 2003 it is called Network service
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
How does u get record no from 5 to 15 from a dataset of 100 records?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)