Pass ASP.Net GridView from one page to another page
I want to pass all the gridview value into another page
I have one gridview in PatientDetails.aspx page and one button as below
I want to pass all the gridview value into another page
I have one gridview in PatientDetails.aspx page and one button as below
i an creating a website in C# ASP.NEt and want to use a feature similar to Stack Overflow,
Every time a new user registers on the StackOverflow.com he is assigned a default user picture until he has a gravatar, Now every picture is different from the previous one, so it is sure it is generated, i want to know how can this be done in C#.
I have the following example where the request is http://{domain}/api/foo/{username} but I get a 404 status code back. No other Get actions exist on this controller. Shouldn’t this work?
I have to build a DropDownList with the dates of the last 7 days. I would like the DropDownList displays the date as “DD/MM/YYYY”. So I created a list of dates:
System.Web.Mail was in .NET Framework v1.1
I have two dropdownlists and I am filling one based on the other using javascript. In my javascript code I am calling for a webservice and with the results returned I fill the other dropdownlist. The problem is that after I have done that successfully the following error started to occur:
For Example, I have a string like :
I have an ASP.NET MVC3 app and when the user clicks on my anchor tag, I want to send 3 pieces of data to an action:
I am using a HttpRuntime.Cache to store a list of objects that will be accessing frequently across sessions.
I have a problem whereby the viewstate of a repeater i.e. the controls within the repeater are not maintaing their viewstate.