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
6 views

Getting selected LinkButton in ListView ASP .NET

I have a listview which contains a column where I need to put two link buttons - Open and Download to open and download a server file respectively. I have an id column for each row of the list view. I ...
0
votes
0answers
5 views

Access Child control ID

I have a user control which contains an asp Listview with the ID(imageListView) with a ItemTemplate and within the Itemtemplate I have an asp Image with ID(fullImage). How can I access the asp images ...
0
votes
0answers
8 views

detect dbms type in entity framework (oracle or sql)

How can detect entity framework is created from SQL Server or oracle by code. Is there any property or method which return source database type?
0
votes
1answer
6 views

Display objects in a grid MVC

Im trying to learn MVC and im not even sure how to start approaching this, and cant seem to google anything relevant. I basically have a list of objects that i would like to display in a grid. with ...
0
votes
1answer
6 views

OnRowUpdating does not fire due to CommandName = “edit”

I am trying out Asp.Net GridView Data Control and have this issue. Although this question has been asked in following thread GridView OnRowUpdating does not fire due to CommandName="edit" ...
0
votes
0answers
3 views

ListView GroupingTemplate

I want GroupTemplate of listview control to have different group names to be displayed . I am not able to use function call inside GroupTemplate tag . For example I want output like this Cat Cat ...
1
vote
1answer
14 views

Visual Studio Unexplained Error

I have a weird error: Exception Details: System.ArgumentException: AjaxControlToolkit.ToggleButtonExtender missing required ImageWidth property value for . Parameter name: ImageWidth As you can see ...
0
votes
0answers
16 views

Using More Than one query in a repeater

How to use more than one query in a repeater in asp.net. for e.g i have this repeater below and i want to use category names in it also i want to use a query which will return me the count of ...
0
votes
2answers
14 views

How do I reference 2 controls if I am only allowed to have one telerik:RadAjaxManager?

I have 2 panels that I want to use one is pnlUserInfo and One is pnlMedOrders. I was able to successfully add pnlUserInfo but I cannot figure out how to add the other. Here is my code for pnlUserInfo: ...
0
votes
1answer
25 views

Sending json to asp.net mvc controller does make objects, but doesn't fill properties

So I want to post my jsondata that I've received from the facebook javascript SDK on my asp.NET webserver. The problem that I'm getting is that the facebookfriend-objects are being created ...
0
votes
0answers
14 views

Restart windows from asp.net page using command prompt and System.Diagnostics.Process

I'm trying to restart windows server 2003 from inside a web service using System.Diagnostics.Process. public static string Dorestart() { var si = new Process(); si.StartInfo.UserName = ...
0
votes
0answers
10 views

Asp.net mvc url rewriting

I try to create rule. I have: http://host.com/ph.aspx?t=org&id=12345.jpg I want to get: http://host.com/imgrs.axd?w=800&file=12345.jpg I wrote this one: <rule name="PhotoOrg" ...
0
votes
1answer
12 views

ASP.NET dynamically added checkbox on masterpage and getting its postback on a childpage load

I have a dynamically created checkbox on my masterpage and checking/unchecking it causes a postback, my problem is I can't seem to get the value of the checkbox on the childpage because of the way the ...
0
votes
1answer
7 views

Share point 2013 SCRIPT5009: '__doPostBack' is undefined

I have a sharepoint 2013 farm with web content management. In the custom website, I am using few asp.net custom controls inside the master page. Here is one of the simple Custom control code ...
0
votes
0answers
29 views

How to create array with data from a database?

I need help. I'm trying to populate highcharts with data from a database. This works perfectly: public ActionResult Index() { Highcharts chart1 = new Highcharts("chart1") ...

15 30 50 per page