Web Forms is a part of the ASP.NET web application framework. It is one of the different programming models you can use to create ASP.NET web applications. Web Forms are pages that your users request through their browser and that form the user interface (UI) that give your web applications their ...

learn more… | top users | synonyms (1)

0
votes
0answers
4 views

sharepoint 2010 dynamic form web-part

I am working in SharePoint 2010. We have a collection of pages for a knowledge base and are trying to ask our viewers if they found the article helpful. We would like to create a reusable form ...
0
votes
0answers
8 views

website.map security trimming nested nodes in asp.net

I have a menu based on website.map. When I am implementing Security Trimming for some of my roles. It is working correctly for root nodes but when I am trying to specify different roles of nested ...
-1
votes
1answer
47 views

Object Reference in asp.net [closed]

I am relatively new to ASP.NET. I am working on a website project, and want to use the inbuilt database ASPNETDB and link in a couple custom databases. The problem is when I try to implement the ...
1
vote
3answers
28 views

Remove selected from checkboxlist

I've looked up many things and taken many suggestions, but for some reason can't seem to figure out why this code is not working to remove the selected items from my checkboxlist: void ...
0
votes
0answers
15 views

internal Button/link click tracking application for a website

The requirement is pretty simple but I'm struggling to find any application that meets it. We have an existing ASP.NET WebForms 2.0 site. uses the AjaxToolkit and jQuery 1.4. The system ...
0
votes
2answers
21 views

how to hide a column of gridview when I add data in rutnime?

I do this to add data to a gridview Dim dSource As New SqlDataSource dSource.ConnectionString = MyConnectionString dSource.SelectCommand = "select..." GridView1.DataSource = dSource ...
1
vote
1answer
23 views

Creating dynamic search results and filters - should I use Javascript?

I am looking for advice on which web programming languages can achieve the following objective: I am building a website which will allow users to initially search a mysql database I have. The results ...
0
votes
0answers
16 views

Simplest way to get 5 most recent tweets from twitter for ASP.Net Webforms

With atom feeds gone I need a quick and simple solution to show my most recent tweets on my site. Widgets are not an option since I need to be able to customize the way the tweets are displayed on the ...
0
votes
0answers
15 views

Ask for a Response Header to be returned by client browser?

We are attaching a custom response header to our page responses. Is there a way to ask the client browser to return that response header on subsequent post-backs (as a request header value)? ...
0
votes
0answers
18 views

I want to know how to collect data from an html webform into a manageable site for administrative purposes

I have set up a web form (html5 , javascript) which requires any user to enter their Name(first, last), email, phone number, company, job titled, titled, and reason for VPN access. I would like to ...
0
votes
0answers
6 views

Web.UI.WebControls.WebControl.RenderContents() and Chart.GetHtmlImageMap() ImageMap incorrect

Background I have the dubious honor of rewriting a very broken scientific charting interface with ASP.NET Webforms. One of the requirements was to support simplistic zooming onto via clicking on the ...
0
votes
2answers
21 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
1answer
12 views

ASP.Net WebForms using Windows Authentication

I'd like to play about with WindowsAuthentication but am seemingly falling down at the first hurdle. So I created an empty ASP.Net Webforms app and amended the web.config as so: ...
0
votes
0answers
13 views

How to stop control from losing focus on ajax in asp.net webforms

In my web forms application I have a side panel with a timer that auto-refreshes its contents. But when it does that whatever control has focus on the main page loses the focus, is there a way of ...
1
vote
1answer
31 views

asp.net TextBox select only certain text

I want to select a certain area of a TextBox control in asp.net WebForms application. The situation is that the textbox contains email addresses seperated by ;. I wrote a little MailValidator class ...

1 2 3 4 5 279
15 30 50 per page