| Thread | Last Post | Replies |
|
| CheckBoxList | 08 Nov 2007 12:50 GMT | 2 |
I created a CheckBoxList at runtime and added a few items. How can I define when a item is selected or not by default? Thanks, Miguel
|
| what's different between asp application and web site | 08 Nov 2007 12:05 GMT | 6 |
I posted this in wrong group, so just re-post here. There are two ways to create web-based application or web service, from VS start page, click on File and New, two options you can choose, one is Projects which leads you to create ASP.NET Web Application or ASP.NET Web
|
| make full Screen onLoad | 08 Nov 2007 11:00 GMT | 2 |
I want to make my login page fullscreen as when user types in the URL in the browser. the browser changes to fullscreen (like window.open(theURL, '', 'fullscreen=yes, scrollbars=no')) and opens my login page. ?//
|
| Help with Starting New Web Application | 08 Nov 2007 09:48 GMT | 1 |
I have a friend that I am trying to help get started into asp.net development at my company. He was assigned a task to build a data entry / reporting web application and only has about 10 days to do it. The database will contain only 3 main tables to enter data and about 4 or 5
|
| how to use contentPlace holders in a table that isn't in a master page | 08 Nov 2007 09:13 GMT | 1 |
Hi... I have to put some html code inside a table that is on a aspx page that isn't a master page. How do you use contentPlace holders to do that?
|
| Sharing a Validator | 08 Nov 2007 07:53 GMT | 8 |
I have a form that contains a number of fields, all of which have validators. There are two submit buttons, one to update a record and one to add a record. Because the only difference in validation is to make sure someone is not using a username that is already in use, I would ...
|
| Example for dynamically added controls | 08 Nov 2007 07:46 GMT | 13 |
Can somebody tell me or show me an example how to add a textbox and a button dynamically by code to an apsx page and how to read the filled in value from the textbox after the user has clicked the button? I have tried this without success because after the user has clicked the
|
| UpdatePanel trigger in different usercontrol. | 08 Nov 2007 07:34 GMT | 1 |
Scenarion: In an ASPX page I have a user control embedded (actually embedded in MasterPage), based on completion of a AJAX call in the user control it needs to update a Grid view which is actually another user control.
|
| How to tell if a URL contains a file name? | 08 Nov 2007 07:26 GMT | 3 |
I am using httpwebrequest and httpwebresponse. URLs may or may not contain a file name: http://www.domain.com/default.aspx http://www.domain.com
|
| Generated JavaScript vs. Manually Created JavaScript: Which one comes first? | 08 Nov 2007 07:24 GMT | 4 |
There are many cases in which I want to use the same event for manually added JavaScript as one that is used for generated JavaScript. For example, when I set the AutoPostBack property of a TextBox to True, the JavaScript onchange event is used. However, I may want to execute a ...
|
| ClientScriptManager.RegisterForEventValidation trouble | 08 Nov 2007 06:02 GMT | 4 |
Maybe someone out there can point me int he correct direction for a fix to a problem I'm having. I've setup a user control with two list boxes. One starts with a full list of items, the other one completely empty. I've setup a client-side javascript function that allows the
|
| making a online poll system | 08 Nov 2007 01:49 GMT | 1 |
Does anybody know how to create an online poll generator? or be able to put me to a place that can help me out?
|
| Voting online, how to | 08 Nov 2007 01:42 GMT | 2 |
How to make sure that one person votes only once or make it difficult enough. cookie, IP, Browser Info What is the max amount of info I can get on the client'
|
| problem with ListItem databinding | 08 Nov 2007 01:15 GMT | 1 |
I got some old code from a leaving colleague and it is like this: List<ListItem> subProductGroupList = new List<ListItem>(); for (int i= 0; subProductCount < classA.Length; i++) {
|
| VS2005 not showing events window in property pane for any web controls | 08 Nov 2007 00:47 GMT | 2 |
I have an interesting problem. I wanted to see the events available for a control. Yesterday it was a button, today it is a TreeView. When I right click the treeview and go to properties, There is no events button in the toolbar... Any idea how to get it back?
|