I have a WPF user control ...which is in MVVM. The user control(which contains a listview)开发者_Go百科 need data from the page (where it is included). I have to set a property to get this data input.
I\'m using SimpleModal to create a popup on an ASP.net application.The OK button calls a server-side function - and based on the resulta of that function I\'d like to modify the popup (make some thing
I have a page where a javascript will be triggered when the user closes the browser tabs / browser window. Language is in c# thanks.
I need to change the readonly property of a asptextbox from the code behind based on certain conditions.
Never seen this before in ASP.NET development. I\'m trying to refactor out 40 single-page ASP.NET pages to code-behind style.
I have a asp.net button which has click event which basically adds data into datbase. I also have a radiobuttonlist(i.e Approve / Decline) and a textbox. If user selects decline, the textbox becomes v
Is there an equivalent in ASP.NET to memcached usage in PHP? Is there eve开发者_运维技巧n a way I could use memcached from the VB code behind, or something like it?That would be Microsoft Velocity whi
I am looking for a way to programmatically set the OnClick event handler for a TableCell object.The ASP equivalent of what I\'m trying to do will look like this:
I w开发者_StackOverflow社区ant to use an Enum value for the types of VaryByCustom parameters I will support, is it possible to do this?
I\'m new at web development with .NET, an开发者_C百科d I\'m currently studying a page where I have both separated codebehinds (in my case, a .CS file associated to the ASPX file), and codebehind that