Posts by Marconi • 17,287 points
267 posts
-
1
votes1
answer128
viewsQ: Create Object Profilecommon in Asp.Net Membership
I need to create a "profile object" in Asp.net Membership (Asp.net Security Control). Man Web.config: <profile defaultProvider="AspNetSqlProfileProvider"> <providers> <clear />…
-
1
votes1
answer63
viewsQ: ASP.NET Membership: Framework Exchange 3.5 to 4.5
Can anyone tell me what I can get in "Membership" damage if I change my framework from 3.5 to 4.5? I have doubts if my login system will be intact, IE, if it changes nothing of the user control that…
-
1
votes1
answer138
viewsQ: How to update the . Net framework?
How to update my project framework?
-
4
votes3
answers1705
viewsQ: Fileupload without refresh on the page?
I realized it takes one refresh on the full page to get the file from the server side. I would have some way without refresh to perform this operation? I know it’s possible with Ajax, as it would…
-
10
votes1
answer2456
viewsQ: Return Object Code as soon as inserted
I need to do an Insert in the Entity Framework and at the same time returns the code of the inserted object, thus preventing new access to the bank.
-
3
votes1
answer2295
viewsQ: Multiple files for upload
I’m looking for a plugin Jquery upload multiple files at the same time. Does anyone know of any to inform me?
-
13
votes3
answers4991
viewsQ: Back to Top of page
I need to have a fixed icon on the page in the right corner below the screen. By clicking this icon he goes back to the top of the page, doing the Scroll scroll to the top of the page. Could someone…
-
1
votes2
answers270
viewsQ: Link to display attachment
I have a hyperlink to view my attachment. My attachment is on the server and your path is saved in the database. I’m wanting at the time that the person click on Hyerlink open a new tab and present…
-
2
votes1
answer183
viewsQ: Set width for nicEdit editor
Does anyone know how to set the width of the nicEdit editor?
-
1
votes2
answers140
viewsQ: Jquery text editing component
I need to use an editor Jquery that comes closer to Word. Which one should I use? Does anyone have any indication?
-
1
votes1
answer1330
viewsQ: How to get values from the first column which is a checkbox of a Gridview?
I have a Gridview and I need to get the values from the first column of Grid. My first column is a checkbox, I need to check that they are marked and if yes get their values.
-
1
votes1
answer128
viewsQ: Why does email get bad format when putting HTML in the body?
I have a jQuery editor that sends a string in HTML format to my input as follows. <p class="MsoNormal" style="text-align: justify; text-autospace: none;"><span style="font-size: 10.0pt;…
-
1
votes3
answers558
views -
2
votes2
answers2564
viewsQ: Mark all checkboxes of a Datatable table?
I have a ckeckbox that intends to brand all the options available in a table Jquery-Datatabeles, but after the next pagination Checkbox were not marked, that is, on the second page they are no…
-
1
votes4
answers1784
viewsQ: Confirmation of sending email?
I need to send emails to my company’s customers, but I also need to know if these emails have been successfully received. Got some way of doing? Which would be the best? It would be something like…
-
1
votes2
answers492
viewsA: Mount Datatables with Repeater
James Thank you so much for the reply, My problem wasn’t syntax, I found that the new visual studio was in a lot of error, being still in the testing phase. More discover that the code below works…
-
4
votes2
answers492
viewsQ: Mount Datatables with Repeater
I’m riding a DataTables jQuery with Peater ASP.NET C#. What am I doing wrong? I’ve been using the code. <body> <form id="form1" runat="server"> <div> <asp:Repeater…