| Thread | Last Post | Replies |
|
| Radiobutton Issue | 15 Sep 2006 22:55 GMT | 4 |
In html and ASP, I would easily code radio buttons as needed, such as: <input type="radio" name="question1" value="1">1</input> <input type="radio" name="question1" value="2">2</input> <input type="radio" name="question1" value="3">3</input>
|
| Autocomplete type find | 15 Sep 2006 22:37 GMT | 1 |
I am creating a page that does a lookup on a contacts table in my database. What is the best way to have the user type in part of the name and then display those that match? An autocomplete database bound text box would be ideal but thats probably not available so I would like ...
|
| question about throwing some xml into a grid view at runtime | 15 Sep 2006 22:27 GMT | 5 |
Before I begin, here's some background to the problem. I'm working on a web app which deals with maps. Via a browser, the users can zoom in, zoom out, and pan around a map of their geographic region. The users can also click a button called "identify". When they do this the ...
|
| Updating Parent TextBox from Child Popup Window | 15 Sep 2006 22:25 GMT | 2 |
I am trying to create a popup window that will give a user the option to lookup a value and return it to a textbox on the parent page. Here is my relevant code: Code on Parent
|
| Object Element | 15 Sep 2006 20:50 GMT | 1 |
I try to use Windows Control Library on my page and call it using OBJECT element <object classid="http:WinControl.dll#WinControl.UserControl1" width="100" height="50" />
|
| Height of Master Page | 15 Sep 2006 20:29 GMT | 5 |
Newbie here again. I have a master page setup that is a two-column table. The left is a table of contents, the right the target. I want the left column to always take up 100% of the height of the browser (or, to put it another way, I want the
|
| .net environment - prerequisites | 15 Sep 2006 20:21 GMT | 8 |
i deployed and tried to run my asp.net project on a newly-formatted pc and some parts of the project didn't work. the new pc has iis, .net framework with same version, all required dlls are registered, all permissions are set. windows updates are done.
|
| newb: client script with asp.net | 15 Sep 2006 20:16 GMT | 3 |
I need to add extensive validation and interaction client scripting to a web form. I've done some initial searches for "asp.net and client scripting" and I've found a couple articles that show methods like "register script block" and what not. None of these methods will do ...
|
| How to access content page from inside master page | 15 Sep 2006 20:11 GMT | 2 |
Is it possible to access the classname (or type) of the content page from inside the master page? I'm trying to do some security model in the master page, without having to add to each individual page in the solution.
|
| Culture | 15 Sep 2006 20:04 GMT | 3 |
I am working on a multilanguage Asp.Net 2.0 web site. I need to do the following: 1. Set a default culture in Web.Config File. 2. Create a function which changes culture when pressed.
|
| Calendar Help in ASP.NET 2.0 | 15 Sep 2006 19:56 GMT | 3 |
I have a calendar and a textbox right below it on my webpage. I need help with creating some code to display information about the date the user clicked in the text box below it. For example, they clock on August 13th, and in texbox1, it will say
|
| AlternatingRowStyle and multiple rows: | 15 Sep 2006 19:53 GMT | 2 |
Instead of alternating style row by row is it possible to alternate style for group of rows: For example I am displaying all the employee information in a grid view sorted by department. I want to alternate the style by departments (i.e
|
| Google like style pager for GridView | 15 Sep 2006 19:47 GMT | 1 |
Hi, I need a liitle help with build of my custom pager for gridview...I made this kind of pager..I looks like this: << < 1 2 3 4 5 6 7 8 9 10 > >> Well...it's no bad but I wannt something like google pager:
|
| Membership SQLDataProvider | 15 Sep 2006 19:30 GMT | 6 |
What is the best way to store custom information in the database when using the Membership class? I need to store an access level and I know I can write to the database manually but I was wondering if there was something built in for this.
|
| DataTable record access | 15 Sep 2006 19:08 GMT | 2 |
Is there any way to directly access a DataTable record, or is sequential access the only way? Does having a foreign key contraint between parent and child DataTables in any way facilitate accessing child table records? Thanks,
|