| Thread | Last Post | Replies |
|
| Need help with code... | 25 Feb 2008 17:05 GMT | 10 |
I have a field called Office Code on my page. It's not mandatory that it be filled in but if it's not filled in I want 0000 to go into the database. How do I write this? I attempted it below. Dim cmd As New Data.SqlClient.SqlCommand
|
| Implementing IScriptControl in UserConttrol | 25 Feb 2008 16:53 GMT | 3 |
Is it possible to implement the IScriptControl in a UserControl? I keep getting the following error: "Sys.ArgumentException: Value must not be null for Controls and Behaviors. Parameter name: element" I have no problems implementing it in a server control, but can't get it to
|
| Display BLOB in crystalreportviewer | 25 Feb 2008 16:52 GMT | 1 |
I store images in my SQL 2005 database in a varbinary(max) field. I want to display them in a Crystal Report. Within Crystal Reports, when I put the field on the page and preview the report, it shows up. Great.
|
| Selecting a row in a gridview | 25 Feb 2008 16:38 GMT | 2 |
I have the SelectedValue of a gridview, how do I select the row based on that information?
|
| Are We Still Supposed to Use GridView? | 25 Feb 2008 16:37 GMT | 4 |
I'm just starting to get up to speed with ASP.NET. Based on what I've read, I use the GridView control to display tables of data from a database. And, using ObjectDataSource, I've found examples of how to implement efficient paging in the GridView control.
|
| [Help] Url rewriting and Images ref | 25 Feb 2008 16:29 GMT | 3 |
I wrote code to manage Urlrewriting in Application_BeginRequest: if (!System.IO.File.Exists(Request.PhysicalPath)) { string sRequestedUrl = Request.Path;
|
| "Access denied" when viewing my ajax asp.net web page in outlook 2003 | 25 Feb 2008 15:50 GMT | 3 |
When I create a folder in outlook and give it a homepage url to an ajax asp.net page I've developed, I get ajax errors on my page when viewed in
|
| String format | 25 Feb 2008 15:00 GMT | 16 |
1. This is my string "The description of the problem ERIndia_Bharti / 2/19/2008 8:37:00 PM last comment only ER_Kista / 2/19/2008 9:45:00 AM last comment only ER_Kista / 2/19/2008 9:45:59 AM last comment only ER_Kista / 2/19/2008 9:47:00 AM"
|
| 'Gridview1' fired event Sorting which wasn't handled | 25 Feb 2008 13:42 GMT | 11 |
I created a gridview bound to the roles tables with this code: rolesArray = Roles.GetAllRoles() Gridview1.DataSource = rolesArray Gridview1.DataBind()
|
| Simple beginner's question | 25 Feb 2008 12:00 GMT | 2 |
I'm a very experienced C++ developer but a relative newcomer to web development and a raw neophyte in the ASP.NET arena. I have a very simple scenario that hopefully someone can help me with. I have a 3rd-party HTML form with a single (submit) button and a number of (static) ...
|
| GridView Tips and Tricks using ASP.NET 2.0 | 25 Feb 2008 03:20 GMT | 2 |
Hello Friends, For GridView Tips and Tricks using ASP.NET 2.0, visit: http://www.dotnetcurry.com/ShowArticle.aspx?ID=107
|
| Delphi TDataModule like container | 24 Feb 2008 23:15 GMT | 1 |
Is it possible to create Delphi TDataModule like container in ASP.NET? I would like to create class based on this container and use visual mode to put SqlDataSource inside and set all queries. I don't want to make it in code.
|
| Expression Expected Error in Visual Web Developer 2008.NET whereas works fine in 2005.NET | 24 Feb 2008 21:24 GMT | 5 |
I have a line in a Javascript function as follows <%=ServerSideVariable%>; This works fine in 2005.NET But in 2008.NET Visual Web Developer this gives as warning saying
|
| ASP.net Redirect to Old ASP | 24 Feb 2008 20:51 GMT | 1 |
I have somewhat older ASP application that is running on a client's web server and is in the process of being written as .net. However, in the meantime, due to the authentication interface that the client has in place we were forced to create one ASP.net web page that interfaces ...
|
| Printing from a web page. | 24 Feb 2008 18:38 GMT | 6 |
I have a page where somebody enters some information. On submitting the page, I want to take the info, format it 'pretty' and print the page automatically for the user. Can anybody point me somewhere to look on how to do this?
|