I\'m trying to develop my first site in ASP.Net using Web Forms. I have a form with some controls and a TextBox control. While now I use GETrequest. When user submits a form his browser expects to ge
$(\'#<%= txtFirstName.ClientID%>\').show(); Trying to send ClientId to external Javascript file using server tags
I want a shopify like functionality in my app which I am developing. Shopify template engine support this syntax in theme files.
I have started using MS charts in ASP.NET 3.5 w开发者_开发问答ith code behind in C# I worked with the charts which worked fine with localhost; but problem startd when i started working on the server
I have an ASP.NET application and need to store some settings. The settings are, among other things, titles on pages s开发者_如何学Gohown in my application. The titles are changed on a regular basis
I am writing a asp.net web application with multi-language support. I want to 开发者_如何学运维add a resource to the App_GlobalResources file called \"GlobalStrings\". When I name the file GlobalStrin
How to convert the time 11:21:21 into t开发者_如何学JAVAotal minutes?Get the time as a TimeSpan value using the TimeOfDay method, then use the TotalMinutes method to get the time in minutes:
I am using dropdownlist control and a RequiredFieldValidator control for that ddlinside the gridview.
I have a list box control which I am filling from the page\'s code behind. It works with values from 1 to 100, but what if the range I need gets really large? (For example, 1 to 200000000?)
I am creating dynamic label and textbox based on the number ofvalues from the database for the selected item of the dropdownlist. Then the dynamic labels will have the names and the text box with the