| Thread | Last Post | Replies |
|
| Datagrid binding to the wrong value | 13 Sep 2007 19:23 GMT | 2 |
I have a datagrid that appears to be binding to the wrong value of the data table being bound. The datagrid is in a user control that is used multiple times on the page. The other instances are binding as expected. I am binding to a datatable that I create in code and when debugging ...
|
| Errors - two more | 13 Sep 2007 18:54 GMT | 2 |
I succeeded in putting up a datalist with thumbnails, four to a row. I put the height and width in the rows and invoked them in the aspx file with: <asp:Image ID="Image1" runat="server" Width=<%# Container.DataItem("TheWidth").ToString() %>
|
| Custom error page does not work (Server.GetLastError() is null) | 13 Sep 2007 18:52 GMT | 2 |
Hello guys, i am trying to port my custom asp 3.0 error page to asp.net. I want to disable debugging in my asp.net projects but i want to show the users a pretty page but that page should send me an email with the
|
| send email | 13 Sep 2007 18:50 GMT | 3 |
Is there a way in .NET 2.0 to send email without the use of an SMTP server, or is a SMTP server have to be used?
|
| Thread for the best ASP.NET Interview Questions | 13 Sep 2007 17:51 GMT | 4 |
Please share best interview sites in this thread : I start with : http://dotnetinterview.googlepages.com Thanks.
|
| Encrypted file upload using the FileUpload control and HTTPS | 13 Sep 2007 17:24 GMT | 1 |
I'm looking to create an application which will allow me to upload a file using an encrypted/secure connection (SSL) and was looking to use the FileUpload control. This application will also allow my clients to download the file over the same https: site. Will both the file
|
| problems using Visual Studio Development Server with forms authentication | 13 Sep 2007 17:23 GMT | 1 |
My .Net 2.0 app uses forms authentication, so it redirects to the login page if the user is not logged in. However, if I configure it to use the visual studio development server, the login page shows without CSS, javascript, and images being loaded.
|
| How get the virtual path based on the physical path? | 13 Sep 2007 17:20 GMT | 5 |
Server.MapPath("~/page.aspx") returns the physical file path based on the specified virtual path. Is there any reverse method to get the virtual path based on the physical path (both pathes belong to the same web application)?
|
| Creating Functions C# | 13 Sep 2007 16:31 GMT | 3 |
Hey all, got one question about creation of functions. I have a function that receives a sql string and a datagrid to populate. void populate(DataGrid grid, string sql){ .....
|
| Configuring SMTP for emails | 13 Sep 2007 16:19 GMT | 5 |
I'm using this code for sending emails and its working fine because I had configured SMTP in my machine in IIS. now I'm using machine as a server for this application. but when running the same application from other machine the email process is not working.
|
| Can you use an Accordion control in a masterpage? | 13 Sep 2007 15:36 GMT | 3 |
Hi All - My Accordion control works fine until I move it into a master page; Does anybody have an example of an Accordion control working entirely in the masterpage.master file? When I check the client src generated i find:
|
| Prevent file deletion on deployment: just overwrite | 13 Sep 2007 15:24 GMT | 1 |
Is there an option to avoid the deletion of the entire site when doing the deployment (Publish feature) ? Why on the heart it has to erase *everything* by default? This seems absurd!
|
| Selecting text after TextBox.Focus() is executed | 13 Sep 2007 11:41 GMT | 1 |
I see that the .Focus() method is new in .NET 2.0, which I think is handy. But is there a way to make text in a textbox selected when the focus is set in it? This would be equivalent to calling .select() in
|
| best image format for line drawings? | 13 Sep 2007 11:40 GMT | 2 |
I am rendering a few graphs with GDI+ and sending images to a web page. What image format is lightweight and the best for presenting line drawings sharply and without compression artifacts? GIF? PNG? JPG is too muddy, and BMP is too big.
|
| Composite Control - Control sizing | 13 Sep 2007 11:36 GMT | 3 |
I have created a fairly basic composite control consisting of a Label and a TextBox. In the overridden Render function, I'm creating a table with two rows and each row contains a cell (td). The Label and the TextBox are each rendered in one of the cells. Everything renders
|