ASP.NET is a web application framework developed by Microsoft to allow programmers to build dynamic web sites and web applications.

learn more… | top users | synonyms (4) | asp.net jobs

0
votes
1answer
16 views

hover effect creates flickering

I am trying to display options on an image on hover but when I hover the displayed options keeps flickering $('a').hover(function(event) { var href = $(this).attr('href'); var ...
0
votes
0answers
10 views

Best Practice with object creation and data access

I've got a TabContainer control which houses several tabs. Depending on the ActiveIndex property of the TabContainer I would like for a button click to create a Gridview in that tab and bind it to a ...
0
votes
1answer
23 views

How to get value of TextBox in ASP.NET

I have entered a value in the textbox, however when I clicked the button to get the value at server side, it still retrieved the old value. Here is my code: aspx: <asp:GridView ID="gvTicketSkus" ...
0
votes
0answers
10 views

How do I use a DropDownList in a Gridview Edit Template when the selected value does not mirror sql data?

I am using some dropdowns in a gridview and have been able to convert where the dropdown would say "Monday"(for a bit of user friendliness) to just a simple "1" on insert(so I can easily do sql date ...
0
votes
0answers
6 views

DataTable JQuery RowGrouping only group each single record

I need some help. I am adding rowGrouping but when the grid is rendered, each single row is grouped instead of all the rows with the same 1st column value. For example, if I had 10 records with the ...
0
votes
0answers
5 views

bootstrap typeahead in asp.net webforms

I am looking for good example how I can implement bootstrap typeahead with asp.net web forms application. The application is using bootstrap theme already and various plugins. Now I want the user to ...
1
vote
0answers
18 views

OnClick function using jquery tabs in asp.net

I am using jquery tabs and trying to use the onclick function but it seems it is not firing. When user clicks the tab and i want to change the detailview mode into readonly mode. Here is my code in ...
0
votes
2answers
14 views

Asp Hyperlink control in datagrid call javascript

I have a javascript to open the page as pop-up. Now I need to call it on the datagrid, so I added the asp hyperlink control. I searched the web and found the example, but I got the "The server tag is ...
0
votes
0answers
5 views

Images signature generator

I am trying to make signature generator. You know that, you choose background, a couple of imgaes, write your name, coose font and size and bang, you have image signature. I have images (layers), all ...
-2
votes
1answer
10 views

How to refresh a partial view of main view after closing pop up in MVC 4?

How to refresh a partial view of main view after closing pop up in MVC 4 ? Main view displays a popup. After doing update I want to close this popup and refresh the partial view, but not the main ...
1
vote
2answers
25 views

JQuery AJAX call to WebMethod multi threaded

I have a JQuery AJAX call for ASP.NET WebMethod. I understand the async: true that allows the WebPage not to be locked until the function returns and therefore i set it to 'true'. The problem that i ...
0
votes
1answer
7 views

Does storing URL rewrites in a separate file override manual entries?

Currently working with an external file for URL rewrites called rewritemaps.config (following these instructions), which works great. However, we have occasion to override an entry in that file with ...
0
votes
1answer
16 views

LINQ left join only works in the ActionResult

I'm trying to get up to speed with MVC, linq, razor, etc. Some things are working and others I just hit dead ends that really discourage me. This is the first one I haven't been able to work out. ...
0
votes
0answers
30 views

Getting regular expression from database

I Have my regex in a SQL Database for example: ^[A-Z Ñ\s\.\,\\"\%]+$ Then, i get it with a SQL Reader sql.Reader["Regular_Expression"].ToString() But, that return the following: "^[A-Z ...
-5
votes
0answers
23 views

Accordion is not working with table [closed]

Accordion is not working in the given code <script src="http://code.jquery.com/jquery-1.9.1.js"></script> <script ...

1 2 3 4 5 11578
15 30 50 per page