| Thread | Last Post | Replies |
|
| openfiledialog | 31 May 2007 07:03 GMT | 1 |
Does anyone have an idea of how to implement an openfiledialog for an asp.net webapplication? thanks B
|
| Creating a Multi-Line Button Control | 31 May 2007 06:56 GMT | 1 |
I have a Button control whose text property is "Move To Archives". Because this makes a relatively wide Button when the text is all one line, I want to put a line break between the words "Move To" and "Archives". However, if I specify the Text property as "Move To<br/>Archives" ...
|
| Problem with DataBinder.Eval | 31 May 2007 04:55 GMT | 1 |
I am trying to bind data to my GridView from a field that has 2 of the same Field Names. However I keep getting an error when I try to get that data. I allowed the GridView to AutoGenerateColumns. The column name that I want to Bind manually returns with a header of Table1 ...
|
| Trouble with office Sharepoint 2007 and dotnet 2003 | 31 May 2007 03:23 GMT | 1 |
I am new to Sharepoint Server. I was just trying to install sharepoint server and work with it. I wanted to access the sharepoint server services with dotnet and work with it. I just installed the hsarepoint server on my system. Now i am in all sorts of trouble. I am now not
|
| Export to Excel | 31 May 2007 03:16 GMT | 2 |
Is there anyway to export a DataTable to Excel? Thanks
|
| Control Event | 31 May 2007 02:57 GMT | 3 |
I created a User Control (.ascx) in my web site. Inside this control I have a linkbutton. I want to fire an event when this linkbutton is clicked so that I can access that event on the page's code where my user controls is added.
|
| Debug in web.config | 31 May 2007 02:03 GMT | 2 |
I have <compilation debug="true"> in my web.config. The trouble is that I have to manually change this to "false" every time I publish the website. I tried moving this to global machine.config and web.config on the development machine, but then VS 2005 complains that there's no ...
|
| Session Timeouts | 31 May 2007 01:45 GMT | 7 |
I have developed an asp.net 2.0 app on my instance of server2003 and have set IIS to timout in 40 minutes (asp.net|configuration) and it works just fine - the app won't timeout until 40 minutes of inactivity passes. However when deployed to a production server2003 machine with the ...
|
| *.aspx = 404 | 30 May 2007 23:03 GMT | 1 |
We have our application installed at a client site on a Win2k3 box. IIS will serve *.html or *.txt, but when ever we try to get to any aspx files via IIS, we get a 404. We have deployed this app many times and it's always worked pretty well
|
| Sending Email with System.Net.Mail | 30 May 2007 22:26 GMT | 3 |
I switched from System.Web.Mail to System.Net.Mail, however I am now reconsidering that move because if I send an email to an email address in the form john.doe@yahoo.com, I receive an error message "The specified string is not in the form required for an e-mail address". I have ...
|
| Question About Publishing a Website In Visual Studio 2005 | 30 May 2007 22:24 GMT | 4 |
asp.net 2/C#/VS2005 I have a web app that uses a third party control. The control requires a license file that is located in the root folder of the website. Each time I publish the website, VS2005 does not recognize the file as one
|
| How to add a row into GridView? | 30 May 2007 22:14 GMT | 3 |
Hi Experts: I'm using asp.net 2.0 with Visual Studio 2005. I'm trying to use the GridView to display data. I need to programmatically add rows into the GridView. So far could not find a way to do it. I appreciate it if any one
|
| Need help with List(of T) (newbie) | 30 May 2007 21:55 GMT | 6 |
I'm trying to translate this little tutorial from C# to VB but am going wrong somewhere. I create a simple custom class in customer.vb Public Class Customer
|
| ASP.Net Caching Questions | 30 May 2007 21:38 GMT | 6 |
All, I am designing a system that will involve an IIS/ASP.Net application server. The main purpose of the application server will be to load large amounts of static data into memory and do fast lookups on it.
|
| Text from TextBox in DataList | 30 May 2007 21:29 GMT | 6 |
i have a DataList with a TextBox added by me: <asp:DataList ID="GradeDataList" runat="server" DataKeyField="id" DataSourceID="ProjectsObjectDataSource"> <ItemTemplate>
|