| Thread | Last Post | Replies |
|
| Binding an array to a DropDownList | 13 Sep 2006 08:50 GMT | 1 |
I'd like to bind an array to a DropDownList and use the array index as the DataValueField. Is this possible? Thanks, Paul
|
| How to display GridView when Data is empty | 13 Sep 2006 08:27 GMT | 1 |
I use GridView in a Web Form. When the data is empty, it only who the EmptyDataText or EmptyDataTempate, and all the field is invisible How can I show all the field when the data is empty?
|
| Changing Datalist items at run time | 13 Sep 2006 08:27 GMT | 1 |
I am displaying 5 photos of a user(getting image path from database) and binding them to hyperlink control and adding that Hyperlink control to Datalist container in code behind file. Now I want to change last 2 photos of user with another image while loading
|
| Compress the code of .aspx files | 13 Sep 2006 08:19 GMT | 3 |
I need to improve the download speed for an asp.net 2.0 application. So I'd like to compress the dimension of the .aspx pages. These pages don't have any images or heavy element. The most long text of the pages is the javascript code that is
|
| sending mail giving an exception | 13 Sep 2006 05:57 GMT | 1 |
When i tried to send mails by using smtp authentication it was giving an exception "Could not access 'CDO.Message' object.". can any body help me. string smtpServer = "smtp.domain.com";
|
| help plz!! Replace bit value with Image and bind it to repeater | 13 Sep 2006 05:47 GMT | 2 |
I am struggling to replace a bit value 'True' or 'False' with a image true.gif or false.gif and bind it to a repeater control. I am getting values 'true' or 'false' depending on whether user is logged in or not(with asp.net membership provider)
|
| masterpage newb question | 13 Sep 2006 05:34 GMT | 2 |
I want to use a master page so that all my pages have the same look but it seems odd that once you create a master page you only have a little content window to work in for the rest of the pages. Since the content object is not resizable this makes designing the content pages ...
|
| How can I keep the dropdownlist from populating my gridview? | 13 Sep 2006 03:50 GMT | 6 |
I have a gridview and a dropdownlist. If I change the ddl, the gridview populates. That is what I want. But what I don't want is for it to happen the first time they get to the page. I know I can add a "Select Item," but is that the correct way to do it? I don't want it
|
| Atlas/JavaScript getting started problem | 13 Sep 2006 03:34 GMT | 2 |
I'm trying to get started with Atlas and associated necessary javascript at the same time. I started out at http://atlas.asp.net/walkthroughs/gettingstarted/basic.net where they have an application (which I have pasted below) that displays a string returned
|
| How do I fix my querystring value? | 13 Sep 2006 01:26 GMT | 2 |
I need to pass a querystring parameter that contains the relative path and querystring of another page. For example: http://www.mysite.com/default.aspx?name=~/news_view.aspx?articleid=9&comment=new when I do this and retrieve the querystring["name"] I only get
|
| Controlling datagrid column width when there are no records. | 12 Sep 2006 22:45 GMT | 1 |
I have several datagrids stacked one above the other that are all sized to 95% width. Each grid has two columns, with the second columns' widths set to 70px (so the first column's width is not set and it flows to fit the rest of the grids with). This works great for my needs and
|
| Logon Box | 12 Sep 2006 22:37 GMT | 2 |
I am sorry for such a simple question but it is an urgent issue. I have a domain control and my Win2003 server is amember of domain, I want to use Integrated Windows Auth. but when I connect to my asp.net 2 application it is still asking for username and password?
|
| ExecuteReader requires an open and available Connection. | 12 Sep 2006 21:52 GMT | 6 |
We are intermitantly receiving this error on our website. ExecuteReader requires an open and available Connection. The connection's current state is connecting. Following is the code from the Load event of the aspx page. The last line is where the error occurs. Does anyone
|
| Login doesn't work | 12 Sep 2006 21:44 GMT | 4 |
I've followed everything to a T, and in fact got logging in working on another site, but for some reason that I'm not able to see....logging on for this new site doesn't work. It just doesn't find any members in the MembershipProvider (put in some
|
| create thumbnail of a website | 12 Sep 2006 21:21 GMT | 3 |
I need to create a thumbnail (gif, ico or jpeg) of a web page. Any ideas how to do it in aspnet 2.0 ? I tried looking around for some code but didn't get much. Thanks
|