How to include silver light .xap page into asp.net web
application and what is the purpose of using silverlight
application?
No Answer is Posted For this Question
Be the First to Post Answer
if i have 1000 records and i want to access 20 ata time from SQL server, what will be the query?
What language is asp.net written in?
What New Features comes with ASP.NET Web API 2.0?
What can you do with asp.net?
In a page u have Web user controls . So what is the order in which the Page life Cycles takes place?
What is custom tag in Web.Config?
What is strong name and which tool is used for this?
I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh
what is clr . how we access them?
Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx. All pages are in diff. server. When user req. for a page, Page1.aspx opens Ist & a session established. If user req. for IIn page, second session established. Similarly, 3rd session established if user req. 3rd page. In this scenario, tot. 03 sessions are established. How we can minimize it so that it will work with only one session?
Hi, We have a user control that have button Now we use this user control on different aspx pages. We want when we click on the user control button then button behave differently on different page (Dynamacilly).
What is postback request?