ASP.NET is a web application framework developed by Microsoft to allow programmers to build dynamic web sites and web applications.
0
votes
0answers
2 views
second gridview is not filling all selected rows of first gridview. selected rows are over-writting previous selected ones
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False"
DataKeyNames="Item_id" DataSourceID="SqlDataSource1" AllowPaging="True"
PageSize="5" ...
1
vote
0answers
6 views
standardize text using phonetic
i received data from a datacenter and i have to cleanse and make data useful and my biggest problem is one column lets call it "service_description" and for example the data center belong to a hair ...
0
votes
0answers
5 views
IIS turned off my application automatically?
I just noticed that IIS turned off my ASP.NET web application automatically after it idled 20 minutes. The website is hosted on Godaddy.com.
Below is the Global class which logs the ...
0
votes
0answers
7 views
How to fit Default ASP page in Visual Studio to large screens?
My ASP page looks like this on large screens:
How do i make the page fit the whole screen?
the css file looks like this:
/* DEFAULTS
...
0
votes
2answers
10 views
avoid postback dynamically created checkbox in asp.net c#
Within a web form I am dynamically creating a series of chekboxes that are added to an asp:panel.Where as the panel in reside into a update panel.I want to avoid postback on checkbox changed event ...
0
votes
0answers
6 views
How to use own method code in datalist
I know how to insert data into datalist from database/load it from my function, thnink I don't know how to do is how to use function from code-behind. For example:
HTML:
Name:
<asp:Label ID="Name" ...
0
votes
0answers
17 views
Receiving Json in HttpPost - ASP.net
I've set up a page to do an HTTP Post with a Json serialized generic list, to a different page in ASP.net. When it goes to the new page though, I can't seem to find the body of the HTTP Post.
This ...
0
votes
0answers
8 views
how to save ajax fileuploader image in button save click
i have ajaxfileuploader control these contol firing uploadcomlete event when selecting image
but i want to upload image when click save button . Ajaxfileupload control file name not getting in button ...
0
votes
1answer
18 views
LinqDataSource: How to assign IQueryable value to where parameters in code
I am trying to assign linq datasource in code behind but I have IQueryable query want to assign in where clouse using Any function like a sub query clause in sql
this is my sql statment
select * ...
0
votes
0answers
10 views
The state information is invalid for this page and might be corrupted
Server Error in '/VHK/CMM' Application.
The state information is invalid for this page and might be corrupted.
Description: An unhandled exception occurred during the execution of the current web ...
0
votes
2answers
21 views
ASP.Net web service large URL
We have to send a large packet to an ASP.Net web service through the URL. We cannot use POST for certain reasons, so we are URL encoding an XML package and we make a GET request to the service.
...
1
vote
1answer
30 views
Any better way of accessing values from database-LinqToSql
Is this a Correct way of accessing values when using Ling to SQL.I tried returning an IQueryable but got an error stating 'DataContext accessed after Dispose.' and hence converted it to a list.Can ...
0
votes
1answer
12 views
Clicking on treeview node disappears the treeview in asp.net. Why?
I am binding the treeview control in a usercontrol. On Clicking the node, the page dosent show the treeview and Tree_Index_SelectedNodeChanged does not fire. And there is no exception catched in the ...
-2
votes
0answers
17 views
Webservices do not work when hosted in IIS
I searched a lot in the Google for this, made intensive debugging for weeks, yet with no solution. No web service work in my project since we changed server.
I have many web services in many forms, ...
-3
votes
0answers
19 views
While uploading the project on server, my data adapters are not found
I am trying to upload asp.net c # website to server.
My connection string is:
connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\logindb.mdb;Persist Security Info=True" ...
0
votes
0answers
30 views
Add space between columns in GridView
i have the following grid data
<asp:GridView ID="grdCar" runat="server" CssClass="GridViewStyle" AutoGenerateColumns="false">
<Columns>
<asp:BoundField ...
0
votes
3answers
24 views
check server radio button control using jquery
I am having one .js file in which i written,
sample.js
function pageLoad(){
$('.rbNewUnit').attr('checked', true);
}
sample.aspx
<asp:RadioButton ID="rbNewUnit" runat="server" ...
1
vote
0answers
36 views
how can i traverse all cell of grid view?
i have grid view on my aspx page and i have text box above of my grid view if user type a data that is in my table it filter grid-view. i want to traverse in each cell of my grid and check the value ...
0
votes
1answer
17 views
Different menu Items for different roles
I have a custom Login Page where i authenticate users from DB. In return i get if the user is authenticated and also if the Role of the User.
e.g., User belongs to Role X, Role Y or Role Z
I wanted ...
0
votes
2answers
27 views
ASP.NET MVC - Propagate a server side event to the client
In my ASP.NET MVC app, the user clicks a button on the UI to make a phone call. An ajax request goes to the MVC app, which calls a phone dialer -- a method in library that calls an external component ...
-3
votes
0answers
26 views
The best javascript book now [closed]
I am a asp.net dev and I want to become more familiar with mobile and it turns that the way to do it is javascipt. But my knowledge there limits to jquery. How to build more solid js skills? Which one ...
0
votes
2answers
18 views
How to create dynamic images with links from database in asp.net?
How to dynamically generate the below image tag with links from the database.Number of images should be the number of items in the database.
Can we use listview or repeater to achive this.If yes how ...
0
votes
0answers
6 views
Unable to upload images using CKEditor in asp.net webapplication
I downloaded CKEditor 3.6.6.1 and added to my webapplication. Also downloaded CKEditor 3.6.4 for ASP.NET and have reference to CKEditor.NET.dll. Then added ckeditor in my aspx page. The aspx page is :
...
2
votes
3answers
34 views
How to get a dynamic control value placed in placeholder
My requirement is like I need to get the dynamically created radio button value or text placed in the placeholder control and how to arrange the controls vertically, below I have attached the snapshot ...
1
vote
4answers
55 views
different value for Math.round() in c# and Javascript
C#
homeModel.FinancialComplianceModelList.AnnualDebtService=20;
homeModel.FinancialComplianceModelList.AnnualLeaseExpense=50;
homeModel.FinancialComplianceModelList.PPR=100;
decimal ...
0
votes
1answer
22 views
Update Checkboxlist to database in asp.net C#
I want to update multi checkboxlist value to the the database. I already databound my checkboxlist from other table which is the medicine table. Now i want to update my value to consultation table, ...
0
votes
0answers
17 views
I need to check a checkbox based on the result of a dataset. If the result is 1 then checkbox should be checked and not checked if it's a 0
When I delete a row from the gridview, it doesn't delete the row that is chosen to be deleted and it deletes the last row of the gridview. It also clears the user input of the row that is now the last ...
0
votes
1answer
8 views
Debug mode on pre-compiled ASP.Net web sites
I've searched all over SO and Google but have not been able to clear my confusion about this. It seems like a very basic question but am just not clear about this.
It is advised everywhere that you ...
0
votes
1answer
17 views
How to print datagridview data in c#
I have a datagridview control on my form , I want to print that datagridview, I used following code but it doesn't work
PaintEventArgs myPaintArgs = new PaintEventArgs(e.Graphics, new Rectangle(new
...
0
votes
0answers
22 views
I need to delete a row from my gridview
When I delete a row from the gridview, it doesn't delete the row that is chosen to be deleted and it deletes the last row of the gridview. It also clears the user input of the row that is now the last ...
0
votes
1answer
30 views
Performance issue with multiple DropDownLists
I have a page that lists a number of Agencies. There is a dropdownlist of Agency Types next to each Agency in the list.
I have this in my controller method setting up my view:
var agenciesViewModel ...
1
vote
1answer
36 views
Good practice or bad practice on Insert/Update table
I have a page in a website where the user can edit the questions on a poll using two listboxes and two buttons, I'm thinking in doing it this way:
Questions in the poll Questions ...
1
vote
0answers
30 views
Setting active state of Twitter Bootstrap button radio group in ASP.NET
Does anyone know how I could set the 'active' button of the button radio group in Twitter Bootstrap?
I am using ASP.NET 4 and the latest version of Twitter Bootstrap. I have an ASP.NET UpdatePanel, ...
0
votes
1answer
13 views
ASP.NET Datasource bound to Combo. Include all entries
I have 2 combo boxes bound to a data-source, in order to make a search web page in ASP.NET. Both combo boxes are bound to database tables. The data-source determines its SQL SELECT statement based on ...
1
vote
1answer
20 views
Removing specific connection strings in web.config transformation
I have a few connection strings in my web.config that I want to remove using web.config transformation when I deploy my web app. I had found the MSDN page talking about web.config transformation but ...
0
votes
0answers
11 views
Sharepoint2010: How to add the close button in SP.UI.Status
Requirement: 1. use Status Bar to notify user the exception message or other messages. 2. give a way to user to remove the status bar.
I use status bar to show exception message in code-behind. I ...
1
vote
1answer
50 views
Multiple users but storing data in same tables
Hi I am new to databases in general, so forgive my noob question below, but I really do need help.
I have designed a database with 4 tables. I have created an application in C# which will store some ...
0
votes
3answers
47 views
How does @Html.BeginForm() works?
I'm very new to ASP.NET, just started the MVC tutorial today on asp.net. I got here http://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/examining-the-edit-methods-and-edit-view
So ...
0
votes
2answers
28 views
Observable Arrays - Call a webservice to list all the records and bind it to a table
I have a webservice which is an array function that lists all the records. However, I would like to call this in the view model and bind it to my table. This is as far as I have gotten and am stuck ...
1
vote
2answers
40 views
ASP.NET MVC Model Design
I have 6 pages, each with their own form, and a model associated with that form. What I would like to be able to do is store all the information on all 6 forms so that the user can go between any of ...
1
vote
1answer
24 views
ASP.NET MVC - Response.Clear() in a View not working as expected after upgrade to .NET 4.0
I just upgraded a project from .NET 2.0 to 4.0. Still MVC 2. Some functionality that sends back .csv files was (oddly) written as a view. Then, in the MainContentPlaceHolder section, the code threw ...
0
votes
0answers
11 views
Passing SelectMethod and SelectCountMethod to ODS Programatically
I have a GridView and ObjectDataSource, now i am implementing Custom Paging. I have created a business logic which returns DataSet, first table has a TotalRows and Another has collection of records to ...
0
votes
3answers
49 views
Get values of parameters in stack trace
I am having trouble reproducing a few errors we are seeing in our error log.
It could be made a lot easier if I knew which record ID a specific method was using when it threw an exception.
All of ...
1
vote
1answer
22 views
Alert fails in UpdatePanel
I'd like to get an alert from the server inside of an AJAX call in an Update Panel but something is blocking the HttpContext.Current.Response.Write from firing on the client.
Here's a very simple ...
0
votes
1answer
23 views
Chrome users can not select text from asp.net website pages
I have been debugging this but not getting anywhere.
Some of the pages in the website doesn't allow users to select an area of the page and copy. Nothing happens when they try to select and the text ...
0
votes
2answers
43 views
Updating GridView row in edit mode from text box
I need to replace "_" character from my TextBox which is wraped with MaskedEditExtender to validate data entry when editing TextBox.
<asp:MaskedEditExtender ...
1
vote
1answer
23 views
JS doesn't run with an asp.net update panel
The following code works without an update panel, but doesn't run when there is an update panel. Its purpose is to clear bfcache on page entry from a back or forward browser press. Anyone know how ...
0
votes
0answers
37 views
Customer specific database records
What we have right now:
1. SQL Server 2008 R2 Standard Edition
2. 100 tables
3. ~1000-2000 pieces of programmability (Stored procs, functions, etc)
5 of our tables contain global information ...
0
votes
1answer
8 views
How can I make the ASP.Net Login control render correctly in Internet Explorer 7?
I'm using an ASP.Net Login control in my application. In Chrome, Firefox, and IE 9, everything works ok. But we still have users on IE 7, and everything is NOT OK for them; the Login control's ...
0
votes
0answers
12 views
Using account of remote server for authentication
My asp.net application is in Web Server A and have to display documents (ms-word and pdf) which are in Web Server B. Both servers are in Windows Server 2003 with IIS 6.0 and they are not in the same ...



