| Thread | Last Post | Replies |
|
| newbie: Master pages... dynamic content... | 10 Jan 2007 21:54 GMT | 6 |
Using VS2005, VB codebehind, I'm porting a windows app to the web - My main page is very simple and will look something like this: ---------------------------------------------------
|
| Process.Start() not starting | 10 Jan 2007 20:51 GMT | 6 |
In the follwoing code, myProcess.StartInfo.FileName is set to a valid path: c:\\hello.doc The code produces the following error message: "%1 is not a valid Win32 application"
|
| FileStream | 10 Jan 2007 20:05 GMT | 6 |
What's the difference between the 'Stream' object & the 'FileStream' object? A file can be opened using the following code snippets: --------------------
|
| ASP.NET AJAX 1.0 RC | 10 Jan 2007 19:35 GMT | 4 |
I've been developing a few internal websites using Atlas/M$ Ajax for quite a while now. Now that Atlas has been developed to the release candidate stage, does anyone have any idea as to how long it will be before the final release
|
| 2 questions about Microsoft Enterprise Library | 10 Jan 2007 18:21 GMT | 2 |
Hi, all I am using Enterprise Library for .NET Framework 2.0 - January 2006 to access my backend MS SQL database. As now we are consider migrate sql database to mySQL. What engine (ODBC or MySQL for .NET) should I use so
|
| Prolem with parameter! | 10 Jan 2007 17:21 GMT | 3 |
I'm having an error message sounding like : Prepared statement '(@id text)SELECT * from isp_email.staff where @id like +txtname.' expects parameter @id, which was not supplied. This message appear when I press button to select a row at run time.
|
| occupation calendar for aspx 2.0 | 10 Jan 2007 16:49 GMT | 1 |
Hello NG, I'am working an a aspx 2.0 page for a small Hotel. I'am looking now for a control where the user can see when the Hotel is occupied and when not.
|
| Asp.Net 2.0 Skin Problem | 10 Jan 2007 16:28 GMT | 1 |
I created an Asp.Net 2.0 which contains a custom control. I compiled the project and now I am using it in a web site. The custom control contains a Panel, a Label and an Image. Here is how the custom control code starts:
|
| Bad Gift from MS in December 2006 | 10 Jan 2007 16:15 GMT | 2 |
Great thanks to MS, the code written several months ago and working just perfectly before December 2006 suddenly stopped working generating errors or downloading trash instead of real data. Nice security patch, guys! The code in the aspx page codebehind file is very simple.
|
| Error with ASPNETDB.mdf once deployed the application web | 10 Jan 2007 14:44 GMT | 1 |
This is the error I get when I try to login in my application from another machine: An attempt to attach an auto-named database for file C:\Documents and Settings\....\App_Data\aspnetdb.mdf failed. A database with the same
|
| Editing URL before displaying it into the addressbar of the web browser | 10 Jan 2007 13:21 GMT | 2 |
again with problem. now the problem is something like this. in the backend of the asp.net 2.0, i'm getting query string in the page_load event. the request url is something like this.
|
| I don't see errors | 10 Jan 2007 12:39 GMT | 1 |
I get this message: Server Error in '/' Application...... To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag. I must change web.config file to view errors, but I don't know how. What I
|
| I Don't Like Server.Transfer() | 10 Jan 2007 12:00 GMT | 8 |
In my not so humble opinion, Server.Transfer() looks good on paper, but I have yet to come across a use for it that couldn't be accomplished better another way. When it comes down to it, I really dislike the method because, at least at my company, it leads to bad designs. It
|
| Keeping 2 user controls of the same class synced | 10 Jan 2007 11:05 GMT | 2 |
On a page, I need to show one item at a time. The top of the page has a Previous-Next control, followed by the item being shown, followed by another Previous-Next control. I have created a P-N user control and customized it to fire an event, OnChange, when a Previous or Next
|
| The name 'blMessages' does not exist in the current context | 10 Jan 2007 11:00 GMT | 3 |
I'm using VS2005. I get the above error when trying to build the solution. Intellisense is OK. // Code behind protected void odsPublication_Inserted(object sender,
|