| Thread | Last Post | Replies |
|
| WC3 Transitional Complence and Menus VS2005 | 22 Sep 2007 08:42 GMT | 7 |
I dont know if anyone has discovered this problem, but the code being output by the menu conrols seems to produce invalid transitional code and I end up with this message from the validator Line 43, Column 286: there is no attribute "valign".
|
| Where do we output exception messages from App_Code\MyClass.cs? | 22 Sep 2007 05:01 GMT | 2 |
In a web application, we do not have access to the Console. And quite often, in order to share a class across the entire web application, we put it under App_Code. Normally, classes placed under App_Code do not inherit
|
| Message Box for confirmation | 21 Sep 2007 22:35 GMT | 2 |
I have a asp page. I have a form View. In EditTemplate I have a delete button. When I click on that delete button In OnClientclick it should give me message. Are you sure you want to delete this user?
|
| Can I embed an IE control in a webpage? | 21 Sep 2007 21:45 GMT | 18 |
OK...Don't ask why - it'll just make ya mad. It makes me mad just thinking about it. I swear....if I didn't need this job, I'd tell 'em where to embed their webbrowser control. But, since I do need it, here are my questions... Can I embed an IE activex control in a webpage? I ...
|
| GridView button column click | 21 Sep 2007 21:29 GMT | 1 |
How to programaticaly in GridView check that my ButtonColumn was clicked?? I've tried sth like this: protected void MyGridView_SelectedIndexChanged(object sender, EventArgs e)
|
| aspnet confirmation from Client | 21 Sep 2007 21:15 GMT | 5 |
I have a page written in C# asp.net, which allow users to select and delete records. Once user selects the record to be deleted, I will confirm with the user, something like "Are you sure you want to delete the selected
|
| VS 2005 web site publish | 21 Sep 2007 21:08 GMT | 1 |
When I publish our web site to the web server, the vssver2.scc source safe file get's published to the bin directory then the next time I publish I get a publish failed error because this file cannot be overwritten. I have my Publish properties set to only publish files needed to ...
|
| Creating html from asp bulleted list in listitem | 21 Sep 2007 20:05 GMT | 1 |
Hello, I am trying to recreate some html using the bulleted list in asp.net. Here is the html: <ul>
|
| e-mail looses formatting | 21 Sep 2007 19:37 GMT | 1 |
I am sending an e-mail message from my ASP.NET 2.0 application. The body of the message is coming from a database and formatting has already been applied to the text. My problem is that if I set: IsBodyHtml = True
|
| Some get error failure sending mail ( System.Net.Mail) | 21 Sep 2007 19:33 GMT | 2 |
Using System.Net.Mail: Sometimes I get error 'failure sending mail. Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.' Not sure how to fix this error.
|
| SQL Connection | 21 Sep 2007 19:26 GMT | 3 |
I connect to my SQL 2005 Express database via VS2005 via the Server Exlporer. I copy the connection statement from the connection string property when I right click on that database connection in Server Explorer. When I use this connection string in my ASP.Net code, I get the ...
|
| Action after confirmation from client -- asp.net | 21 Sep 2007 19:01 GMT | 1 |
I have an asp.net project written in C# It has a list of records for users to delete and select. When user click the "Delete" button, I would like to ask the user to confirm before I proceed.
|
| Attachments | 21 Sep 2007 18:16 GMT | 1 |
I am currently designing a webform for sending email. I want to send an attachment with the email. I am using the html Input File to pick the location of the file I want to attach. I find that there is no problem sending an attachment when there are no
|
| Reporting Server - What are the caveats with hyperlinks in fields? | 21 Sep 2007 17:24 GMT | 2 |
I'm trying to use a LocalReport in a ReportViewer and make a couple fields in the report show up as hyperlinks so I can navigate to other pages after running the report. The hyperlinks themselves are not showing up at all unless I use something simple like, http://www.msnbc.com. ...
|
| Help w/ MS VS 2005 Pro | 21 Sep 2007 16:58 GMT | 2 |
I downloaded MS Visual Web Developer 2005 Express Edition, MS .NET Framework SDK v2.0, and MS SQL Server 2005. Subsequently, I bought MS Visual Studio 2005 Professional Edition. 1) Are both the MS Visual Web Developer 2005 Express Edition and the the MS
|