ASP.NET is a web application framework developed by Microsoft to allow programmers to build dynamic web sites and web applications.
0
votes
0answers
1 views
ModalPopupExtender and Progress GIF not hitting Button_Click on Post-Back
I'm trying to use a ModalPopupExtender and an animated gif to create a type of "processing..." window.
The page this is on can take a while to process the requests...there's no way to speed it up at ...
1
vote
0answers
19 views
Object reference not set to an instance of an object when I try to join 2 DataTables
I'm trying to join 2 DataTables but I' m getting this error: Object reference not set to an instance of an object
thuis is what I'm doing:
DataTable NodeDataTable = new DataTable();
DataTable ...
1
vote
0answers
7 views
Asp.NET application is supressing errors on localhost.. Why?
I am working on a web application, developing in VS 2012, and have lately been deploying fairly often to a test server. I keep a separate web.config for deployment, as I got tired of copying and ...
0
votes
0answers
17 views
mysql query taking for ever to run? whats wrong?
i am using this to make a query where i goes upto 20 in c#.net mysql connectivity.
this query takes forever to execute and when run in mysql shell it takes 3 mins.
all other queries are running fine. ...
0
votes
0answers
6 views
how to insert data from grid view control when button in particular row is clicked?
I am having one friend request form.In that,I have used grid view control to show all registered members,So one who want to send request he/she can send request.My form design code is:
enter code ...
1
vote
0answers
16 views
authorize users based on a posted id
How can I authorize users based on a posted integer?
The Showproduct action shows the product itself. it should only be visible if logged in user owns the product.
This is how the Index looks like
...
0
votes
2answers
15 views
Asp .Net with jquery document ready event
I am using jquery with asp .net. I have some javascript code in some custom controls that I want to execute when the documents loads.
To execute the code I use this snippet:
...
0
votes
1answer
20 views
System.Data.SqlClient.SqlException: Incorrect syntax near ')'. executenonquery
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using ...
0
votes
0answers
13 views
How to add apartment in google maps
A manager of a apartment in my city wanted to add his apartmentto Google Maps with marker. How can we add it? I searched but just found "How to add a Local Business:. But I want also marked with some ...
0
votes
2answers
14 views
how to rise event when you click on a gridview row, without selectButton?
I can´t find anything like onrowclick or onclick event, is possible to fire event when you click on gridview row?
0
votes
2answers
30 views
Show Hide Textbox using Javascript in ASP.Net
This code not working in ASP.Net and give the error
Microsoft JScript runtime error: 'select' is null or not an object
my code is
var select = ...
0
votes
1answer
7 views
IHttpHandler doesn't load image after deployed to web server
I am now having problem of deploying my website to a shared windows hosting.
I am currently hosting it with hostgator.
The problem is, my ThumbnailHandler which is supposed to return an image file, ...
0
votes
0answers
10 views
How can I get total number of domains created by admin account or so in .NET applicaiton using google authentication?
I am using google authentication to authenticate the users by entering their username and their selected domain name. As for now I am able to validate a user as well as able to get the list of all ...
0
votes
1answer
26 views
ASP.NET MVC 4 - Alternative Render based on request
Trying to implement a system whereby a developer would create a cshtml Razor view as per usual (e.g. a series of @Html.EditorFor(t=>t.MyProperty) calls interspersed with markup etc.) but based on ...
0
votes
0answers
11 views
Google Maps JS API v3 - Post Page is Losing Map After Map Resize
i'm using this code to make my map fullscreen. http://www.doogal.co.uk/FullScreen.php But in my ASP.NET page i've got a timer which is doing postback every 5 seconds. This fullscreen button is ...