I want to make a HyperLink for each result that will appear within ListBox .
private void listBox_SelectionMode(object sender, EventArgs e)
{
LogisticaServiceContractClient Logistica = new LogisticaServiceContractC...
I need to create a basic authentication in an asp.net webapi project, but it has to be in the .Net Framework 4.0, but all the content I find on the internet is for 4.5
Some north?
The company I work for has 3 websites both with login and password
I would like to know something in C # .NET or Javascript that is from a redirect link.
1 Step: Access the Site 1 www.site.com.br
2 Step: Login Site 1
Step 3: Within Site...
I have a Fileupload that I select several files and I save it in the directory, but I noticed that FileBytes of it, it also repeats in all the files.
if (FileUp.HasFiles)
{
foreach (HttpPostedFile uploadedFile in Fi...
Good morning ...
I was challenged to convert a C # Desktop to Web application, however I have no knowledge of ASP.NET, JScript or JQuery.
And among the components that I need to adapt is a DRAGDROPTEXT. It is a SPAN within a DIV that is capable...
There was a need to swap a server application, however, the new server works with IIS 7.0 and the application that was developed in .NET 3.5 was changed to .NET4.0. When the application runs local on my micro everything works perfe...
How can I make a custom element in aspx that inherits DropDownList ?
I would like the element to look this way when I call it:
<componente:DropPersonalizado runat="server" id=""></componente:DropPersonalizado>
...
I'm having a lot of problems with Gridview in Asp.Net which are getting me out of the serious, mostly paging and exporting part of the data.
Is there any other free component on the market that replaces gridview and is more complete?
I'm putting together a list of records in a table with asp.net. I create for each line a checkbox to perform an action through postback every time the checkbox is checked or unchecked. I use the Switchery plugin to style this checkbox, but when...
How can I dynamically change a URL in a BD search of the Id's by NAME to become a more friendly URL (SEO).
My URL today:
link - being 26 = STATUS, 8717 = CITY , 1 = NEIGHBORHOOD, 2 = CATEGORY, 3 = BUSIN...