| Thread | Last Post | Replies |
|
| DataTable columns collection | 26 Dec 2006 22:03 GMT | 2 |
An attempt to create a stand-alone DataTable returns unexpected errors. Using this bit of code - lifted from MSDN: DataTable dt = new DataTable("Customers"); I get the following error: "No overload for method 'DataTable' takes
|
| SQLDataSource and asp.net data display: iterating only the middle of the collection? | 26 Dec 2006 20:41 GMT | 6 |
I'm using SQLDataSource, which generates some kind of dataset, and then I attach that datasource to various data display controls such as DataList and repeater which loop through to the end of the data that was retrieved by the query.
|
| Programmatically manipulating all controls of type X? | 26 Dec 2006 20:00 GMT | 3 |
I'm interested in programmatically manipulating groups of ASP.NET controls by type. Can someone suggest code for the following? Loop through, say, all label controls on a page, and assigning a CssClass to them, or programmatically making the Visible/not Visible.
|
| temporary save images | 26 Dec 2006 16:58 GMT | 8 |
Hello and Merry Christmas! I flip in my card play some cards using the call "drawimage". These flipped cards are saved in temporary images on the server: temp1.jpg, temp2.jpg... Everything works fine if only one user plays. It seems to be better so save
|
| who is logged in? | 26 Dec 2006 16:46 GMT | 4 |
I would like to know who is logged in so the code will run differently e.g. if username="user1" then end if
|
| Compiler Error Message: CS0246: The type or namespace name could not be found (are you missing a using directive or an assembly reference?) | 26 Dec 2006 16:46 GMT | 4 |
I'm receiving the following error when this site is published to the production environment: Compiler Error Message: CS0246: The type or namespace name 'GridViewHelper' could not be found (are you missing a using directive
|
| Visual Studio Changes my HTML | 26 Dec 2006 15:51 GMT | 3 |
Visual Studio 2003 constantly changes HTML on my webform - For the worse! I've experienced this before, but now its really causing problems because it wrecks the page. How do I prevent VS from modifying my HTML? Specifically its changing an <object> within my page.
|
| Porting to Master Page Model | 26 Dec 2006 14:15 GMT | 2 |
I have an old existing website with a Header/ Left Hand Menu and a iframe as the main body content, adjacent to the menu. So for every click on the menu item, I used to load a aspx page on the iframe and hence i am not loading the entire menu and header for each request.
|
| GPS location Database | 26 Dec 2006 14:07 GMT | 6 |
I am creating a .net application where I have to identify a location from its longtitude and lattitude. For this I need a GPS location database. Please let me know where can I get it.
|
| How to pass value to usercontrol property from a datagrid | 26 Dec 2006 10:06 GMT | 1 |
I've got an aspx webpage with: - MyUserControl1 (which shows some labels) - A Panel containing MyUserControl1 - DataGrid, which has a column that when is clicked fires Sub edit_
|
| How to change content in MasterPage by clicking a button? | 26 Dec 2006 09:52 GMT | 7 |
I create a master page with image buttons on the left-hand side for navigation. When a user clicks the student button, the content (i.e. ContentPlaceholder) in masterpage will be changed from default.aspx to students.aspx.
|
| How web control can be updated via child thread. | 26 Dec 2006 04:51 GMT | 2 |
My web Client is using a COM component with connection point enabled.my client is getting call back from this component.now I have to update a text control in handler of this callback.but my control is not updating.can any body tell me how can i update textbox when i get a
|
| Postback of controls which have been modified in javascript | 26 Dec 2006 02:33 GMT | 15 |
I'm writing an app for managing Task Lists, I'm trying to add some controls to a form that I can use to link tasks, my original intention was to: - Add two list boxes, one listing "all Tasks" and the other listing
|
| using custom namespace. | 26 Dec 2006 01:29 GMT | 10 |
Hi. I'm new to asp.net and I've been searching on the net and in book on how to use custom namespace. I've created my own custom namespace and I just need a straight answer on where to put the namespace file so I can import them in the webpage. Can someone clarify? Thanks.
|
| resources in separate assembly - ugly :( | 26 Dec 2006 00:33 GMT | 1 |
We have a resource assembly that is separate and is used by a class library assembly, a web app, web service set (all in separate projects). Windows app is also potentially possible. First of all, VS2005 generates resource wrappers as internal, so we
|