| Thread | Last Post | Replies |
|
| Reading .gz files | 20 May 2008 18:58 GMT | 1 |
I'm an affiliate of several online merchants. These merchants all offer data feeds to their affiliates and I'm desirous to work with them. However, these feeds are gzipped (.gz file extension). I don't know what to do. The merchants don't offer their feeds in xml as that would ...
|
| could you do this with a gridview | 20 May 2008 18:56 GMT | 4 |
Hi I need to build a grid and when the webform loads the grid is displayed with 2 columns containing populated dropdown lists (I think use template columns for these) plus 2 columns as check boxes and 2 columns as text boxes for data input. I need the user to be able to add ...
|
| Drop down not selecting properly | 20 May 2008 17:00 GMT | 3 |
Another problem... My drop down is always defaulting to selecting the first item in the drop down, even though I've got code specifically to change it to a different item:
|
| Visual Studio becomes incredibly slow. | 20 May 2008 16:57 GMT | 1 |
I have a project that I've been working on for about 4 months. It seems like Visual Studio is getting slower and slower when I tell it to debug the app. I just rebooted my machine and so far it has taken 5 minutes and the web site hasn't started yet.
|
| Access Control in ItemTemplate | 20 May 2008 16:38 GMT | 2 |
I have a GridView control with one column a TemplateField that contains two buttons. I'd like to hide one or both button based on the row number. Can anyone provide some tips on how I can do this? Thanks.
|
| Text recognition in ASP.Net | 20 May 2008 15:20 GMT | 8 |
I am using ASP.Net / VB.Net v 2005. I want to add text recognition to one of the text box of suburb in my form. What I want to do is when user type any character in that text box, one dynamic list appear under that text box having all suburb
|
| Problem with ajax slider control in Firefox | 20 May 2008 14:33 GMT | 1 |
I have created page with few slider controls which work just fine in IE , but when comes to Firefox it just seems that FF cannot load them on first attempt. Every time you have to reload page in FF to get controls displayed and work properly. Its very annoying. Here is
|
| Difference between GetHashCode() method and ComputeHash() | 20 May 2008 13:29 GMT | 2 |
I am trying to encrypt password for a user record in a sql database. I want to know what is difference between or which is better and efficient for encryption GetHashCode() method from object class or ComputeHash() method from MD5CryptoServiceProvider class.
|
| password recovery | 20 May 2008 13:01 GMT | 1 |
I have the following code that I used it in password recovery: Dim mail As New MailMessage() mail.From = New MailAddress("husam_108@yahoo.com") mail.To.Add("husamalahmadi@hotmail.com")
|
| How to get the keycode press in a web form | 20 May 2008 10:53 GMT | 3 |
How to get the keycode press in a web form Vincent
|
| Setting Doctype from codebehind ? | 20 May 2008 10:41 GMT | 6 |
I am searching for a way to generate automatically from codebehind the <!Doctype....> for asp.net pages using .net 3.5 c# and vs2008. Subidiary question: if I do a server transfert in my codebehind, do I need any Doctype or html tags in the page ?
|
| DataList ItemCommand using Placeholder Ctrl | 20 May 2008 09:55 GMT | 1 |
I have a Datalist where each row has TextBoxes and Dropdowns that are created dynamically. The code renders correctly and is very similar to this sample I found http://www.codeguru.com/csharp/.net/net_asp/controls/article.php/c12495/
|
| Why do you need mobile web applications? | 20 May 2008 08:12 GMT | 6 |
I am reading some stuff in self paced course 728 about mobile applications. But the first thing that comes into my mind is, why do I need to build special server side code, if the browser happens to be a mobile device? Cannot mobile browsers access normal websites? Should I copy ...
|
| Gridview displays old data | 20 May 2008 05:12 GMT | 2 |
I have a gridview that is based on parameters. When the select statement does not return any rows, I want to display a label that says 'nothing found'. It works the first time there is not data, but after that, it displays what the previous select statement retrieved. How do I ...
|
| Using the same membership provider for more than 1 web application | 20 May 2008 03:34 GMT | 2 |
I have a database with asp.net membership inside it. How would I use it for 2 or more web applications at the same time?
|