| Thread | Last Post | Replies |
|
| IsPageValid - has anyone used this for field validation? If so, can you recommend a tutorial on it? | 27 Jun 2007 08:26 GMT | 3 |
It appears as though we will have a new coding standard for field validation that includes "IsPageValid". I've been unable to find anything about this on the "microsoft.com" site by googling "IsPageValid". Anyway, does anyone have any experience with this technique, and if so, ...
|
| Helper function in page_load sub; resultset from SqL | 27 Jun 2007 08:12 GMT | 1 |
I'm kind of new to asp.net from classic asp, I need to get records/ fields from a resultset to display on aspx page (no datalist, repeater, or datagrid): <script runat="server">
|
| ASP.NET 2.0 Form Authentication in different folders- problem | 27 Jun 2007 08:06 GMT | 5 |
I have the following structure of my web-site root | -folder1 (secure)
|
| Generic.List. Is this possible? | 27 Jun 2007 06:18 GMT | 2 |
I have a Generic.List of a structure that has 3 variables: name, value, amount How can I alphabetically order the items in the generic list by using the name variable?
|
| Flash menu doesn't work if the seesion is expired | 27 Jun 2007 03:06 GMT | 3 |
We created a website for our customer to check their order status. We are using login controls, authentication mode="Forms", SqlMembershipProvider, and all asp.net security. User has to login when he access the website first time and then he can click Flash menu to go to every ...
|
| "FileUpload" and Mobile | 27 Jun 2007 02:36 GMT | 3 |
I see that the "FileUpload" web control is not compatible with the "MobilePage" model - and I guess I understand why. But many mobile phones *do* support <input type="file" />. Is there a control that renders this and does the job? If not, I'm a little lost about how I do this in ...
|
| How to display a "loading page, please wait" box... | 27 Jun 2007 02:11 GMT | 5 |
I cannot figure this out and would appreciate any help..... I have a datagrid view that displays the results from a Stored Procedure. it can take awhile to load..... the stored procedure fires when a Calendar is clicked. ( a date is part of
|
| Columns in Dropdown list and list box | 27 Jun 2007 02:08 GMT | 3 |
Is there a way to add columns to the drop down list and list box controls so I can show multiple columns? My DBA refuses to allow concatenation in SQL
|
| Unable to play .wav file on WMP | 27 Jun 2007 01:59 GMT | 1 |
I am trying to play a file from my ASP.NET application on the client's browser using a link like: <a href="../sounds/21.wav">Play</a> When I click the link, WMP opens and I get the following Error
|
| Group TextBox | 27 Jun 2007 00:05 GMT | 2 |
Using Asp.net 1.1 Is there a way to have a group textbox? For example, Address, which consists of street, city, state, zip, instead of making a textbox for each one?
|
| potentially dangerous Request.Form value was detected | 26 Jun 2007 23:50 GMT | 2 |
getting this "potentially dangerous Request.Form value was detected" exception with a textbox which I have populated with some source code. I think I am getting the exception when I click OK on the web page, but that is one of my question, so I am not sure ;)
|
| GridView Checkbox Control | 26 Jun 2007 22:42 GMT | 1 |
Does anyone know how to keep a checkbox checked when paging through a gridview. I have a check box control and when I check it, go to page 2 and then back to page 1, it is unchecked.
|
| immutable data | 26 Jun 2007 22:37 GMT | 4 |
What does the term immutable mean? Could you please explain me with examples.
|
| How to drag a contol into a table cell | 26 Jun 2007 21:59 GMT | 12 |
I have a table on my page with rows and cells. I try to drag a table from the toolbox into one of the cells but the drag symbol shows it is not allowed (and the table does not drop) Can I inset a table into a cell?
|
| <asp:ScriptManager> tag interferes with javaScript createCallOptions/behavior? | 26 Jun 2007 21:50 GMT | 2 |
I have a web app that uses some javaScript behaviors (using the createCallOptions method) that go off and call webmethods and return/ display data on the web page. When I introduced the DragPanelExtender, my behaviors started firing
|