| Thread | Last Post | Replies |
|
| Populating DropDownLists with AJAX - Beginner | 01 Apr 2007 00:59 GMT | 1 |
I have a couple of DropDownLists in a DetailsView control (your classic country/state lists) and I need one to be populated based on the current selection of the other. Currently this works fine with a postback, but an AJAX solution would be a better way of doing things.
|
| Formview FileUpload and ObjectDataSource | 31 Mar 2007 22:39 GMT | 5 |
I want do my insert to a database using a formview bound to an objectdatasource. I also want to upload a file. I'm quite new to and this is just test code but Is there any way I can pass the file as a byte array and manipulate it in my business object. Currently what I have is ...
|
| Using a custom character as the bullet in a BulletedList | 31 Mar 2007 17:00 GMT | 6 |
I am creating a BulletedList and would like to use a - as the bullet. However, I could not find a way to do this using the properties for the BulletedList control. Is there a way to use a specific character for the bullet without manually adding it to each ListItem? Thanks.
|
| Are VS 2005 Express Products real VS 2005? | 31 Mar 2007 16:52 GMT | 4 |
Just found out that there is an Express Products edition for VS 2005, and it is free for downloading from Microsoft web site. Is this just an evaluation version? Or a real VS.net 2005 for small projects? If we just want to develop ASP.net web pages using VB.net, will these
|
| How can I replace a <frameset> with an <object> aka IE6/strict box model (and hacks). | 31 Mar 2007 16:51 GMT | 5 |
According to this <http://css-discuss.incutio.com/?page=BoxModelHack> IE6 will display differently to the W3C standard. Only IE6/strict and I suppose IE 7 display correctly. IE 6 transitional and frameset are wrong.
|
| autoscroll to bottom | 31 Mar 2007 16:24 GMT | 2 |
Hello all, I am trying to get my web page (asp.net 2.0) to scroll to the bottom automatically on a post back. The code I used previously dosn't appear to work anymore. Can someone please help? Here is what I used before:
|
| Kerberos Authentication for ASP.Net? | 31 Mar 2007 15:10 GMT | 1 |
I have a client that wants his new asp.net app to be authenticated using Kerberos instead of forms authentication. I used Kerberos years ago for logon security for users to long on to NT. However I am at a loss to understand how it would work for asp.net authentication.
|
| what is 8.3000000000000004E-2 | 31 Mar 2007 15:04 GMT | 11 |
I reading through an Excel xml file reading numbers and putting them into columns in a grid. I come upon this file (that excel can read just fine) where I encounter: <Cell ss:StyleID="s28"><Data
|
| What's the proper way of reading cookies? Request.Cookies("mycook") doesnt work | 31 Mar 2007 14:53 GMT | 3 |
May I know the standard way of reading in cookies in ASP.net using VB.net? In classic asp, i can do this: If request.cookies("user") = "abc" then
|
| InnerHTML drops leading tag in SELECT | 31 Mar 2007 14:16 GMT | 10 |
I am relatively new to XMLRequest, DOM and Ajax but I really like the functionality. I have the DIV and SPAN changes working well but I thought that I would experiment with changing the actual innerHTML of each control rather than changing the whole control inside of a DIV.
|
| globalization settings | 31 Mar 2007 08:08 GMT | 1 |
I am krishna in India.I developed Asp.net application the default culture settings is <globalization culture="en-US" uiCulture="en-US"/>.I need change globalization settings for UK.How to modify the web.config file ?.What is coorect culture for UK and India?.
|
| Deleting controls & their data from ViewState | 31 Mar 2007 07:51 GMT | 1 |
With ASP.NET 2.0: I have managed to create controls dynamically in an asp:table, populating them with database info, and even adding empty rows of controls for adding new data to the database. For all this to work I add a ViewState counter, so
|
| Tree View | 31 Mar 2007 07:46 GMT | 1 |
I am getting a list of months and years and the number of posts in each month from a database: SELECT YEAR(PublishedDate), MONTH(PublishedDate), COUNT(*) AS POSTS FROM Table
|
| VS 2005 symbol file | 31 Mar 2007 06:47 GMT | 2 |
Couldn't find a VS 2005 group so I'll post this here. If anybody knows where a VS 2005 group is, please respond. For some reason, the VS compiler stopped producing the symbol file (.pdb). I've tried several things I found on the web and none of them worked. I've
|
| ASP.NET 2.0 - File Upload - Progress Bar | 31 Mar 2007 06:47 GMT | 3 |
Please let me know any approach in creating a progess bar control for file upload in ASP.NET 2.0? How can I get the transfer rate of the file, like how much bytes have been moved up...
|