| Thread | Last Post | Replies |
|
| tableless design + asp.net master pages | 30 Sep 2008 23:50 GMT | 4 |
can any one point me to a good link on tableless design + asp.net master pages TIA
|
| Determine if decimal value too large | 30 Sep 2008 23:09 GMT | 1 |
How can I determine if a value the user entered is too large for a decimal datatype? for instance, if the user enters 12345678901234567890123456789 and my variable
|
| problems with DropDownList.SelectedValue | 30 Sep 2008 22:11 GMT | 3 |
I'm trying to set the selected item on a dropdownlist on my c# asp.net page. Here's the code... private void Page_Load(object sender, EventArgs e) {
|
| Getting Profile info for different users in a GridView | 30 Sep 2008 22:07 GMT | 1 |
asp.net 2.0 I have a webpage with a gridview. Each row in the GridView contain info about a user (Membershipuser, standard asp.net 2.0 membership). One of the columns in the GridView is a BoundField containing username. I don't know if
|
| gui to rename a database | 30 Sep 2008 21:31 GMT | 1 |
I've found the VB/C# statements to rename a database, but isn't there a gui method that will allow me to rename a database? How about moving the files to a new location. Is that possible? Thanks
|
| converting ascx to dll ? | 30 Sep 2008 20:30 GMT | 5 |
i've made a Web User Control (ascx file) i want to convert it to "dll" file and put it in my toolbox ofcourse i 've built my project but the dll of my Web User Control is useless
|
| problems upgrading vs2003 project to vs2005 | 30 Sep 2008 20:28 GMT | 4 |
I have a vb.net web project that was created in vs2003 and uses crystal reports. I no longer have vs2003 but now have vs2005. I was able to use the wizard and the project builds but when I view the controls I get the error, could this be a permissions issue,
|
| Where is ... Microsoft ASP.NET 3.5 Extensions Preview? | 30 Sep 2008 20:26 GMT | 6 |
Anyone now where is the Microsoft ASP.NET 3.5 Extensions Preview ? I enter on the http://www.asp.net/ajax/downloads/ and I click "download the preview" and it seems that file is not exists. Im trying download this for about month.
|
| get generated id of a control? | 30 Sep 2008 20:19 GMT | 2 |
in .net when i have a hyperlink control in a datagrid, i set it's ID on the page to Hyperlink1. but when i check it's ID when viewing the source of the web page i get this: dg_ctl02_Hyperlink1
|
| Manage links in CMS | 30 Sep 2008 19:55 GMT | 1 |
I am building an application that basically consists of 2 sections, a download list of over 1000 articles and then a content side to the website, however the author of the content would like to include links to these downloads in various places amongst the text, no real
|
| Track unique IP Address | 30 Sep 2008 19:31 GMT | 11 |
I have a web app that is running a photo competition. Basically any user should be able to vote on a photo with a rating between 1 and 5. At the end of the competition the photo with the highest average rating wins the competition.
|
| what gridView method should I use? | 30 Sep 2008 18:51 GMT | 1 |
asp.net 2.0 I have a GridView which contain a BoundField, I need to set the value for this BoundField programatically. So i'm wondering what method I should use to set the value? I must do this
|
| w3wp.exe and high CPU Load | 30 Sep 2008 18:31 GMT | 8 |
one of my servers is running windows 2003 and IIS 6.0. We have big performance issues on that server and I found out that a high CPU usage iniciated by w3wp.exe causes the problem. I couldn't find out what to do on the server itself. I think it must be the application runnig on ...
|
| sending email using SMTP in asp.net | 30 Sep 2008 16:51 GMT | 3 |
using SMTP to send email. is there any settings need to be configured apart from Host name and Port, while sending emails using SMTPClient in .Net? when i try to send mail to ids which has only one dot in the domain
|
| exporting to pdf | 30 Sep 2008 15:36 GMT | 1 |
We have a requirement in which we have used a custom page to display the data in a gridview. Now the enhancement to it is to export the selected columns(data) in the grid to a pdf file(with images and specified format).
|