0
votes
1answer
12 views

How to handle error when login with different domain in windows authentication?

My asp.net application deployed in domain aaa with Windows Authentication. User tried login with domain bbb. It is not rejecting login prompt window. It is throwing error while access SQL server. ...
0
votes
3answers
19 views

How do I extract specific values from SELECTED/HIGHLIGHTED rows on a GridVIew in ASP .NET?

I have a GridView with data. The first column on this GridView is the "SELECT" column. If the user clicks on SELECT, it highlights the entire row. I have an event on this click action: protected ...
1
vote
6answers
70 views

How to store arraylist items in a string

Just a very small question. I have a array list named li, where after my conditions I have the contents as: li[0]="s"; li[1]="a"; li[2]="h"; li[3]="i"; li[4]="4"; Now I wrote the code as: foreach ...
0
votes
1answer
33 views

Hide the buttton of logout

i'm working on my site, and i want only logged in users will see the button of logout. but i dont know how to do that, i did it like that in the Masterpage if (Session["Username"] != null) ...
0
votes
1answer
9 views

jquery select2 work with dropdownlist asp.net server control

I am trying to use it with asp.net server run dropdownlist. When asp.net control is rendered on the page it has different id something such as: "ctl00_ContentPlaceHolder1_ddlAgentName" although the ...
0
votes
3answers
18 views

Updating Entity Framework Model after adding a field to a previous look up only table

To better illustrate the problem : I have a table called Action with key AID and I have a table called Requirement with RID. Previously I had a lookup table that simply held an AID and an RID. This ...
1
vote
1answer
32 views

How to achieve url writing in Asp.net application

I am creating a webforms asp.net application I want a specific url for each user according to there username. Something like www.mywebsite.com/agent/username this will load ...
0
votes
2answers
19 views

page_load not getting called when redirected to it

In Intuit App Center when the user clicks on my app they are supposed to be sent to www.myweb.com\OpenIdHandler.aspx. Fiddler shows: GET https://appcenter.intuit.com/app/b7nyqfscsm 302 Found to ...
-5
votes
0answers
24 views

how to access a textbox from another form in visual studio 2005

I have created a text box in a form named Index.aspx. Now I want to use it in another form named Homepage.aspx. Please help with the code. I am not able to access the object from another form.
0
votes
3answers
43 views

open new window using c# codebehind

I am trying to open a new window from my codebehind page and for some odd reason it is not working as expected. From what I have searched, the two common methods are: 1. Using Response.Redirect 2. ...
2
votes
1answer
35 views

asp.net dropdown list to open upwards

I have a drop down list in asp.net and it opens downwards. I have repeater elements just below the dropdownlist and I have a mouse hover on the repeater elements. So when I try to open and select ...
0
votes
3answers
34 views

can't call Response.Redirect inside a static method

Hello I'm trying to run a webmethod with ajax from an aspx page. basically I want to redirect to another aspx page with a query string, but I want to do it from <a href>, beacuse it's part of a ...
3
votes
1answer
74 views

my action is called twice

I have an action to return a page's PageRank. When I debug my site and call that action first my action is called with the url and it return the page's PR and then it's called again with no url and ...
0
votes
1answer
28 views

how to parse something like domain name to a action

this is one of my routes: routes.MapRoute( name: "PR", url: "Home/PageRank/{id*}", defaults: new { controller = "Home", action = "Index", id = UrlParameter.Optional } ); but when I use ...
-2
votes
1answer
29 views

Data stores in JavaScript or Jquery?

I am developing a site which retrieve few lists (like country, product, industry) from share point using a soap call, and load the drop-downs. Later there are few filtration and reload of country ...

1 2 3 4 5 4202
15 30 50 per page