| Thread | Last Post | Replies |
|
| returning to different position after postback. | 29 May 2007 07:47 GMT | 1 |
Is it possible for a button to be pressed that causes a postback and then return to a different part of the page specified by a bookmark - ie move the user to the next section? Cheers,
|
| what happened to the controls of my Panel control? | 29 May 2007 06:43 GMT | 1 |
a simple web page that adds controls to a Panel control at run time. Problem is, on PostBack, all the controls I added to the Panel are missing! ViewState is enabled on the panel. What happened to the child controls of the Panel?
|
| Howto know if we are in Forms or Windows authentication mode ? | 29 May 2007 05:59 GMT | 2 |
I tryed to fix a variable with the current authentication mode, I tryed to use Request.LogonUserIdentity AuthenticationType for this but when I traced with this code if (Request.LogonUserIdentity != null)
|
| Control / Property. Going crazy here. | 29 May 2007 01:14 GMT | 1 |
I have a class where I created various controls. One of the controls have a property which is a generic list of WebControl. Then in web site page I have something like:
|
| <div style="display:inline;"> not behaving as expected | 29 May 2007 00:48 GMT | 2 |
I would like to use display:inline and other CSS attributes to build an entry form. Where the heading to the left of the text box is always a set width. It is not working so I am experimenting with two divs to get them to
|
| [OT maybe] ActiveX / .Net | 28 May 2007 22:07 GMT | 5 |
I'd like to try my hand at something slightly different, I would like to write a widget similar to the Microsoft Update widget, ok, not quite so clever admittedly, but I want to create something that will enable my browser to talk with the client PC, lets say to just list
|
| newbie: GridView vs DataList - DropDownList in edit mode | 28 May 2007 21:59 GMT | 1 |
I am writing ASP.NET application. I want to have a page with FormView for documents header and GridView or DataList for document positions. The control for document position should display positions in Excel-like table but although most of cells for columns should be TextBoxes, ...
|
| Correct way of handling time and daylight savings in a web app used globally? | 28 May 2007 21:36 GMT | 4 |
I have a web application in ASP.NET that will be used globally. Data is collected on mobile devices running Windows Mobile and sent to the web server where it is stored and can be viewed. Data is timestamped when it is sent from a PDA device to the server. I am writing software
|
| Dropdownlist change selection on client | 28 May 2007 20:31 GMT | 11 |
Hi group, I am trying to change the selection of an ASP Dropdownlist just like "Orange" is selected here: http://www.w3schools.com/js/tryit.asp?filename=try_dom_option_selected
|
| How to set my applicatiojn name ? | 28 May 2007 20:02 GMT | 1 |
A modified my web.config so the membership data is now verified against the data in my sql2005 express (using the aspnet_regsql.exe util ) When i add users the application name is set to / . So where do i set the application name ?
|
| Can't duplicate any field names in XML? | 28 May 2007 17:55 GMT | 4 |
Given an XML file (dataset.writexml), here is my output (simplified for this posting): <?xml version="1.0" standalone="yes"?> <NewDataSet>
|
| Which control for presentation | 28 May 2007 16:49 GMT | 3 |
I need a control which can present data in the following format: Header [Button] [Text 1 ] [ Text 2] [Button] I have looked at the databound controls and cannot readily see a good fit.
|
| find a website vistor location | 28 May 2007 15:24 GMT | 4 |
I wonder if anyone could explain some options for getting the location of a visitor of a website? For instance if someone from the UK visit a website designed for US citizens, how do I find out where the user is and redirect or notify
|
| Finding a PlaceHolder inside of a Repeater | 28 May 2007 15:05 GMT | 7 |
I am trying to programmatically set a placeholder control in csharp which is nested inside a repeater control between <ItemTemplate> and </ItemTemplate> tags, however I am running into problems. I've tried several different approaches for finding the placeholder:
|
| Strongly Type Datasets | 28 May 2007 14:48 GMT | 5 |
I am trying to create a strongly typed dataset is VS 2005 with the VS creating the stored procedures. It won't create the stored procedures. The SQL script it generates is based on a SQL login so the script looks something like:
|