| Thread | Last Post | Replies |
|
| Changing TextMode to Password results in empty value | 30 Oct 2007 19:12 GMT | 4 |
I have a simple user-form which accepts contact and profile information for the user to edit and save. All the textboxes are working fine and displaying the expected data, both when the screen is first displayed and after a save of changed data. The text boxes are being populated ...
|
| Check Box List Selected Items | 30 Oct 2007 18:55 GMT | 3 |
I've a multiview with 3 views. on view 2 the user is presented with a check box list (items from database) at view 3 the user can review their selections and, either post to the database or go back and amend their selections (all selected data is held in an extensive profile ...
|
| need suggestions on dropdownlist with "ALL" item... | 30 Oct 2007 18:36 GMT | 10 |
I have a databound dropdownlist. It is acting as a "filter" for a gridview. I wanted to add "ALL" to the first item on the list. Question: In the SQLDataSource (that the ddl is bound to) how do you suggest I handle the WHERE clause? If the ddl is set to "ALL" then I don't
|
| [CONTROL] emulating NewsReader features | 30 Oct 2007 18:23 GMT | 2 |
I'd like to implement the Newsgroup functionality on an AspNet 2.0 page. I don't need all the thousands of usenet groups, but only one.
|
| GZip - Javascript code | 30 Oct 2007 17:49 GMT | 4 |
Can I use a JS file which was compressed with GZip in my Asp.Net project? What should I do to be able to use it? Thanks,
|
| SqlDataSource databinding a listbox | 30 Oct 2007 17:27 GMT | 4 |
This probably applies to controls other then the listbox but it's what I'm having my problem with now. Can anyone tell me if the databinding event is called late in the cycle or not. I ask because when I use a declaritive SqlDataSource control with my list box I am checking the
|
| Title Bar in IE7 | 30 Oct 2007 17:23 GMT | 2 |
I'm testing my application with IE7 and I've saw that the title bar show the web address and then the document.title. In this link there is a image with the problem. http://cablemodem.fibertel.com.ar/jonathanxm/IEBar.jpg
|
| How to scroll ASP.NET Content Area - AJAX Animation Possibly? | 30 Oct 2007 16:46 GMT | 2 |
HI. I need to create a small area within an aspx page, which contains up and down buttons. The user will click on the up/down buttons and content inside the small area will 'page', just like for example if you are paging through a PDF document.
|
| confirm in asp.net | 30 Oct 2007 15:07 GMT | 6 |
The following was posted in microsoft.public.dotnet.languages.vb - but they sait it could not be done, and that I should have posted here instead. I am using vb in asp.net and I need to have a confirm in the middle of my code(code-behind), but cannot get the confirm to display when ...
|
| ASP.NET Database Abstraction | 30 Oct 2007 14:58 GMT | 3 |
I'm a PHP programer moving to ASP.NET for this project I'm working on. The project I'm working on will require that the ASP.NET application support multiple databases (e.g. Oracle, MySQL and MSSQL). I've done some google searching but am not finding an answer
|
| iframe ie7 and height setting not working | 30 Oct 2007 14:02 GMT | 4 |
I am using a I frame in a page and trying to set the height to height=100% and it is not working. If I use height=600px it works. I find some stuff about the DOCTYPE on the internet but changing the doctype does not work. Maybe I am using the incorrect doctype.
|
| OnInit and Page_Init | 30 Oct 2007 13:34 GMT | 2 |
hey all, Is OnInit and Page_Init the same thing? thanks, rodchar
|
| cookie.domain bug?? | 30 Oct 2007 12:46 GMT | 2 |
Is this a bug? I am trying to write a cookie that can be accessed by various .Net applications on our domain. However, whenever I add the domain property to the cookie, no errors get thrown but the cookie doesn't get written. I am trying this from my localhost using
|
| Imagebutton and Gridview | 30 Oct 2007 12:30 GMT | 1 |
I have a gridview in which i have a templatefield. In the templatefield i have an imagebutton which is used to bookmark records when a record i bookmarked i would like to change the imageurl of the imagebutton but only on the bookmarked record.
|
| Cookies | 30 Oct 2007 12:24 GMT | 1 |
I have a problem with saving values into cookies. In a grid i have a imagebutton which which rowcommand looks like this Dim BookMarkCookie As New HttpCookie("BookMarks")
|