| Thread | Last Post | Replies |
|
| Autocomplete in GridView editing | 30 Nov 2009 21:20 GMT | 3 |
is it possible to realize an autocomplete feature in the textbox of a GridView during the editing or insert new phases? Thanks in advance. Luigi
|
| Checkbox in ItemTemplate | 30 Nov 2009 21:16 GMT | 1 |
I have a ListView that has a Checkbox control in one of the columns. On the normal read-only templates I would like to show the Checkbox in a "read only" state becuase when I show it as Enabled="false" then it is greyed out and not as easy to read. Does anyone have a solution so ...
|
| Can I use asp.net editor to create a vbs? | 30 Nov 2009 21:13 GMT | 3 |
Can I use asp.net editor to create a vbs with intellisense and syntax check?
|
| WAV File not downloading properly | 30 Nov 2009 20:36 GMT | 8 |
I have a application that stores a wav file into the database. I retrieve the wav file through a web service call that gets the file. When I try to send the file through the response stream it seems the file gets changed. If I save the file to disk it works properly.
|
| Textbox in Silverlight | 30 Nov 2009 15:46 GMT | 2 |
Hi! I am pretty new to silverlight and could really use some help! I have a Silverlight Accordion with the following code: <Accordion> <Accordion.HeaderTemplate>
|
| web site vs web application | 30 Nov 2009 15:37 GMT | 2 |
In VS2008 you can select from either a project (webapp) or web site (web site). Currently, I am given the dubious task of converting a few Access applications (SQL2005 backend dbs) to asp.net. But, when I go to use VS2008 I have the 2 different items to select from. I see ...
|
| The book must be wrong | 30 Nov 2009 15:29 GMT | 7 |
I'm new to asp.net I have the following aspx page listing below in a book that I'm reading. The book is saying that this listing is showing a webbpageapplikation that is using html-server controlls.
|
| Same class file for Win and Web | 30 Nov 2009 15:25 GMT | 2 |
I've a very simple class file with a number of static methods that I need to call from both a Windows app and a Web app. I dont want to build seperate dll's for these projects. The code should just be a part each project. I've tried in studio to add the .cs file to each
|
| Problem in working with list(collections) | 30 Nov 2009 12:05 GMT | 3 |
I ve created a webpage with a data grid view and a textbox and a button. When I enter a text and click the button, the value must be added to the list (collection) and the list is binded with the data grid view. for this I created and initialized a list. In the button click event ...
|
| Typed Datasets and ObjectDataSource - clever solution to the scalar parameters problem? | 30 Nov 2009 11:18 GMT | 3 |
VS2008 We've got a CRUD app of about 300 pages with very little business logic. As such we intend to mostly use typed datasets with a few custom objects thrown in. Will be using Gridview, Detailsview,
|
| Convert SqlDataSource to SqlConnection | 30 Nov 2009 09:41 GMT | 1 |
From [1], I was not able to populate a <asp:Label> solely from the body using a <asp:SqlDataSource> (it required VB code in the page_load). This caused me grief since I want a clean solution that does work one way(all <asp:...>) or another (VB in page_load).
|
| SqlDataSource, Eval, and Label Text | 29 Nov 2009 17:10 GMT | 4 |
In my body, I have similar to below. The query is good when I use it with (for example) a DataView. When I try to use the SqlDataSource as a standalone component, the label is not populated with text from the result of Eval(). How does one retrieve the
|
| multithreading question | 29 Nov 2009 00:30 GMT | 1 |
I drive my game's physics engine using a simple loop running on its own thread. It invokes Thread.Sleep(1) when processing takes little or no time (under 4ms) to allow real time to catch up. For heavier loads the loop uses bigger timeslices, up to 20ms, with no sleeps.
|
| Javascript debugging problem in ASP.Net | 28 Nov 2009 10:12 GMT | 2 |
I've noticed that after I made changes to a Javascript page in an ASP.Net project, developed with VS2008, that the page does not show the changes when being debugged. The original page is ExpandPanel.js. During debugging,
|
| Not refreshing | 27 Nov 2009 22:45 GMT | 7 |
I have something that seems to be related to just IE In firefox this works fine...and this worked fine in IE ( localmode )...but now that it has been pushed to a hosting site it does not. I have an aspx form with a gridview control.
|